-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvnx_vino_config_dev.json
62 lines (62 loc) · 1.5 KB
/
vnx_vino_config_dev.json
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
{
"objects":
[
{
"type": "onvif",
"name": "cam1",
"host": "192.168.32.121",
"auth": ["user","Viinex79"]
},
{
"type": "renderer",
"name": "rend1",
"share": true,
"layout": {
"size": [640,360],
"viewports": [
{
"input": 0,
"src": [0,0,1,1],
"dst": [0,0,1,1]
}
],
"encoder":{
"dynamic": true
}
}
},
{
"type": "h264sourceplugin",
"name": "cam2",
"dynamic": false,
"library": "vnxvideo.dll",
"factory" : "create_media_file_live_source",
"init" : {
"file": "C:\\video1\\15vwtea-20220302-143.mp4"
}
},
{
"type": "renderer",
"name": "rend2",
"share": true,
"layout": {
"size": [640,360],
"viewports": [
{
"input": 0,
"src": [0,0,1,1],
"dst": [0,0,1,1]
}
],
"encoder":{
"dynamic": true
}
}
}
],
"links":
[
["rend1","cam1"],
["rend2","cam2"]
]
}