Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
schtanislau
Visitor

HLS Bitrate

Hey guys,

Can I get current bitrate value from Roku, when I'm playing content? I'm using
msg.GetInfo().StreamBandwidth
attribute after roVideoPlayerEvent.isStreamSegmentInfo() method, but I'm not sure that this is the correct way to get current bitrate value. For example I'm seeing that video quality of the image is bad, but the StreamBandwidth property returns ~1692 value and after picture quality increased (I'm seeing this, before it was blurry), but the StreamBandwidth still returns the same value ~1692.

There is a MeasuredBitrate and StreamBitrate values that are absolutely different from the StreamBandwidth value, but I need to track bitrate change during playback, not only at the beginning of playback.

What is the correct approach to track current bitrate value during HLS playback?
0 Kudos
1 REPLY 1
schtanislau
Visitor

Re: HLS Bitrate

bump :!:
0 Kudos