bcc-code / bccm-player

[BCC Media] Flutter package for video-heavy apps
https://bcc-code.github.io/bccm-player/
Other
17 stars 11 forks source link

Video quality changing issue on iOS #56

Closed hainguyen210 closed 11 months ago

hainguyen210 commented 12 months ago

When I change video quality nothing happens, and it feels like it just changes quality after I reload my app. This happens in both my project and the example on iOs device, everything works fine on Android though.

andreasgangso commented 12 months ago

The ios quality setting is more a "max quality" setting. Internally it just sets preferredPeakBitRate

hainguyen210 commented 11 months ago

Oh, that means I can't set a specific resolution individually and have to try another way, right? Thanks for having a look

andreasgangso commented 11 months ago

Yup

andreasgangso commented 11 months ago

AFAIK there is no quick fixes to this. If you are using e.g HLS you could do some manipulations of the manifest to remove other qualities. Might be possible to do that locally but unsure about performance implications.. etc.