
STRINGA RTSP PER TELECAMERE IP
RTPS STRING FOR IP CAMERAS
Most of our cameras support the RTPS string, in particular the BLIP and DMIP series. The string syntax is usually:
- For the primary stream: rtsp://username:password@ip:port/cam/realmonitor?channel=1&subtype=0
- For the secondary stream: rtsp://username:password@ip:port/cam/realmonitor?channel=1&subtype=1
The four changing options according to set up are as follows:
- Username: user name
- Password: user password
- IP: IP address for the camera
- Port: transport layer port number (default is 554)
It is not necessary to write out the info that don’t change (default port, username and password). E.g. primary stream: rtsp://192.168.1.66:554/cam/realmonitor?channel=1&subtype=0
In the Setik IP PRO series the string changes as follows:
- Primary stream: rtsp://ip:port/Onvif/live/1/1
- Secondary stream: rtsp://ip:port/Onvif/live/1/2
