Play the playback video for the specified time by mobileSDK,

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:

https://developer.milestonesys.com/s/question/0D53X0000AKDHZCSQ5/playback-bookmark-time-range-video-via-net-mobile-sdk

See official documentation of the protocol here:

https://doc.developer.milestonesys.com/mipsdkmobile/index.html?base=reference/protocols/mobile_command.html&tree=tree_1.html

Github samples for JS:

https://github.com/milestonesys/mipsdkmobile-web/tree/main/Samples

Github samples for .NET:

https://github.com/milestonesys/mipsdkmobile-samples-dotnet