<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; " class="">Hello,&nbsp;<div class=""><div><div class=""><br class=""></div><blockquote type="cite"><div class="gmail_quote"><blockquote style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex; position: static; z-index: auto; " class="gmail_quote">Has any thought been given to exposing such metrics as framerate, how many frames are dropped, rebuffering, etc from the &lt;video&gt; tag? My understanding is that in the Flash player, many of these types of statistics are readily available. This is interesting for things not just like benchmarking, but for a site to determine if it is not working well for clients and should instead e.g. switch down to a lower bitrate video.&nbsp;</blockquote>
</div><br class="">Hasn't been discussed AFAIK, but I'd like to see a proposal.<br clear="all" class=""></blockquote></div><br class=""></div><div class="">Here's a list of what is available in AS3 through the <a href="http://NetStream.info">NetStream.info</a> object:</div><div class=""><br></div><div class=""><a href="http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStreamInfo.html">http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStreamInfo.html</a></div><div class=""><br></div><div class="">For determining whether the user-agent is able to play a video, these are the most interesting properties:</div><div class=""><br></div><div class="">&nbsp;readonly attribute unsigned long bandwidth::</div><div class="">&nbsp;&nbsp; &nbsp;The current maximum server » client bandwidth, in bits per second.</div><div class=""><br></div><div class=""><div class="">&nbsp;readonly attribute unsigned long droppedframes::</div><div class="">&nbsp;&nbsp; &nbsp;The number of frames dropped by the user agent since playback of this video was initialized.</div><div><br></div><div>Kind regards,</div><div><br></div><div>Jeroen Wijering</div></div></body></html>