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

m3u8 fails to start, changing it causes deferred warning #976

Closed
beamercola opened this issue Jul 23, 2020 · 0 comments
Closed

m3u8 fails to start, changing it causes deferred warning #976

beamercola opened this issue Jul 23, 2020 · 0 comments

Comments

@beamercola
Copy link

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

Webmaster1116 added a commit to Webmaster1116/video-player that referenced this issue May 20, 2021
To prevent deferred loads when onReady isn’t called
Fixes cookpete/react-player#976
webmiraclepro added a commit to webmiraclepro/video-player that referenced this issue Sep 9, 2022
To prevent deferred loads when onReady isn’t called
Fixes cookpete/react-player#976
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