Create VLC stream of a radio stream (bat file)?

Don
Joined
21 Oct 2002
Posts
46,828
Location
Parts Unknown
Hi,

Say I've got this stream..

http://www.radiostream.co.uk/stream.acc

My local IP is 10.0.0.2 and I want to use port 5000 for it.


Anyone know how to build the commandline for creating an internal stream


I know the end of it needs to be something like this..

:sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=mmsh,mux=asfh,dst=10.0.0.2:5000} :sout-keep


Basically taking one internet stream and pushing it out to many internal clients.
 
Back
Top Bottom