Pankaj Singh

Pankaj Singh

  • NA
  • 97
  • 0

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

Apr 26 2019 8:13 AM
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)