宇視NVR及IP CAM RTSP
宇視RTSP
rtsp://username:password@<ipaddress>:<port>/unicast/c<number>/s<number>/live
NVR 通道 01 主碼流:
rtsp://admin:admin@192.168.1.13:554/unicast/c1/s0/live
NVR 通道 02 輔碼流:
rtsp://admin:admin@192.168.1.13:554/unicast/c2/s1/live
RTSP 組播地址管理
配置 RTSP 組播位址後,協力廠商播放機可通過 RTSP 協議請求攝像機發送 RTP 組播媒體流。
(1) 選擇[配置>音視頻>媒體流管理],進入 RTSP 組播位址管理介面
魚眼攝像機 RTSP 組播位址管理介面顯示如下。
設置組播位址和埠號
(組播位址範圍為 224.0.1.0~239.255.255.255,埠號範圍為 0~65535)
回放取流:
rtsp://username:password@<address>:<port>/c<number>/b<starttime>/e<endtime>/replay/
rtsp://admin:admin@192.168.1.13:554/c1/b1494208846/e1494209026/replay/
時間範圍是 starttime 到 endtime,
其中 starttime 和 endtime 为 UNIX 時間戳格式。
RTSP 控制参數回放取流
RTSP PLAY 命令格式如下:
PLAY rtsp://192.168.1.106:554/c1/replay/ RTSP/1.0
CSeq: 28
Authorization: Digest username="admin", realm="48ea632fc01e", nonce="5902a8beca904f4d52f5", uri="rtsp://192.168.1.106:554/c1/replay/", response="558885ca5f4e885d41b761301a32f7a8"
Session: 88
Scale: 1.000000
Speed: 1.000000
Range: clock=20170426T021045Z-20170426T021945Z
User-Agent: IMCP
通过 RTSP 的 Scale
、Speed
及 Range
参数指定回放的速度及时间范围,Range
参数的 clock 值指定远程录像的开始和结束时间。
IP CAM RTSP
rtsp://username:password@<ipaddress>:<port>/media/video1 主碼流
rtsp://username:password@<ipaddress>:<port>/media/video2 輔碼流
rtsp://admin:123456@192.168.1.13:554/media/video1
rtsp://{用户名}:{密码}@{ip}:{port}/video1/2/3,分别对应主/辅/三码流;
比如:
- rtsp://admin:admin@192.168.8.8:554/video1,就表示主码流;
- rtsp://admin:admin@192.168.8.8:554/video2,表示子码流;
- rtsp://admin:admin@192.168.8.8:554/video3,表示3码流
留言列表