broadcasting server (grep online-stream and stream it)
Posted: 29 May 2007 19:37
Hello,
I need to set up the following structure:
the vlc player should grep a online stream (available with: mms://IP/Name) and then he should stream the source to the internet too.
i tried: http://www.videolan.org/doc/streaming-h ... l#id297272
but it does not work.
also when I type only "vlc -vvv mms://IP/test" after some time it stops an i can read:
klick the link to see the full console output http://old.hltv.at/vlc/error.htm
thx for your help
/edit:
it is possible to grep the source from a windows streaming server with vlc?
mms://ip/name works fine with win media player
but with the vlc player its impossible to get a picture or a sound of this stream
I need to set up the following structure:
the vlc player should grep a online stream (available with: mms://IP/Name) and then he should stream the source to the internet too.
i tried: http://www.videolan.org/doc/streaming-h ... l#id297272
Code: Select all
vlc -vvv mms://IP/test --sout '#transcode{vcodec=DIV3,vb=256,scale=1,acodec=mp3,ab=32,channels=2}:std{access=mmsh,mux=asfh,dst=:8080}'
and also
vlc -vvv rtsp://IP/test --sout '#transcode....
also when I type only "vlc -vvv mms://IP/test" after some time it stops an i can read:
Code: Select all
[00000245] main playlist: nothing to play
thx for your help
/edit:
it is possible to grep the source from a windows streaming server with vlc?
mms://ip/name works fine with win media player
but with the vlc player its impossible to get a picture or a sound of this stream