i want to Play the playback video for the specified time by mobileSDK,But I can’t find the setting time location.
Hi,
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
thank you , ask function is?
Sorry, I don’t understand your last question
when i change stream, What is the method of passing parameters?
It’s called playbackGoTo in Javascript SDK. See this forum thread: https://developer.milestonesys.com/s/question/0D50O00005YfB0RSAV/how-to-set-playback-time-from-one-time-to-another-time-such-as-from-2019216-130000-to-2019216-150000
It’s called ChangeStream in the .NET SDK. See this forum thread:
See official documentation of the protocol here:
Github samples for JS:
https://github.com/milestonesys/mipsdkmobile-web/tree/main/Samples
Github samples for .NET: