Postby michalf » 21 Feb 2012 11:02
Hello, I am new with VLC and I have such problem:
I want to stream multiple files in one broadcast channel using VLM. When playing first wideo ends, it goes to the second. After second finishes first starts playing again. I did it using VLC:
vlc file1.mov file2.mov --sout "#gather:rtp{dst=224.1.1.1,port=5004,mux=ts}" --sout-keep --loop
But I must do this by VLM. I try to do this that way:
new channel1 broadcast enabled loop
setup channel1 input file1.mov
setup channel1 input file2.mov
setup channel1 option sout-keep
setup channel1 output #gather:rtp{dst=224.1.1.6,port=5004,mux=ts}
setup channel1 option file-caching=300
control channel1 play
But only first file is played (in a loop). Second is never played. How to change it?
Thanks in advance for help.
michalf