mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-21 17:59:06 +00:00
feat: add application and tcp_only to wivrn config
This commit is contained in:
parent
adbeffaba1
commit
92c7be52d1
3 changed files with 49 additions and 2 deletions
|
@ -10,5 +10,6 @@
|
|||
"offset_x": 0.0,
|
||||
"offset_y": 0.0
|
||||
}
|
||||
]
|
||||
],
|
||||
"application": "foobar"
|
||||
}
|
||||
|
|
16
test/files/wivrn_config2.json
Normal file
16
test/files/wivrn_config2.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"scale": [0.8, 0.8],
|
||||
"bitrate": 100000000,
|
||||
"encoders": [
|
||||
{
|
||||
"encoder": "x264",
|
||||
"codec": "h264",
|
||||
"width": 1.0,
|
||||
"height": 1.0,
|
||||
"offset_x": 0.0,
|
||||
"offset_y": 0.0
|
||||
}
|
||||
],
|
||||
"application": ["foobar", "baz"],
|
||||
"tcp_only": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue