media-tools icon indicating copy to clipboard operation
media-tools copied to clipboard

Show H.264 in MPEG-TS

Open sandersaares opened this issue 4 years ago • 0 comments

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.

sandersaares avatar Mar 27 '20 08:03 sandersaares