- From: Ami Fischman <fischman@google.com>
- Date: Wed, 11 Dec 2013 11:28:35 -0800
- To: Harald Alvestrand <harald@alvestrand.no>
- Cc: public-webrtc@w3.org
Received on Thursday, 12 December 2013 08:20:18 UTC
>
> The <video> tag seems to have no event handlers
?
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#mediaeventslists
many events that fire on <video>.
The typical answer for getting initial resolution is to listen for first
timeupdate event and then query the <video>'s video{Width,Height}.
> Perhaps one should ask for a "videochange" event?
>
Yes, please :)
That would be useful for static/VOD (not webrtc/gUM-related)
mid-stream-resolution-changing videos, as well as MSE, too.
Cheers,
-a
Received on Thursday, 12 December 2013 08:20:18 UTC