Here is what I have:
Code: Select all
new channel1 broadcast enabled
setup channel1 input "file://C:/videos/vid1.avi"
setup channel1 output #rtp{mux=ts,dst=192.168.215.112,port=5004,sdp=rtsp://192.168.215.112:5554/channel1.sdp,name="channel 1"}
new channel2 broadcast enabled
setup channel2 input "file://C:/videos/vid2.avi"
setup channel2 output #rtp{mux=ts,dst=192.168.215.112,port=5004,sdp=rtsp://192.168.215.112:5554/channel2.sdp,name="channel 2"}
new channel3 broadcast enabled
setup channel3 input "file://C:/videos/vid3.avi"
setup channel3 output #rtp{mux=ts,dst=192.168.215.112,port=5004,sdp=rtsp://192.168.215.112:5554/channel3.sdp,name="channel 3"}
control channel1 play
control channel2 play
control channel3 play
Code: Select all
vlc --vlm-conf="my_vlm_config_file.txt"