> > - If I understood correctly, the streamdev-server just streams the whole > mpeg stream over the lan. Are there solutions for sending the stream over > the internet with a much smaller datarate? > Use vlc to connect to streamdev on the localhost and transcode out... vlc http://127.0.0.1:3000/PS/$1 --sout '#transcode{vcodec=DIV3,vb=512,acodec=mp3,ab=192,channels=2,deinterlace}:std{access=http,mux=asf,url=:1234}' Adjust bitrates accordingly... Regards, C.