HTML5 <video> can play .mkv files? -


so accidentally opened mkv video file chrome, , surprise played using native player:

<video src="video.mkv"></video> 

it playing perfectly. html5 video supports matroska container?

html5 doesn't support any video formats, or rather html5 doesn't specify formats browsers should support. it's browsers decide formats choose support. apparently chrome plays .mkv, wouldn't surprised if other browsers didn't play same file.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -