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

Enable Pause for live streams. #668

Open
2 of 7 tasks
Prime8bit opened this issue Jul 18, 2024 · 0 comments
Open
2 of 7 tasks

Enable Pause for live streams. #668

Prime8bit opened this issue Jul 18, 2024 · 0 comments

Comments

@Prime8bit
Copy link

Live Streams cannot be paused.

When playing an RTSP live stream, I am unable to pause or stop. I noticed that the code deliberately prevents this. For stop this makes sense because if a stream does not allow seeking, then your stop code, which seeks to the beginning, will not work as expected. You could try simply skipping the seek for live streams, but then it is similar to Pause in its results. Pause being disabled confuses me. FFPlay is able to pause this stream. I would have expected this library to do the same. For the stream I am using a local IP camera which I am unwilling to share for obvious reasons. I am able to remove the code that disables pausing for live streams and it pauses without issue.

Issue Categories

  • Bug
  • Feature Request
  • Question
  • Not sure

Version Information

  • NuGet Package Enter Version Number Here
  • Build From Master branch, Commit 72f2c79
  • Build from Branch Name, Commit Enter commit id. Example: 704c482
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