Hi,
I am testing http audio streaming from server to multiple clients. I start the stream on the server using a .m3u playlist as input (command string below) and then connect to the stream from each of the clients. On the server I run this commend string: VLC N:\Audio\Playlists\someplaylist.m3u :sout=#standard{access=http,mux=asf,dst=:8085}. i am using 086i on server and 086i and 094 on clients.
The problem I am experiencing is that the clients will drop the connection to the stream when vlc on the server transitions from the first song (or any song) in the playlist to the next song.
I have tried the parms --http-reconnect and --http-continuous on the clients and they do not have any effect.
What I am trying to attain is to have vlc just sit (in the tray) on the client and listen for an active http stream on a specified port, and then when a stream is detected, launch and play the stream, then when the stream ends, return to the tray and listen.
Possible?
Regards,
-argb