Technical Explanation for RTSP URL-CAMHI
Created on:2026-06-03 17:14
Technical Explanation for RTSP URL
Sample RTSP links:
rtsp://192.168.X.XXX:554/ch0_0.264
rtsp://192.168.X.XXX:554/ch0_1.264
Standard RTSP format supported by our device
rtsp://user:password@ipaddr:port/chN_M.264
user: Default username: admin
password: Default password: blank / empty
ipaddr: IP address of the camera/NVR device
port: 80 for NVR; 554 for IPC (IP Camera)
N = Channel Number:IPC uses channel 0;4-channel NVR: channels 0~3;8-channel NVR: channels 0~7, and so forth.
M = Stream ID:0 = Main Stream;1 = Sub Stream (Sub-stream).
RTSP URL Specification
Main Stream: rtsp://ip:port/ch0_0.264
Sub Stream: rtsp://ip:port/ch0_1.264
