Hacker News new | ask | show | jobs
by Chris_Newton 3778 days ago
There are many cases where it’s much more user-friendly to have proper control over audio/video players and proper event handling: custom controls to change resolution/quality settings, synchronization of the audio or video with accompanying material, integration of video with other content, having interactions elsewhere on a page adjust audio or video to match, remembering which tutorials a user has finished so you can start with the next one ready to go next time, and that’s just what I came up with in a few seconds.

Sure, if you just want to play your free videos from a site where each page is basically just a wrapper around the video element, and you don’t need any configuration for quality settings and the like, then custom control and events might not be particularly interesting. However, HTML5 media elements should let us do much more than that.