Can't stream http to http?
Posted: 18 Feb 2014 21:30
I'm trying to use the following commands to take an http stream from an encoder and send it out to the internet using VLM. However, when I browse to the output URL, it won't play. Browsing to the input URL works fine and plays audio. What am I doing wrong?
Code: Select all
new LineIn broadcast enabled
setup LineIn input http://10.5.8.63:1235/input.mp3
setup LineIn output #standard{access=http,mux=ts,dst=:8001/input.mp3}
new Mic broadcast enabled
setup Mic input http://10.5.8.63:1234/mic.mp3
setup Mic output #standard{access=http,mux=ts,dst=:8001/mic.mp3}
control LineIn play
control Mic play