-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.example
71 lines (71 loc) · 1.34 KB
/
config.example
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
68
69
70
71
{
"http": {
"port": 9001,
"host": "127.0.0.1",
"user": "test",
"password": "testsoup"
},
"v4l2src": {
"width": 800,
"height": 600,
"framerate": 30,
"io_mode": 2,
"devtype": "USB", /* USB for uvc camera, I2C for DVP and CSI camera */
"device": "/dev/video0",
"type": "image/jpeg",
"format": "NV12"
},
"videnc": "h264",
"audio": {
"enable": true,
"path": 0,
"buf_time": 5000000,
"device": "hw1"
},
"rootdir": "~/gwc",
"webroot": "~/.config/gwc",
"showdot": true,
"clients": 4,
"udp": {
"enable": false,
"port": 5000,
"host": "127.0.0.1",
"multicast": false
},
"webrtc": {
"enable": true,
"turn": {
"url": "139.144.63.108:3478",
"user": "minitv",
"pwd": "minitv123",
"enable": false
},
"stun": "stun.l.google.com:19302",
"udpsink": {
"port": 6005,
"addr": "224.1.1.10",
"multicast": true
}
},
"splitfile_sink": {
"max_size_time": 20,
"max_files": 10,
"enable": true
},
"app_sink": false,
"motion_rec": false,
"sysinfo": true,
"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
}
}