Answer the question
In order to leave comments, you need to log in
Is it possible to play .mkv in a web player?
Good afternoon, is it possible to play .mkv in a web player?
Or for example through node?
Answer the question
In order to leave comments, you need to log in
Если рассматривать простой браузер то нет, если написать плагин под браузер и установить его клиенту то да. А вообще если вы хотите транслировать видео через браузер попробуйте библиотеку ffmpeg, на сервере, с помощью нее можно конвертировать в формат который поддерживает браузер
Purely theoretically, you can write an MKV player in JS (using typed arrays and canvas), but the FPS is unlikely to be acceptable. As an option, compile something ready-made into JS using emscripten, with about the same success.
The common practice is to convert the video/audio into a browser-friendly format.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question