media-tools
media-tools copied to clipboard
Show H.264 in MPEG-TS
While something of a legacy thing, this is useful to identify HLS-supporting browsers.
videoElement.canPlayType('application/x-mpegURL; codecs="avc1.64001F"')
This returns a positive result if the browser supports HLS.
It would be nice to have this in "Popular Capabilities" for a quick way to check if HLS is available.