How to fix no sound issue for mkv video in reactjs

Viewed 52

I have a video file in MKV format, i want to play that file in the browser without converting, how can i play this file format in browser?

<video width="320" height="240" controls>
  <source src="movie.mkv" type="video/mkv" />
  Your browser does not support the video tag.
</video>

when I use this, I can't hear sound. I can see issue for .mkv format video. .mp4 format is fine.

who can help me about this issue?

0 Answers
Related