Ticket #1341 (closed enhancement: invalid)

Opened 2 years ago

Last modified 13 months ago

Implement HTML5 stats (framedrops/bandwidth)

Reported by: jeroen Owned by: jeroen
Priority: Normal Milestone: Backlog
Component: embedding Keywords:
Cc: zach, pablo Forum thread:

Description

Quick question: you know that Firefox and Chrome have some initial video stats,  as listed here.

We've just had a open source  html5 streaming session setup using jwplayer and Tim, who is setting it up, was wondering if there were any stats for HTML5 video just as there are for the flash player. Are you working on that yet or are you waiting for the HTML5 standard to catch up?

Change History

comment:1 Changed 2 years ago by jeroen

  • Cc zach, pablo added

From Tim:

The following attributes seem to exist on a Video element in my chrome browser.

  • webkitVideoDecodedByteCount
  • webkitAudioDecodedByteCount
  • webkitDecodedFrameCount
  • webkitDroppedFrameCount

We should investigate:

  1. Exposing these parameters with META events (like in Flash)
  2. Building an HTML5 version of the qualitymonitor plugin to visualize this data.

comment:2 Changed 13 months ago by jeroen

  • Priority set to Normal
  • Status changed from new to closed
  • Resolution set to invalid

From our experience with Flash, the framedrop data doesn't seem all that useful. The bandwidth data is, but there's no browser that actually exposes that, nor is this part of the HTML5 spec.

Note: See TracTickets for help on using tickets.