Skip to content
#

libvlc

Here are 70 public repositories matching this topic...

zsottya
zsottya commented Jul 8, 2022

Describe the bug
I encountered the following error: since the setAudioTrack method did not work, I tried to set the audio track using commandlineArguments.
But this didn't work either: commandlineArguments: ['--audio-track=1']
The default audio track will still be played during playback (which corresponds to audio-track=0, right).
videoPlayer.setAudioTrack(1); didn't work either.
Does thi

enhancement New feature or request good first issue Good for newcomers

Improve this page

Add a description, image, and links to the libvlc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the libvlc topic, visit your repo's landing page and select "manage topics."

Learn more