Hello
I've serving two streams with my vlc streaming server:
First Stream:
new test broadcast enabled
setup test input movie.mpg
setup test output #standard{access=http,mux=ogg,dst=localhost:8080}
setup test loop
control test play
Second Stream:
new test1 broadcast enabled
setup test1 input test.mpg
setup test1 output #standard{access=http,mux=ogg,dst=localhost:8080/test}
setup test1 loop
control test1 play
The first stream (localhost:8080) I can access from another pc within my LAN, the second stream (localhost:8080/test), I cannot access from the other pc...
What could be the problem? I have to serve multiple broadcast streams, so I have to use different urls like localhost:8080/movie1, localhost:8080/movie2 etc...
Thanks for your help.
Peter