Hi !<br>
<br>
Thanks for your answers, I finally found a way to play the files
continuously, by using the "raw" muxer and the --sout-keep option :<br>
on the server, I launch :<br>
vlc -I ncurses -vvv --sout-keep --sout '#std{access=http,mux=raw}' file1.mp3 file2.mp3<br>
<br>
on the client, I launch :<br>
mplayer <a href="http://server_ip_address:8080">http://server_ip_address:8080</a><br>
<br>
It works fine. I will try some other muxers to see if they also work.<br>
<br>
Pierre<br><br><div><span class="gmail_quote">On 8/22/06, <b class="gmail_sendername">Antonio Querubin</b> <<a href="mailto:tony@lava.net">tony@lava.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 21 Aug 2006, Pierre ZUREK wrote:<br><br>> I am using vlc like this on my home computer :<br>> vlc -I ncurses --sout '#std{access=http,mux=asf}' file1.mp3 file2.mp3<br>><br>> And on another computer with only mplayer, I'm doing :
<br>> mplayer <a href="http://my_home_ip_address:8080">http://my_home_ip_address:8080</a><br>><br>> It plays well, but mplayer stops at the end of file1.mp3, reaching :<br>> "Exiting... (End of file)"
<br>> so that I have to launch mplayer again to listen to file2.mp3.<br>><br>> What can I do to play file2.mp3 immediately after file1.mp3, with no break ?<br>><br>> Thanks in advance,<br><br>You need to use one of the '-l' or '-L' or '--loop' parameters for VLC.
<br><br>--<br>This is the streaming mailing-list, see <a href="http://www.videolan.org/streaming/">http://www.videolan.org/streaming/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">
http://www.videolan.org/support/lists.html</a><br><br></blockquote></div><br>