-
Notifications
You must be signed in to change notification settings - Fork 6k
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
HLS - Provide easy way to access current bitrate #3297
Comments
player.getVideoFormat().bitrate may be in the playlist |
@AquilesCanta - Do you think we could/should push the bitrate into the video formats that are consumed by the video renderer (or the audio formats, in the case of audio only streams)? It's probably going to remove some confusion here. |
Sorry, hadn't seen this. Will look into it. |
any progress on this? could really use this for analytics |
This comment has been minimized.
This comment has been minimized.
I can propagate the bit-rate through as part of a related change. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Issue: #3297 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=204732266
Bit-rate should be propagated in |
What's the correct way to get the "current bitrate" of the video track been played ? I understand one may refer to the hls/dash bitrate written in the playlist or the actual bitrate shown by the renderer. I am interested in both. I am using v2 and issues like #646 and #3006 are not helping much on this front.
The text was updated successfully, but these errors were encountered: