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

<font face="Times New Roman, Times" color="#000080"><b><i>------------------------------------------------------------------
<br>
</i></b></font><font size=4 color="#008080">Itsik Boger <br>
</font><font face="Garamond" size=4 color="#000080">Qualcomm <br>
</font><font size=4>email  : iboger@qualcomm.com <br>
voice<x-tab>   </x-tab> : (858)-658-2973<br>
fax<x-tab>     </x-tab> :
(858)-845-2652</font></html>