-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
HLS video data keeps loading if player stopped/unmounted before start playing #817
Comments
Did you try to override |
Thanks for the advice, but it prevents the video from playing (without further customization). Then I tried calling |
Calls `destroy()` regardless of `isReady` or not Fixes cookpete/react-player#817
Calls `destroy()` regardless of `isReady` or not Fixes cookpete/react-player#817
Calls `destroy()` regardless of `isReady` or not Fixes cookpete/react-player#817
Calls `destroy()` regardless of `isReady` or not Fixes cookpete/react-player#817
Current Behavior
If the player is asked to play an HLS video, then stopped/unmounted after the .m3u8 file is loaded but before the first .ts file is loaded, the browser keeps downloading the .ts files afterwards.
Expected Behavior
No video data should bu requested if the player is stopped/unmounted.
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: