Search found 4 matches

Go to advanced search

by brbcod1
29 Jun 2020 15:11
Forum: Development around libVLC
Topic: VLC android disable track
Replies: 6
Views: 682

Re: VLC android disable track

Hi, I ended up upgrading to the latest version and the problem seems to be fixed now, using setSpuTrack(-1).
Thanks!
by brbcod1
29 Jun 2020 11:20
Forum: Development around libVLC
Topic: VLC android disable track
Replies: 6
Views: 682

Re: VLC android disable track

No, even setSpuTrack(0) doesn't disable them
by brbcod1
29 Jun 2020 09:51
Forum: Development around libVLC
Topic: VLC android disable track
Replies: 6
Views: 682

Re: VLC android disable track

Yes it's a track, not burned in.
In my example, the video starts without subtitles and I turn it on with setSpuTrack(2).
Then, I want to allow the user to disable them again.
by brbcod1
26 Jun 2020 14:26
Forum: Development around libVLC
Topic: VLC android disable track
Replies: 6
Views: 682

VLC android disable track

Hello, I noticed that there's no method on the MediaPlayer for disabling a track. In particular, I'm looking for a way to disable a subtitle track. I turn it on with the setSpuTrack method, then, to disable it, I tried with a high value (like 99) and a negative value (like -1) but the subtitles don'...

Go to advanced search