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"; };