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.