Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change audio track #277

Closed
feross opened this issue Apr 1, 2016 · 7 comments
Closed

Change audio track #277

feross opened this issue Apr 1, 2016 · 7 comments

Comments

@feross
Copy link
Member

feross commented Apr 1, 2016

Some video files have multiple audio tracks, most often for different languages. Once Chromium lands support for multiple audio tracks, we can add this to WebTorrent Desktop.

https://bugs.chromium.org/p/chromium/issues/detail?id=249427
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/7ZWqizEIK1E

@ethaniel
Copy link

I support. We need this.

@alienato
Copy link

We need that!

@klaygomes
Copy link

So... is it possible we see it on WebTorrent?

@petrstepanov
Copy link

guys please

@avmoraes
Copy link

avmoraes commented Aug 19, 2018

video id="video-player_html5_api" data-setup="{ "controls": false, "autoplay": false, "preload": "none" }" class="vjs-tech" style="display: block; top: 0px;" preload="none" src="http://127.0.0.1:19575/stream?token=1abd50442a33007521974fb8743f78f5f6bbfd0&amp;localauth=localapi69806fb4f9ca3ff9:&amp;sid=15f043461e1e965c1bb34e4bf912a7485e0af8e4&amp;file=2&amp;ts=28.88181818181818&amp;accept=video/mp4; codecs="avc1.640029, mp4a.40.2"&audio=1&session=9542553" poster=""><p class="vjs-no-js"

Change the audio track you can change it:
Exemplo, audio=2 is EN_US when i changed to audio=1 was to PT_BR.

You can made this when press f12 and inspect video element in HTML.

@hicom150
Copy link
Contributor

I made and attempt to implement this feature in #1712 hope it can help 😊

@HugoPB
Copy link

HugoPB commented Dec 11, 2019

video id="video-player_html5_api" data-setup="{ "controls": false, "autoplay": false, "preload": "none" }" class="vjs-tech" style="display: block; top: 0px;" preload="none" src="http://127.0.0.1:19575/stream?token=1abd50442a33007521974fb8743f78f5f6bbfd0&amp;localauth=localapi69806fb4f9ca3ff9:&amp;sid=15f043461e1e965c1bb34e4bf912a7485e0af8e4&amp;file=2&amp;ts=28.88181818181818&amp;accept=video/mp4; codecs="avc1.640029, mp4a.40.2"&audio=1&session=9542553" poster=""><p class="vjs-no-js"

Change the audio track you can change it:
Exemplo, audio=2 is EN_US when i changed to audio=1 was to PT_BR.

You can made this when press f12 and inspect video element in HTML.

a simple god

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants