diff options
author | Maxim Devaev <[email protected]> | 2024-12-16 19:19:31 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-12-16 19:19:31 +0200 |
commit | e0bbf6968ef8295274793a564e717f95f42983d7 (patch) | |
tree | 01c1b4fe54cf042a8eb570177bb71ed857dbff2c | |
parent | ada1c39eef2085275934b0f128a47e856be93eb6 (diff) |
testenv: Use memsink for VNC
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -102,6 +102,7 @@ $(TESTENV_GPIO): run: testenv $(TESTENV_GPIO) - $(DOCKER) run --rm --name kvmd \ + --ipc=shareable \ --privileged \ --volume `pwd`/testenv/run:/run/kvmd:rw \ --volume `pwd`/testenv:/testenv:ro \ @@ -187,6 +188,7 @@ run-ipmi: testenv run-vnc: testenv - $(DOCKER) run --rm --name kvmd-vnc \ + --ipc=container:kvmd \ --volume `pwd`/testenv/run:/run/kvmd:rw \ --volume `pwd`/testenv:/testenv:ro \ --volume `pwd`/kvmd:/kvmd:ro \ diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index f8a301f1..5de7f63c 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -35,6 +35,8 @@ kvmd: - "--process-name-prefix={process_name_prefix}" - "--notify-parent" - "--no-log-colors" + - "--jpeg-sink=kvmd::ustreamer::jpeg" + - "--jpeg-sink-mode=0660" gpio: drivers: @@ -148,8 +150,6 @@ vnc: enabled: true memsink: - jpeg: - sink: "" h264: sink: "" |