Closed GoogleCodeExporter closed 9 years ago
Please refer to the documentation
(https://developers.google.com/cast/docs/player). You will find "Set
video/audio bitrate" section and also read the FAQ (all the way in the bottom).
This should help you optimize quality of your stream.
Original comment by na...@google.com
on 9 Apr 2015 at 1:29
The section describes how to SET the 'next' bitrate, not GET the bitrate.
There is a use case here, we have a video tracker (QoS) to log how long a user
spent on each bitrate. It helps us to identify when most of users playing lower
bitrate, we know it might cause by the CDN.
Original comment by nicevinc...@gmail.com
on 9 Apr 2015 at 1:40
[deleted comment]
Please try this to get the quality level: Override the Host.getQualityLevel and
call default implementation for getQualityLevel; log what MPL selected.
Original comment by na...@google.com
on 9 Apr 2015 at 6:18
Original issue reported on code.google.com by
nicevinc...@gmail.com
on 8 Apr 2015 at 10:02