Problem with VLM, can't connect
Posted: 23 May 2006 18:31
I want to broadcast two radiostations to different ports this is how I think it goes but it doesn't work.
And second problem is that if I use same mux (mp4) with both of them VLC crashes.
Code: Select all
new Stream1 broadcast enabled
setup Stream1 input "http://stream1.com:1111"
setup Stream1 output #stantard{dst=std{access=http,mux=mp4,dst=:8081}}
new Stream2 broadcast enabled
setup Stream2 input "http://localhost:2222"
setup Stream2 output #stantard{dst=std{access=http,mux=ogg,dst=:8080}}
control Stream1 play
control Stream2 play