I need to programmatically obtain the stream bitrate and measured bandwidth/bitrate of the currently playing video in my app.
It looks like isStreamStarted() may provide this info, can anyone provide me an example of how this is used.
Ideally I need to send this info along with the current position on a timed interval to a web service for tracking and troubleshooting purposes. I have been able to implement the timed interval by making use of isPlaybackPosition(), just not sure how I can get the rest of the info using isStreamStarted().
Any help pointing me in the right direction will be greatly appreciated!
Thanks in advance,
Dustin
