Hi,
I am trying to fetch bit rate at which the AVPlayer is playing the video stream . I tried with observed bit rate property of AVPlayerItemAccessLogEvent , but it gives very high value .After exploring further on Observed-bit-rate property I understood that this property shows the value of download rate of a segment.I need to
know the bit rate at which the player is playing the stream.Please guide me .
I have attached graph for Observed bit vs Indicated bit rate in the below link
https://www.dropbox.com/s/3ds98kon3zr5its/bitrate.pdf?dl=0
Kindly give your suggestion on this issue.