demo · v136

Codec String Builder

The H.26x MIME strings are notoriously hairy — avc1.42E01E vs. avc3.640028 vs. hev1.1.6.L93.B0. Pick a family, profile, level, tier, and parameter-set mode; the builder emits the full type string and runs it through MediaRecorder.isTypeSupported() in real time.

MediaRecorder.isTypeSupported()
MediaSource.isTypeSupported() (playback)
HTMLMediaElement.canPlayType()

see also