2
Answers

How to play .mkv type file video using HTML5 video tag

Photo of Pankaj Singh

Pankaj Singh

6y
13k
1
Audio not working in case of .mkv file.
 
i am using below code in html5 
 
<video src="test.mkv" type="video/x-matroska;" </video>
or
<video src="test.mkv" type='video/x-matroska; codecs="theora, vorbis"' </video> 

Answers (2)