-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Player keeps streaming HLS while playback is paused #435
Comments
I'd like to know how to prevent bandwidth usage while paused or not yet played too, it can be pretty significant usage for our use case, we've just rolled with it until now. |
I think this is how hls.js works. The best solution in this case would be to combine the pause button and unload. |
https://github.com/video-dev/hls.js/blob/master/docs/API.md#hlsstopload This seems relevant |
I could not find an unload function, which unload function do you mean? Is it on ovenplayer or hls.js, and is there a function on ovenplayer to return the corresponding hls player?
@naanlizard |
Nope but if I figure it out I'll post |
@naanlizard But, probably the ovenplayer itself has to be modified, like @getroot said by editing the play button to call start and stopLoad() I have not yet been able to come up with a satisfying solution though. |
Hi,
when the player has an LLHLS stream in the playlist, but playback is paused or has not even been once started yet, it still is downloading the stream in the background.
Is there a way to configure so it shows the thumbnail "stream" while paused, and when pressing play to start actually streaming LLHLS?
The text was updated successfully, but these errors were encountered: