VLM output channel authentication
Posted: 06 Apr 2014 18:02
Hello everyone. I am setting up a camera re-stream at a school for the first time using VLM conf. It is very easy to restream RTSP/RTP using a vlm conf file, but does anyone know if I can add a basic username/password to my output stream? I have been searching for over a week now for a solution and I would even pay at this point just so someone could help me solve this. Here is my current vlm.conf file it works very well.
If anyone can help me with this, I can help you with professional references and online work or just pay you.
Code: Select all
new channel1 broadcast enabled
setup channel1 input rtsp://root:default@10.10.0.90:8554/axis-media/media.amp?videocodec=h264&camera=1
setup channel1 output #rtp{sdp=rtsp://:8554/camera1}
new channel2 broadcast enabled
setup channel2 input rtsp://root:default@10.10.0.90:8554/axis-media/media.amp?videocodec=h264&camera=2
setup channel2 output #rtp{sdp=rtsp://:8554/camera2}
new channel3 broadcast enabled
setup channel3 input rtsp://root:default@10.10.0.90:8554/axis-media/media.amp?videocodec=h264&camera=3
setup channel3 output #rtp{sdp=rtsp://:8554/camera3}
new channel4 broadcast enabled
setup channel4 input rtsp://root:default@10.10.0.90:8554/axis-media/media.amp?videocodec=h264&camera=4
setup channel4 output #rtp{sdp=rtsp://:8554/camera4}
control channel1 play
control channel2 play
control channel3 play
control channel4 play