Hi Divyakumar,
For playback please refer to this sample.
Br,
Nikolay
You can also use Video sample for playback of a single camera. Click one more time on an already playing camera in order for playback controls to show up.
i want to pass particular event timestamp and at that timestamp playback i want
Hello Divyakumar,
The command that can fit your needs is RequestStream. Please refer to the documentation here : RequestStream . In order to go to a specific time in the past you need to specify SeekType=“Time” and Time=“Time_in_ms_since_epoch”.
I hope that helps.
Best regards
Teodor
thanks. it really helped ot have response from all of you. we are able to execute request stream and get the start of video from time requested. however we like to paly from that position when request stream returns success. we are able to play with click on forward button in sample application. trying to bypass that click so that user is able to see video playing without any click on screen.
sequence of commands / functions to be called is challenge.
Hello Divyakumar,
to skip the click you need to send ChangeStream command when you receive the response from RequestStream command with :
VideoId - what you received in the response from RequestStream
Speed = 1 for playing forward or Speed = -1 for playing backwards
I hope that helps.
Best regards
Teodor
One more challenge to implement IP speaker functionality on web application. Can anyone guide or support or share examples if available ?
separate IP speaker is added as hardware in Milestone management client and smart client is able to operate also. Also need to receive AUDIO stream from IP MIC and play on local machine speakers where web browser is running,
same functionality need to be implemented on web application.
please support.
This has nothing to do with the original topic so feel free to create another one where we can discuss that. But please first take a look at our audio sample
sure
will do as suggested.