I need to start multiple VLC sessions to play live UDP streams, but I need to mute most instances and have audio only from one main window. It seems streams are handled differently to local files. I can select audio track to "disable" once it plays, but I need it to be like this when the stream starts, as there will be no user intervention.
I'm using commands like this:
Code: Select all
.\vlc.exe udp://@239.255.42.32:1234
How can I do this?
Thanks a lot
Andrew