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
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.
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
Version Information
The text was updated successfully, but these errors were encountered: