Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video with Resetting Clock Pauses and Cannot resume #644

Open
2 of 5 tasks
jpwkeeper opened this issue Jun 9, 2023 · 0 comments
Open
2 of 5 tasks

Video with Resetting Clock Pauses and Cannot resume #644

jpwkeeper opened this issue Jun 9, 2023 · 0 comments

Comments

@jpwkeeper
Copy link

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

  • Bug
  • Feature Request
  • Question
  • Not sure

Version Information

  • NuGet Package 6.0.0

Steps to Reproduce

  1. Modify the FileSourceStream in the sample to seek back to the beginning of the file whenever the file is exhausted.
  2. Video Pauses itself at the end of the first run through the file.

Expected Results

  • Video should continue to play
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant