Archive for October, 2011
RTSP for 4 ports dvs and primary streaming / secondary streaming URL
there are 4 ports on your dvs.
example, if your ip camera (microseven network camera) address is
192.168.1.201
then:
using 4 cameras feed rtsp to your zoneminder:
cam1 rtsp://192.168.1.201/ch=0
cam2 rtsp://192.168.1.201/ch=1
cam3 rtsp://192.168.1.201/ch=2
cam4 rtsp://192.168.1.201/ch=3
if it is single microseven network camera only
cam rtsp://192.168.1.201/
there are primary streaming is
rtsp://192.168.1.201/sl=0
and secondary streaming is
rtsp://192.168.1.201/sl=1
—
Channel [ch] and slave [slave] together in URL is
rtsp://192.168.1.201:554/ch=3slave=1