how to play UDP multicast stream with muted audio
Posted: 10 Jul 2020 07:37
Hi
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:
--no-audio, --directx-volume=0, --audio-track=0 don't seem to do anything.
How can I do this?
Thanks a lot
Andrew
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