diff options
Diffstat (limited to 'testenv/kvmd.conf')
-rw-r--r-- | testenv/kvmd.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/testenv/kvmd.conf b/testenv/kvmd.conf index a0cc72a0..5c911066 100644 --- a/testenv/kvmd.conf +++ b/testenv/kvmd.conf @@ -52,6 +52,10 @@ kvmd: quality: 80 desired_fps: 0 + host: 127.0.0.1 + port: 8082 + timeout: 2.0 + cmd: - "/usr/bin/ustreamer" - "--device=/dev/kvmd-streamer" @@ -60,7 +64,9 @@ kvmd: - "--width=800" - "--height=600" - "--host=0.0.0.0" - - "--port=8082" + - "--port={port}" + + state_poll: 1.0 logging: version: 1 |