DiegoRBaquero / BTorrent

:globe_with_meridians: Fully-featured WebTorrent Client
https://btorrent.xyz
MIT License
549 stars 95 forks source link

.mkv/x-matroska support with subtitle (Feature request) #83

Closed josh0036 closed 3 years ago

josh0036 commented 4 years ago

35 Can you please add support to .mkv/x-matroska files? with custom subtitles Onclick/Onplay

In html5/xhtml you can play matroska files using <p><video src="http://example.com/x.mkv" type='video/x-matroska; codecs="theora, vorbis"' ></video></p>

And using Track tag for subtitles

I also tried to add the codecs in your webtorrent

(webtorrent.min.js (latest version))

but I failed.

DiegoRBaquero commented 4 years ago

Idk if possible, but not maintaining the project atm.

Diego

On 12/07/2020, at 5:43 AM, josh mora notifications@github.com wrote:



Can you please add support to .mkv/x-matroska files? with custom subtitles Onclick/Onplay

In html5/xhtml you can play matroska files using

And using Track tag for subtitles

I also tried to add the codecs in your webtorrent

(webtorrent.min.js (latest version))

but I failed.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.