I am developing a CAF Receiver that casts DASH assets. Now I want to know what available bitrates exist for an asset, and for each segment get the quality level.
I have previously developed a V2 Receiver. In V2, it was easy to get the information with the Media Player Library (MPL). I used StreamInfo.bitrates to get the available bitrates and StreamingProtocol.getQualityLevel() to get the quality level. But I can not find anything similar in CAF. How can I get that information using the CAF Receiver?
try use this event to know the full information you need