How to disable output stream audio from VLM

Discussion about configuration and usage of VLM (a stream scheduler) within VLC.
Newbee

How to disable output stream audio from VLM

Postby Newbee » 17 Jul 2006 22:27

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

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Re: How to disable output stream audio from VLM

Postby dionoea » 17 Jul 2006 23:15

Code: Select all

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},select=noaudio} " control t1 play
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)


Return to “VLM”

Who is online

Users browsing this forum: No registered users and 23 guests