-
Notifications
You must be signed in to change notification settings - Fork 263
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
Switching level manually take too long + live problem #257
Comments
@seb-legat indeed SWITCHING_CHANGE is triggered when fragment with new quality index will be downloaded. if you have a 60 seconds buffer upfront, the actual quality change will happen one minute after. regarding your second issue: flashls support live DVR. you can pause/resume a live stream. |
Thank you for your fast answer ! |
related to #282 |
switching should be faster now with latest release |
Hello,
I use the plugin in a custom OSMF 2.0 player.
I've got an issue when I want to change the quality (level) manually.
The player indicate that it has successfully changed the currentDynamicStreamIndex with the "DynamicStreamEvent.SWITCHING_CHANGE" event.
But the screen is only updated with the requested quality when I receive the event "DisplayObjectEvent.MEDIA_SIZE_CHANGE", which is fired long time after.
The HLS video use 10 seconds segments but it take almost 1 minute to change quality.
I tried to change the buffer length & max buffer length in HLSSettings but without success.
Any idea how to make the quality change faster (without seeking to force the refresh) ?
I use the same methods to control quality with the HDS Akamai plugin, and it works flawlessly.
Other issue : when I pause a HLS live and resume later, the video continue to play from where it stopped, not where it should be on the live, and freeze after a certain time (as if it doesn't load the next segments). With the HDS live, when you pause the stream and resume it, it skip the part of the live corresponding of the pause (like a real live). How can I force the video to go to the real actual time of the live when resuming ?
Thanks by advance,
Sébastien
The text was updated successfully, but these errors were encountered: