Closed theianjones closed 5 years ago
Hi, your observation is correct. The ID for the bitrate is usually defined in the manifest of the video and can vary from source to source. To maintain similar video quality IDs over multiple videos, you need to handle that on the video storage or encoding side and make sure that their manifests have a common format. If you know the desired bitrate, a more flexible approach would be to iterate the available qualities and select the quality with the closest bitrate.
This is not related to the UI so I'm closing this issue. For player support please write to support@bitmovin.com.
Thanks for the response @protyposis
bitmovin.player.version: ^7.8.2 bitmovin.playerui.version: 2.18.0
I've tried saving the user video quality bit rate a couple of different ways and nothing seems to work.
Is this a bug or am I missing something completely? I've scoured the docs for more time than I'd like to admit.