←  [EN] Enduser support

Forums

»

m3u with VLC and E2

ajeeb's Photo ajeeb 28 Jan 2012

I make a list for some channels with m3u.vlc ... my question anybody know how to make vlc choose 2nd audio track and specific subtitle .. included?

for example:
#EXTINF:0,yes.1HD
http://192.168.1.3:8...:DE80000:0:0:0:

this channel have 2 audio track and 3 subs ...I have tried to change some but nothing !

;)
BR
Quote

blzr's Photo blzr 29 Jan 2012

something like this:
#EXTINF:0,yes.1HD
#EXTVLCOPT:audio-track=x
#EXTVLCOPT:sub-track=y
http://192.168.1.3:8001/1:0:19:1F5:5:AB:DE80000:0:0:0:
or that
#EXTINF:0,yes.1HD
#EXTVLCOPT:audio-track-id=123
#EXTVLCOPT:sub-track-id=456
http://192.168.1.3:8001/1:0:19:1F5:5:AB:DE80000:0:0:0:
have fun :)
Quote

ajeeb's Photo ajeeb 29 Jan 2012

thanks pal , really helped me ! I search a lot nobody mention that ! thanks a lot .. VLC is a gr8 machine !! ;)


#EXTVLCOPT:audio-track-id=660
#EXTVLCOPT:sub-track-id=1026
Quote