-
Notifications
You must be signed in to change notification settings - Fork 379
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
reset the bitrate when setvideoURI a new playlist? #470
Comments
Currently there is no way to reset the discovered bandwidth. Though I'm still unclear as to why you would want to (for others this is related to #461) |
i was using the version 3.1.1 and when i insert a new playlist and play it, bitrate is reset. But now, since version 4.0.0 it saves it and cause couple problems on couple devices, like flickering, skipping frames... |
Are you sure it's the bandwidth stuff that's causing the flickering and dropped frames? |
well, when it change his resolution in the m3u8 files, its flickering to resize the window. So my guess is that it starts the lowest but get the highest right away when flicker when resize the resolution |
as soon as i put useSurfaceViewBacking="true" it flickers everywhere in 3.0.0 but quality is the best but really annoying when it flickers. |
Oh, do you mean it just flickers initially (not continuously?) cause then that would be under #326. But yeah, until that is fixed you can see if the |
yes exactly, it flickers initially not continuously! but its weird that in 3.1.1 it was resetting everytime and not in the latest version :( |
I'm going to close this as a duplicate of #326 then. As far as the bandwidth goes, It's an optimization of the library to keep the determined bandwidth between playable items instead of resetting (like |
Hey Brian!
Sorry to bug you again with that issue, but is there a way that i can reset the bitrate manually when i'm setting a new playlist? On 3.0.1 it was like this, but its saving his bitrate since 4.0.
Thanks alot ;)
The text was updated successfully, but these errors were encountered: