Using VLC 2.2.4 x86 build with Windows 10 (1511).
VLC 2.1.5 do not have this problem: this problem started at 2.2.1 at least.
I have been using VLC to transcode live .ts stream into .ts/h264 using LUA interface.
Source .ts stram has multiple audio tracks and also DVB/TTX subtitle tracks that is have been selecting by invoking
Code: Select all
setup LIVE option sub-language=fi
setup LIVE option audio-language=fi
But now this does not work anymore, the stream created has all audiotracks and subtitle tracks muxed inside and I can selelect them when playing the stream with VLC.. fi/fin values does make a difference..
Debug example has 4 audio languages muxed (danish/swedish/finnish/norway)
Debug log is here http://pastebin.com/wgeWaR56
Has this changed or is there something I'm missing?
Thank you.