|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "FMSGatewayCore": {
- "ip-comment": "指定对外提供服务的 ip 地址,获取实时视频和历史视频播放地址用到,为空则使用本机地址",
- "ip": "192.168.191.18",
- "http_hls_port": 9556,
- "rtsp_port": 7554,
- "rtmp_port": 1935,
- "ssl_port": 9558,
- "rtp_port-comment": 0,
- "rtp_port": 15080,
- "shell_port-comment": 0,
- "save_dir_path": "/home/yunentech/work/images/"
- },
- "VideoUrlRule": {
- "hls": "http://%1:9556/yunen/%2/hls.m3u8",
- "rtmp": "rtmp://%1:1935/yunen/%2",
- "rtsp": "rtsp://%1:7554/yunen/%2",
- "https-flv": "https://%1:9558/yunen/%2.live.flv",
- "https-flv-sub": "https://%1:9558/yunen/%2-02.live.flv",
- "http-flv": "http://%1:9556/yunen/%2.live.flv",
- "http-flv-sub": "http://%1:9556/yunen/%2-02.live.flv"
- },
- "VideoUrlRuleRtp": {
- "hls": "http://%1:9556/rtp/%2/hls.m3u8",
- "rtmp": "rtmp://%1:1935/rtp/%2",
- "rtsp": "rtsp://%1:7554/rtp/%2",
- "https-flv": "https://%1:9558/rtp/%2.live.flv",
- "http-flv": "http://%1:9556/rtp/%2.live.flv"
- },
- "ItemList": [
- {
- "enable-comment": "是否启用定制配置",
- "enable": false,
- "session": "391",
- "stay_play": true,
- "enable_hls-comment": "比 HLSCameraList 优先级高",
- "enable_hls": true,
- "enable_mp4-comment": "比 Mp4CameraList 优先级高",
- "enable_mp4": false,
- "RecordInfo": {
- "begin_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
- "begin_move": 10,
- "end_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
- "end_move": 45
- },
- "GB28181-comment": "配置相机国标id",
- "GB28181": {
- "id": "34020000001320000006"
- }
- },
- {
- "session": "93d2195b7e9a4c37b63581c182ae9112",
- "enable-comment": "是否启用定制配置",
- "enable": false,
- "stay_play": true,
- "enable_hls-comment": "比 HLSCameraList 优先级高",
- "enable_hls": true,
- "enable_mp4-comment": "比 Mp4CameraList 优先级高",
- "enable_mp4": false,
- "RecordInfo": {
- "begin_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
- "begin_move": 10,
- "end_move-comment": "录像文件开始时间向后推移,单位秒,负值为向前推移",
- "end_move": 45
- },
- "GB28181-": {
- "id": "34020000001320000007"
- }
- }
- ]
- }
|