This page demonstrates the new HTML5 video
element, its media API, and the media events. Play, pause, and seek in the entire video, change the volume, mute, change the playback rate (including going into negative values). See the effect on the video and on the underlying events and properties.
Media Events
Media Properties
MediaController Events
MediaController Properties
canPlayType
Tracks
Audio
Video
Text
?
?
?
Limitations
Some events may be fired despite the lack of effect on the video itself, in particular while trying to change the playback rate;
Not all conditions are necessarily there to generate every single possible event, such as stalled or emptied;
The rendered page may not be updated while the video is playing. Thus you may see plenty of timeupdate events counted after the video is paused/stopped;