From 2c4814b16d46fb6d4788f3275a50fe01bc9b9fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 21 Aug 2022 22:29:01 +0200 Subject: [PATCH] Disable crashing mjpg-streamer --- hosts/pulsebert/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/pulsebert/default.nix b/hosts/pulsebert/default.nix index d49e126d..8c0235ea 100644 --- a/hosts/pulsebert/default.nix +++ b/hosts/pulsebert/default.nix @@ -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"; };