https://github.com/milestonesys/mipsdkmobile-samples-dotnet.git Desktop Playback example - we cannot setup the date.

Hi, we cannot change the date of the requested playback.

Hi Peter,

Just like any other sample that we provide, .NET Framework/PlaybackSample is not meant to be a fully functional video playback client (a quick look at sample’s code is enough for a developer to see that the DateTimePicker is never enabled).

If you need to change the playback time to a specific point in time, you can use the PlaybackVideo’s PlaybackControl methods, for example like this

_playbackVideo?.PlaybackControl.GoToTime(…);

I’m sure you will easily manage to properly modify the frontend, so that it lets the user provide any desired date :slight_smile:

Br,

Nikolay