-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.jetson
67 lines (67 loc) · 1.29 KB
/
config.jetson
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"videnc": "h264",
"http": {
"port": 9001,
"host": "127.0.0.1",
"user": "test",
"password": "testsoup"
},
"v4l2src": {
"width": 3264,
"height": 2464,
"framerate": 21,
"io_mode": 2,
"devtype": "USB", /* USB for uvc camera, I2C for DVP and CSI camera */
"device": "/dev/video0",
"type": "video/x-raw(memory:NVMM)",
"format": "NV12"
},
"audio": {
"enable": false,
"path": 0,
"buf_time": 5000000,
"device": "hw0"
},
"rootdir": "./",
"webroot": "~/.config/gwc",
"showdot": true,
"clients": 4,
"udp": {
"enable": false,
"port": 5000,
"host": "127.0.0.1",
"multicast": false
},
"webrtc": {
"enable": true,
"turn": {
"url": "192.168.1.100:3478",
"user": "test",
"pwd": "test123",
"enable": true
},
"stun":"stun://stun.l.google.com:19302",
"udpsink": {
"port": 7000,
"addr": "224.1.1.2",
"multicast": false
}
},
"splitfile_sink": false,
"app_sink": false,
"motion_rec": false,
"sysinfo": false,
"rec_len": 20,
"hls_onoff": {
"av_hlssink": false,
"motion_hlssink": true,
"edge_hlssink": true,
"cvtracker_hlssink": true,
"facedetect_hlssink": false
},
"hls": {
"duration": 10,
"files": 10,
"showtext": true
}
}