diff options
author | Devaev Maxim <[email protected]> | 2021-02-18 06:39:41 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-02-18 06:39:41 +0300 |
commit | 1a4b8edfcd8ee8bf86331192e3971a5aa82577ad (patch) | |
tree | 65c0e961d9a607487230784264b0bf41c2ea9fa2 /testenv | |
parent | abb059dffdc1fb042333f9505f621b4368cc3b6b (diff) |
ustreamer == 3.17
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index bbc6c913..03cb1e02 100644 --- a/testenv/v2-hdmiusb-rpi4.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -21,7 +21,7 @@ kvmd: - "/usr/bin/ustreamer" - "--device=/dev/kvmd-video" - "--persistent" - - "--format=jpeg" + - "--format=mjpeg" - "--resolution={resolution}" - "--desired-fps={desired_fps}" - "--drop-same-frames=30" |