Files
matagent/backend/rtsp2webrtc/config.json
2025-03-02 15:06:35 +08:00

41 lines
1.1 KiB
JSON

{
"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
}
}