Hi,
Could you please give us some more details. I guess you use the javascript SDK .
What commands do you send with what parameters and respectively what fails ?
Kind regards,
Svetlana
Hi,
Could you please give us some more details. I guess you use the javascript SDK .
What commands do you send with what parameters and respectively what fails ?
Kind regards,
Svetlana
Yes we are using Java scripts provided as samples to view live video. there is thumbnil sample file which is used and it is providing image only.
I like to know the exact sequence of commands / functions / java script to be used to show the 5-6 seconds recorded clip start from event timestamp.
please guide and thanks for your response.
Hello Divyakumar
I think the best example that you can follow to achieve your goal is this one:
https://github.com/milestonesys/mipsdkmobile-web/tree/main/Samples/Video
When you load it and login it will show all the cameras in the VMS. On clicking on a camera it will start live streaming but when you click again it will enter in playback mode. There you can check what is the payload of the RequestStream command. You can also click on the play forward/backwards to see what payload is given to the ChangeStream command.
I hope that helps.
Best regards
Teodor