You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have video that is embedded as part of other data, then streamed to another system.
During analysis, the user may play this data several times, so the video would reset to some random point.
What happens right now is when the clock resets, the video pauses and there doesn't appear to be any way to start it back up again.
I'm using a custom source that cannot seek, which prevents the clock from being reset in Media.Stop().
This issue can easily be reproduced in the sample using a customfile:// source, but modifying the FileSourceStream to seek back to the beginning when the file reaches the end.
Issue Categories
Bug
Feature Request
Question
Not sure
Version Information
NuGet Package 6.0.0
Steps to Reproduce
Modify the FileSourceStream in the sample to seek back to the beginning of the file whenever the file is exhausted.
Video Pauses itself at the end of the first run through the file.
Expected Results
Video should continue to play
The text was updated successfully, but these errors were encountered:
Video with Resetting Clock
I have video that is embedded as part of other data, then streamed to another system.
During analysis, the user may play this data several times, so the video would reset to some random point.
What happens right now is when the clock resets, the video pauses and there doesn't appear to be any way to start it back up again.
I'm using a custom source that cannot seek, which prevents the clock from being reset in Media.Stop().
This issue can easily be reproduced in the sample using a customfile:// source, but modifying the FileSourceStream to seek back to the beginning when the file reaches the end.
Issue Categories
Version Information
Steps to Reproduce
Expected Results
The text was updated successfully, but these errors were encountered: