Page 1 of 1

=> Need heLp: VLC-Config for Relaying a Stream <=

Posted: 21 Feb 2007 11:20
by cyberdude
:? Hello everybody,

I'm successfully using the VLC-Device with fedora-Core 6 Linux for live streaming at home.
To share this stream with more people, i can't use my local dsl-connection (limitation of upload-bandwith :lol: ).
I want to use a rented server (debian-linux) at the internet to receive one stream from my vlc-streaming-server at home (http-streaming) and relay the same stream without any changes to several viewers (http-streaming) at the internet. So the point of limited upload-bandwith is moved away from me... :wink:

I tried several hints, but i can't get it running with the console-command-line. :cry:
I am also happy about a solution with the build-in http-interface...

Thanks for your help in advantage!!!!!!!!!!!!!

best regards cyberdude

Posted: 22 Feb 2007 23:51
by smpn
Try running this on your server:

Code: Select all

vlc -vvv http://source-ip --sout '#standard{access=http,mux=ts,dst=server-ip:8080}'
Then clients should be able to stream from http://server-ip:8080

Look at the output for errors if it's not working.

Skye

Thanks

Posted: 01 Mar 2007 18:54
by cyberdude
Thanks for your help. :D