RTSP network recovery #3851
Unanswered
CyberCyclone
asked this question in
Q&A
Replies: 1 comment
-
It looks like this might be held back by this: google/ExoPlayer#9689 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to work out how to recover from a network outage. Currently what happens is that I have a RTSP stream that works fine, but if the stream drops out, it never reconnects and continues the stream. If I create the Video component before the stream is live, it won't start reading the stream once it doesn't come alive.
I couldn't find any props or methods that would help start / restart a stream.
Being a stream, I would expect that it would look at the URL and then start playing once the stream is live. I would also expect that if it drops out, it would auto-reconenct to the stream and start playing once it comes live.
Does anyone know if there is a way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions