New to all this streaming business so please be gentle
So I can set up a stream using a http stream as a source and outputing it to http on 8080 via the GUI.
What i can't figure out is how to do the same thing using the command line.
The gui gives me an output string of :
Code: Select all
:sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=48000}:http{mux=ts,dst=:8080/} :sout-keep
Code: Select all
http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_two.m3u8
Code: Select all
cvlc http://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/uk/sbr_high/ak/bbc_radio_two.m3u8:sout=#transcode{vcodec=none,acodec=mp3,ab=128,channels=2,samplerate=48000}:http{mux=ts,dst=:8080/} :sout-keep
Can anyone point me in the right direction of what the correct format for cvlc would be ?
Thanks in advance for any help.