关于通道地址
实时预览通道
每个实时预览通道都对应3个协议的播放地址,地址格式如下。
websocket协议地址
格式ws://{ip}:{webport}/live/{id}.flv
其中webport表示WEB服务的端口号,id表示通道号。
示例ws://192.168.0.10:9527/live/1.flv
http协议地址
格式http://{ip}:{webport}/live/{id}.flv
其中webport表示WEB服务的端口号,id表示通道号。
示例http://192.168.0.10:9527/live/1.flv
rtmp协议地址
格式rtmp://{ip}:{rtmpport}/live/{id}.flv
其中rtmpport表示RTMP服务的端口号,id表示通道号。
示例rtmp://192.168.0.10:9526/live/1.flv
流接收地址
特别的,当通道模式为被动接收时,该通道还存在一个流接收地址,该地址格式与播放地址的rtmp协议地址一致,如下所示。
格式rtmp://{ip}:{rtmpport}/live/{id}.flv
其中rtmpport表示RTMP服务的端口号,id表示通道号。
示例rtmp://192.168.0.10:9526/live/1.flv
录像回放通道
每个录像回放通道也存在3个协议的播放地址,地址格式如下。
websocket协议地址
格式ws://{ip}:{webport}/vod/{id}.flv?starttime={starttime}&endtime={endtime}
其中webport表示WEB服务的端口号,id表示通道号,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例ws://192.168.0.10:9527/vod/1.flv?starttime=20201029180310&endtime=20201029180410
http协议地址
格式http://{ip}:{webport}/vod/{id}.flv?starttime={starttime}&endtime={endtime}
其中webport表示WEB服务的端口号,id表示通道号,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例http://192.168.0.10:9527/vod/1.flv?starttime=20201029180310&endtime=20201029180410
rtmp协议地址
格式rtmp://{ip}:{rtmpport}/vod/{id}.flv?starttime={starttime}&endtime={endtime}
其中rtmpport表示RTMP服务的端口号,id表示通道号,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例rtmp://192.168.0.10:9526/vod/1.flv?starttime=20201029180310&endtime=20201029180410
流接收地址
特别的,当通道模式为被动接收时,该通道还存在一个流接收地址。注意,该地址的格式为websocket协议地址,而且不需要时间戳参数。如下所示。
格式ws://{ip}:{webport}/vod/{id}.flv
其中webport表示WEB服务的端口号,id表示通道号。
示例ws://192.168.0.10:9527/vod/1.flv
海康安防平台
海康安防平台,每个视频监控点对应6个协议的地址,地址格式如下。
实时预览websocket协议地址
格式ws://{ip}:{webport}/hk_live/{cameraIndexCode}.flv
其中webport表示WEB服务的端口号,cameraIndexCode表示视频监控点唯一标识。
示例ws://192.168.0.10:9527/hk_live/3146dbf1123a4edc8d38e0afda47b1e0.flv
实时预览http协议地址
格式http://{ip}:{webport}/hk_live/{cameraIndexCode}.flv
其中webport表示WEB服务的端口号,cameraIndexCode表示视频监控点唯一标识。
示例http://192.168.0.10:9527/hk_live/3146dbf1123a4edc8d38e0afda47b1e0.flv
实时预览rtmp协议地址
格式rtmp://{ip}:{rtmpport}/hk_live/{cameraIndexCode}.flv
其中rtmpport表示RTMP服务的端口号,cameraIndexCode表示视频监控点唯一标识。
示例rtmp://192.168.0.10:9526/hk_live/3146dbf1123a4edc8d38e0afda47b1e0.flv
录像回放websocket协议地址
格式ws://{ip}:{webport}/hk_vod/{cameraIndexCode}.flv?starttime={starttime}&endtime={endtime}
其中webport表示WEB服务的端口号,cameraIndexCode表示视频监控点唯一标识,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例ws://192.168.0.10:9527/hk_vod/3146dbf1123a4edc8d38e0afda47b1e0.flv?starttime=20201029180310&endtime=20201029180410
录像回放http协议地址
格式http://{ip}:{webport}/hk_vod/{cameraIndexCode}.flv?starttime={starttime}&endtime={endtime}
其中webport表示WEB服务的端口号,cameraIndexCode表示视频监控点唯一标识,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例http://192.168.0.10:9527/hk_vod/3146dbf1123a4edc8d38e0afda47b1e0.flv?starttime=20201029180310&endtime=20201029180410
录像回放rtmp协议地址
格式rtmp://{ip}:{rtmpport}/hk_vod/{cameraIndexCode}.flv?starttime={starttime}&endtime={endtime}
其中rtmpport表示RTMP服务的端口号,cameraIndexCode表示视频监控点唯一标识,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例rtmp://192.168.0.10:9526/hk_vod/3146dbf1123a4edc8d38e0afda47b1e0.flv?starttime=20201029180310&endtime=20201029180410
国标GB28181设备
国标GB28181设备,每个视频通道对应6个协议的地址,地址格式如下。
实时预览websocket协议地址
格式ws://{ip}:{webport}/gb_live/{sipId}_{channelId}.flv
其中webport表示WEB服务的端口号,sipId表示国标设备的信道ID,channelId表示国标设备的通道的信道ID。
示例ws://127.0.0.1:9527/gb_live/34020000001110000002_34020000001320000001.flv
实时预览http协议地址
格式http://{ip}:{webport}/gb_live/{sipId}_{channelId}.flv
其中webport表示WEB服务的端口号,sipId表示国标设备的信道ID,channelId表示国标设备的通道的信道ID。
示例http://127.0.0.1:9527/gb_live/34020000001110000002_34020000001320000001.flv
实时预览rtmp协议地址
格式rtmp://{ip}:{rtmpport}/gb_live/{sipId}_{channelId}.flv
其中rtmpport表示RTMP服务的端口号,sipId表示国标设备的信道ID,channelId表示国标设备的通道的信道ID。
示例rtmp://127.0.0.1:9527/gb_live/34020000001110000002_34020000001320000001.flv
录像回放websocket协议地址
格式ws://{ip}:{webport}/gb_vod/{sipId}_{channelId}.flv?starttime={starttime}&endtime={endtime}
其中webport表示WEB服务的端口号,sipId表示国标设备的信道ID,channelId表示国标设备的通道的信道ID,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例ws://192.168.0.10:9527/gb_vod/34020000001110000002_34020000001320000001.flv?starttime=20201029180310&endtime=20201029180410
录像回放http协议地址
格式http://{ip}:{webport}/gb_vod/{sipId}_{channelId}.flv?starttime={starttime}&endtime={endtime}
其中webport表示WEB服务的端口号,sipId表示国标设备的信道ID,channelId表示国标设备的通道的信道ID,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例http://192.168.0.10:9527/gb_vod/34020000001110000002_34020000001320000001.flv?starttime=20201029180310&endtime=20201029180410
录像回放rtmp协议地址
格式rtmp://{ip}:{rtmpport}/gb_vod/{sipId}_{channelId}.flv?starttime={starttime}&endtime={endtime}
其中rtmpport表示RTMP服务的端口号,sipId表示国标设备的信道ID,channelId表示国标设备的通道的信道ID,starttime表示录像开始时间,endtime表示录像结束时间。时间戳格式为yyyyMMddHHmmss,endtime必须比starttime大。
示例rtmp://192.168.0.10:9526/gb_vod/34020000001110000002_34020000001320000001.flv?starttime=20201029180310&endtime=20201029180410