shaka-player-embedded
shaka-player-embedded copied to clipboard
Show buffer stats in demo app
trafficstars
We have a DebugDumpStats() method in VideoController that is used to debug the media pipeline. It would be much more helpful if this info appeared in the demo app, probably as an overlay in one of the corners. It should display the following info:
- All buffered range times (maybe include decoded ranges too, would require a new API).
- The current playback rate.
- The current media ready state.
- The current video time.
- The current video duration.