[vlc] Re: trancoding audio to plain mp3?

Benjamin PRACHT bigben+spam at videolan.org
Thu Oct 7 14:34:54 CEST 2004


On Thu, Oct 07, 2004, Ben Buxton wrote :
> 
> I'm trying to use VLC to stream only the audio track of a DVB stream to
> mp3 clients. Unfortunately I can only find options which require me to
> specify a container format, which is not really useful for plain mp3.
> 
> This is the command line I'm using which puts the mp3 inside asf, but
> I'm trying to put it as raw mp3.
> 
> ./vlc dvb-t:<params> --no-sout-video --sout \
> '#transcode{acodec=mpga,ab=96}:standard{access=http,mux=asf,url=192.168.1.2:1333}' 
> 
> What transcode/standard sout parameters will get plain mp3 streamed?
> 

You should use es as muxer, and use the --no-sout-video option

Alternatively, you can have a look at the 'es' sout module (and use
dummy as access for video).

-- 
BigBen

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list