diff options
author | Devaev Maxim <[email protected]> | 2019-10-08 03:20:59 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-10-08 10:43:11 +0300 |
commit | bc3a15aba3c3a8ffb58e076af1bff9ff850e5296 (patch) | |
tree | f14be78bc55eb329dd2439e1dd10770089276b9a /testenv/v1-vga.override.yaml | |
parent | 149c0611f8d8a41f1e4fae04c3f6dc3dbb43cc29 (diff) |
testenv: using override instead complete config
Diffstat (limited to 'testenv/v1-vga.override.yaml')
-rw-r--r-- | testenv/v1-vga.override.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testenv/v1-vga.override.yaml b/testenv/v1-vga.override.yaml new file mode 100644 index 00000000..2f64030a --- /dev/null +++ b/testenv/v1-vga.override.yaml @@ -0,0 +1,22 @@ +kvmd: + server: + unix_mode: 0666 + + hid: + device: /dev/ttyS10 + noop: true + + streamer: + desired_fps: 30 + max_fps: 40 + cmd: + - "/usr/bin/ustreamer" + - "--device=/dev/kvmd-video" + - "--quality={quality}" + - "--desired-fps={desired_fps}" + - "--resolution=800x600" + - "--last-as-blank=0" + - "--unix={unix}" + - "--unix-rm" + - "--unix-mode=0666" + - "--no-log-colors" |