Be sure to search for your issue before opening a new one.
Current Behavior
I have a kind of "TV" interface, where you can select a channel and it changes the video. Library has been working great. Some m3u8's, for some reason, aren't autoplaying - they just buffer. If you show controls and mess with play/pause it'll start working.
I'm not showing controls on this, everything is just "live".
So that one is frozen, and if I change the channel, it tells me the previous one hasn't finished loading and the new url is being deferred. I'd almost rather "force" replace it.
Expected Behavior
Force replace the url, or have some method of action when a stream is "stuck"
Steps to Reproduce
<ReactPlayer playing={true} muted={true} controls={false} />
Environment
Other Information
Be sure to search for your issue before opening a new one.
Current Behavior
I have a kind of "TV" interface, where you can select a channel and it changes the video. Library has been working great. Some m3u8's, for some reason, aren't autoplaying - they just buffer. If you show controls and mess with play/pause it'll start working.
I'm not showing controls on this, everything is just "live".
So that one is frozen, and if I change the channel, it tells me the previous one hasn't finished loading and the new url is being deferred. I'd almost rather "force" replace it.
Expected Behavior
Force replace the url, or have some method of action when a stream is "stuck"
Steps to Reproduce
Environment
Other Information