I have a http stream from home
:sout=#transcode{vcodec=WMV2,vb=768,scale=0.5,acodec=mp3,ab=64}:std{access=http,mux=asf,dst=:1080}
I can play it fine at my office thru firewall (xine http://home.machine.org:1080)
at my office I'm trying to compile and use vlc to relay the stream so several people can view at the same time..
I would prefer to have vlc at the office redirect / repeat / relay the stream to another port on my office machine
so that no recoding/encoding would need to be done..
is that possible?
I've compiled vlc at office with
./configure --prefix /usr/tmp/ --with-libmpeg2-tree=./mpeg2dec-0.4.1 --with-ffmpeg-tree=./ffmpeg --enable-esd --disable-hal --disable-skins2 --disable-libcddb --without-x --with-mad-tree=./libmad-0.15.1b --disable-screen --disable-glx --disable-opengl -disable-x11
start vlc with
./vlc -I http --http-host :8081
I goto the http interface
put this in as the input
http://home.machine.org:1080
:sout=#std{access=http,dst=:8082}
no luck,
any tips? suggestions?
thanks