testenv: Use memsink for VNC

This commit is contained in:
Maxim Devaev 2024-12-16 19:19:31 +02:00
parent ada1c39eef
commit e0bbf6968e
2 changed files with 4 additions and 2 deletions

View File

@ -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 \

View File

@ -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: ""