Playlist in streaming : break between sequences
Posted: 13 May 2008 20:45
Hello,
I'm trying to make a streaming server with VLC on Debian Etch (only command line, no GUI) and I use this command to start a HTTP server which send the playlist :
But when it passes at the next sequence of the list, the client stop and we must push play to see the next sequence. Is there a way of not having this break and just continue the playlist ?
I've another problem, less serious : how to stop the VLC instance after the end of the playlist ?
Thanks
PS : I'm sorry if the question was already asked, I speak french and it's not easy on an English forum for me to find something.
I'm trying to make a streaming server with VLC on Debian Etch (only command line, no GUI) and I use this command to start a HTTP server which send the playlist :
Code: Select all
vlc liste.mu3 --sout '#standard{access=http, mux=ts, dst=192.168.2.3:8080}' -I http --http-host 192.168.2.3:8082
I've another problem, less serious : how to stop the VLC instance after the end of the playlist ?
Thanks
PS : I'm sorry if the question was already asked, I speak french and it's not easy on an English forum for me to find something.