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 : vlc liste.mu3 --sout '#standard{access=http, mux=ts, dst=192.168.2.3:8080}' -I http --http-host 192.168.2.3:8082 But when it passes...