Hi,
I am new of VLC. I try to use VLM to output steam to unicast UDP.
I don't know how to disable audio of output stream. I could do it from VLC GUI.
Here is the string I put in the "target" of stream output :
:sout=#transcode{vcodec=mp4v,vb=3072,scale=1}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=xxx.xx.xx.xx:1234}} :no-sout-audio
and it works.
But when I use the same output format in my VLM, the audio is still on. I use telnet interface to control VLC server.
The following are my VLM commands
new t1 broadcast enabled
setup t1 input dvdsimple://D:
setup t1 output "=#transcode{vcodec=mp4v,vb=3072,scale=1}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=xxx.xx.xx.xx:1234}} :no-sout-audio"
control t1 play
The client VLC turn to the port 1234. And it still has audio on.
I don't know why. Can someone help ?
Thanks