You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"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:19302"],
|
|
"log_level": "debug",
|
|
"rtsp_port": ":5541",
|
|
"token": {
|
|
"backend": "http://127.0.0.1/test.php"
|
|
},
|
|
"defaults": {
|
|
"audio": true
|
|
}
|
|
},
|
|
"database": {
|
|
"enabled": false,
|
|
"type": "mysql",
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"username": "root",
|
|
"password": "password",
|
|
"database": "rtsp_cameras",
|
|
"table_name": "cameras"
|
|
},
|
|
"streams": {
|
|
"27aec28e-6181-4753-9acd-0456a75f0289": {
|
|
"channels": {
|
|
"0": {
|
|
"url": "rtmp://171.25.232.10/12d525bc9f014e209c1280bc0d46a87e",
|
|
"debug": false,
|
|
"audio": true
|
|
}
|
|
},
|
|
"name": "111111111"
|
|
}
|
|
}
|
|
} |