Click here to Skip to main content
15,884,298 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Audio not working in case of .mkv file type

What I have tried:

<video src="test.mkv" type='video/x-matroska; codecs="theora, vorbis"' </video>

or
<video src="test.mkv" type="video/x-matroska;" </video>
Posted
Updated 23-Sep-19 20:41pm

It's because of the audio codec that was used. Chrome probably doesn't support it (without help from an extension?). No, I don't know how to fix it other than to find out what audio codec it's using and eiethr change it, or get a browser extension that will support it.
 
Share this answer
 
Hi
This is because Google chrome is not supported .mkv file extension.
 
Share this answer
 
Comments
Richard Deeming 25-Sep-19 15:22pm    
As already mentioned in solution 1, back in April.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900