vlc stream from one pc to a server http://forum.ovh.de/archive/index.php/t-3990.html vlc -I http --http-host 192.168.178.41:8081 :sout=#std{access=http,mux=,dst=192.168.178.41:8082} vlc -I http --http-src /var/www/ --http-host 192.168.0.4:8081 adduser janis for other computers to able to access nano /usr/share/vlc/http/.hosts # private addresses 192.168.0.3/24 http://www.videolan.org/doc/streaming-howto/en/ch04.html#id349864 HTTP streaming on the server, run: vlc -vvv input_stream --sout '#standard{access=http,mux=ogg,dst=server.example.org:8080}' vlc -vvv input_stream --sout '#standard{access=http,mux=ogg,dst=192.168.0.4:8080}' on the client(s), run: vlc http://192.168.0.4:8080 Opening a file Start VLC with: vlc my_file how to stream from mic http://forum.videolan.org/viewtopic.php?f=13&t=73048 cvlc v4l:// :v4l-vdev="none" :v4l-adev="/dev/snd/controlC1" controlC1 pcmC1D0c pcmC1D0p does not work vlc -vv alsa://hw:0,2 --sout '#standard{access=http,mux=ogg,dst=192.168.0.100:8080}' to get dev/dsp apt-get install oss-compat on Nanos potential alsa version problem speaker-test # does not works on barbara works ofter oss compat installation vlc speaker-test # works add Kyrie_bernu_koris.wma that works mp3 does not work could not find module vlc K.wma # also works On BNArbara works vlc network interface vlc -I http --http-host 192.168.178.41:8081 need to make stream, select http, type audio, sap anounce select elementary streams :sout=#transcode{acodec=mpga,ab=512}:std{access=http,mux=wav,dst=192.168.178.41:8082} :sout-all =================================================================== icecast nano /etc/default/icecast2 enable make true password1 password2 admin password3 [...] changed to port 8001 /etc/init.d/icecast2 start could not get ogg file mounted ====================================================================