当前版本

This commit is contained in:
2025-02-16 16:49:36 +08:00
parent 97c13d11fd
commit f912c98e16
7 changed files with 347 additions and 54 deletions

View File

@@ -0,0 +1,41 @@
{
"server": {
"debug": true,
"log_level": "info",
"http_demo": true,
"http_debug": false,
"http_login": "demo",
"http_password": "demo",
"http_port": ":8083",
"ice_servers": [
"stun:stun.xten.com:3478"
],
"rtsp_port": ":5541"
},
"streams": {
"demo1": {
"name": "test video stream 1",
"channels": {
"0": {
"name": "ch1",
"url": "rtsp://admin:@192.168.1.13:554/live",
"on_demand": true,
"debug": true,
"audio": true,
"status": 0
},
"1": {
"name": "ch2",
"url": "rtsp://admin:@192.168.1.10:554/live",
"on_demand": true,
"debug": true,
"audio": true,
"status": 0
}
}
}
},
"channel_defaults": {
"on_demand": true
}
}