PlayBack Video

how to play recorded video on specific date and time with mobile sdk suppose that I want to watch before one day playback video on specific time i.e 10:00 am to 10:30 am so how and where can I set date and time to watch playback video.

Hi Amit,

Please take a look at our .NET playback sample or the js playback sample, depending on your preferred tech stack.

I believe you won’t have trouble modifying one of them to fit your needs.

Br,

Nikolay

I am referring/using the MultiCameraPlayback sample itself. I am getting the Achieved video but not for the specific time period. there is option to go back in back direction using a button then only it plays in forward direction. option to supply time slot is not available.

Hi Amit,

To go to a specific time, you shall provide SeekType parameter and Time parameter when requesting stream (or later, when you change stream). Read about those parameters here.

You can also have a look at this forum thread. I hope you find it useful.

Br,

Nikolay