Code: Select all
new ch broadcast enabled loop
setup ch input "rtmp://xxxxxxx......"
setup ch input "rtp://xxxxxxx......"
setup ch input "mms://xxxxxxx......"
setup ch input "http://xxxxxxx......"
setup ch output #rtp{mux=ts,dst=224.80.0.1,port=5004,proto=udp,ttl=2}
control ch play
I expected that when an error occur playing the first item in the list, then it switches to the next element of the list as VLC player do.
Trying to disable loop option in channel description nothing change.
Trying VLC 2.0.5 and also latest night builds too.