Disable crashing mjpg-streamer

This commit is contained in:
Sandro - 2022-08-21 22:29:01 +02:00
parent b3406003cb
commit 2c4814b16d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@
};
mjpg-streamer = {
enable = true;
# crashes with: MJPG-streamer [3040]: init_VideoIn failed
enable = false;
inputPlugin = "input_uvc.so -d /dev/v4l/by-id/usb-046d_0817_4B7115A0-video-index0 -r 640x480 -f 30 -pl 50hz -ex auto";
outputPlugin = "output_http.so -p 3020";
};