On Sat, Aug 14, 2010 at 11:48 AM, Chris Double <span dir="ltr"><<a href="mailto:chris.double@double.co.nz">chris.double@double.co.nz</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">On Sat, Aug 14, 2010 at 4:05 AM, Zachary Ozer <<a href="mailto:zach@longtailvideo.com">zach@longtailvideo.com</a>> wrote:<br>
><br>
> It would still be nice if the <video> made dropped frame information<br>
> available, but that's probably not in the cards.<br>
><br>
<br>
</div>I have a work in progress bug with patch that adds this to the <video><br>
implementation in Firefox:<br>
<br>
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=580531" target="_blank">https://bugzilla.mozilla.org/show_bug.cgi?id=580531</a><br>
<br>
It adds a 'mozDroppedFrames' as well as a couple of other stats people<br>
have queried about here (download rate, framerate, etc). I'd be keen<br>
to see something like this get discussed/added.<br>
<div><div></div><div class="h5"><br>
Chris.<br>
--<br>
<a href="http://www.bluishcoder.co.nz" target="_blank">http://www.bluishcoder.co.nz</a><br>
</div></div></blockquote></div><br><br>I've checked your code and apparently you have the following extra IDL attributes for video:<br><br>readonly attribute unsigned long mozDroppedFrames;<br>readonly attribute float mozPlaybackRate;<br>

readonly attribute float mozDownloadRate;<br>readonly attribute unsigned mozFrameCount; <br><br><span class="sourceRowText "></span><span class="sourceRowText "></span>These are very useful indeed and I would like to see them added to the spec - at least then an implementation of HTTP adaptive streaming in JavaScript can be done and other functionalities such as making analysis graphs in JavaScript about video performance are possible.<br>

<br>Cheers,<br>Silvia.<br><br>