You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
{ |
|
"server": { |
|
"debug": true, |
|
"http_debug": false, |
|
"http_demo": true, |
|
"http_dir": "web", |
|
"http_login": "demo", |
|
"http_password": "demo", |
|
"http_port": ":8083", |
|
"https": false, |
|
"https_auto_tls": false, |
|
"https_auto_tls_name": "", |
|
"https_cert": "server.crt", |
|
"https_key": "server.key", |
|
"https_port": ":443", |
|
"ice_servers": ["stun:stun.l.google.com:193022"], |
|
"log_level": "debug", |
|
"rtsp_port": ":5541", |
|
"token": { |
|
"backend": "http://127.0.0.1/test.php" |
|
}, |
|
"defaults": { |
|
"audio": true |
|
} |
|
}, |
|
"streams": { |
|
"dahua108": { |
|
"channels": { |
|
"0": { |
|
"url": "rtsp://admin:@Sua123sua@192.168.88.7:554/h264/ch1/sub/av_stream", |
|
"debug": false, |
|
"on_demand": false, |
|
"audio": true |
|
} |
|
}, |
|
"name": "dahua" |
|
}, |
|
"dahua107": { |
|
"channels": { |
|
"0": { |
|
"url": "rtsp://admin:@Sua123sua@192.168.88.7:554/stream2&channel=2", |
|
"debug": false, |
|
"on_demand": false, |
|
"audio": true |
|
} |
|
}, |
|
"name": "dahua" |
|
} |
|
} |
|
} |