shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Show buffer stats in demo app

Open theodab opened this issue 7 years ago • 0 comments
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.

theodab avatar Nov 15 '18 23:11 theodab