[vlc] Re: Unable to stream from a audio CD
Gildas Bazin
gbazin at netcourrier.com
Fri Nov 7 21:38:31 CET 2003
On Friday 07 November 2003 20:49, Itsik Boger wrote:
> Hi Folks,
>
> I am using VLC version 0.6.2 and I try to stream from an audio CD but with
> no much success.
> I tried to stream from a RedHat Linux machine to a Windows machine.
> I can see the progress bar on the streamer side advancing but nothing is
> heard on the receiver side.
> I also tried to stream from Windows to Linux, but again, it doesn't work.
>
> The command line I use to stream from my Linux box is:
>
> vlc cdda:/dev/cdrom
> --sout='#duplicate{dst=std{access=udp,mux=ts,url=192.169.88.123:5000}}'
>
You can't stream a cd audio raw like this (well this could be implemented
but I'm not sure it is worth it). You need to enable transcoding.
Try this:
vlc cdda:/dev/cdrom
--sout='#transcode{acodec=mpga,ab=256}:std{access=udp,mux=ts,url=192.169.88.123:5000}'
Or even better, in vorbis ;) (you'll need the cvs version of vlc though)
vlc cdda:/dev/cdrom
--sout='#transcode{acodec=vorb,ab=128}:std{access=http,mux=ogg,url=:8080}'
--
Gildas
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc
mailing list