Hi,<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>
&quot;Exiting... (End of file)&quot;<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>
Pierre<br>