-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (41 loc) · 1.19 KB
/
Copy pathconfig.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"global": {
"model_root": "/home/cat/workspace/rknn_usb_threadPool/weights/yolov5s_coco.rknn",
"thread_num": 4
},
"rtsp_server": {
"port": 3554
},
"streams": [
// {
// "id": "stream_001",
// "name": "前门摄像头",
// "input_url": "http://devimages.apple.com.edgekey.net/streaming/examples/bipbop_4x3/gear2/prog_index.m3u8",
// "output": {
// "app": "live",
// "stream": "camera01"
// },
// "enabled": true
// }
{
"id": "stream_002",
"name": "后门摄像头",
"input_url": "rtsp://admin:qweasdzxc12@192.168.10.105/h264/ch1/main/av_stream",
"output": {
"app": "live",
"stream": "camera02"
},
"enabled": true
},
{
"id": "stream_003",
"name": "车库摄像头",
"input_url": "rtsp://admin:qweasdzxc12@192.168.10.108/h264/ch1/main/av_stream",
"output": {
"app": "live",
"stream": "camera03"
},
"enable":true
}
]
}