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

reset the bitrate when setvideoURI a new playlist? #470

Closed
jboisjo opened this issue Jun 5, 2017 · 8 comments
Closed

reset the bitrate when setvideoURI a new playlist? #470

jboisjo opened this issue Jun 5, 2017 · 8 comments

Comments

@jboisjo
Copy link

jboisjo commented Jun 5, 2017

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 ;)

@brianwernick
Copy link
Owner

brianwernick commented Jun 5, 2017

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)

@jboisjo
Copy link
Author

jboisjo commented Jun 6, 2017

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...

@brianwernick
Copy link
Owner

Are you sure it's the bandwidth stuff that's causing the flickering and dropped frames?

@jboisjo
Copy link
Author

jboisjo commented Jun 6, 2017

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

@jboisjo
Copy link
Author

jboisjo commented Jun 6, 2017

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.

@brianwernick
Copy link
Owner

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 useTextureViewBacking="true" in 4.0 fixes it.

@jboisjo
Copy link
Author

jboisjo commented Jun 8, 2017

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 :(

@brianwernick
Copy link
Owner

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 3.x did)

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

2 participants