CMCD top bitrate (tb) is being reported incorrectly #3851
Labels
priority: P1
Big impact or workaround impractical; resolve before feature release
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
3.3.0
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
master
?Yes
Are you using the demo app or your own custom app?
Both
If custom app, can you reproduce the issue using our demo app?
Yes
What browser and OS are you using?
Safari, Chrome, Firefox, Edge
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
What configuration are you using? What is the output of
player.getConfiguration()
?What did you do?
What did you expect to happen?
tb
(top bitrate) property should honor bitrate/size ABR constraints and only report the top playable bitrate.tb
property should also only report the bandwidth for that segments type (audio, video, muxed).What actually happened?
tb
property is the same for all requests, and it's locked to the bandwidth of the highest variant in the manifest.tb
property is the same regardless of the segment type.The text was updated successfully, but these errors were encountered: