Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upManaging subtitles and audio with video playback at runtime #1144
Comments
This comment has been minimized.
This comment has been minimized.
|
Well for subtitles the integration is simple... |
This comment has been minimized.
This comment has been minimized.
|
Is this for WebTorrent Desktop? Or the webtorrent module? If it's the module, I'd say it's out of its scope. |
This comment has been minimized.
This comment has been minimized.
|
I was referring to the desktop app at the time. |
This comment has been minimized.
This comment has been minimized.
|
This is a limitation of the HTML5 video tag that we use for playback in the WebTorrent app. If things change and we can allow selection, we'll do it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a feature request.
It would be cool if when playing a video you could choose between the many audio channels a video might have(multiple languages), and couple it with the many subtitles it might come with.
The ability to switch at any moment would complete the player in many ways.
For me, enabling VLC makes swapping the audio channels possible and I just load the srt from the downloaded folder, also forward skipping worked better(shift+arrows).
Great work!