+1
nixos/modules/misc/ids.nix
+1
nixos/modules/misc/ids.nix
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
···
+75
nixos/modules/services/networking/mjpg-streamer.nix
+75
nixos/modules/services/networking/mjpg-streamer.nix
···+Output plugin. <literal>@www@</literal> is substituted for default mjpg-streamer www directory.
+17
-20
pkgs/applications/video/mjpg-streamer/default.nix
+17
-20
pkgs/applications/video/mjpg-streamer/default.nix
···-substituteInPlace Makefile "cp plugins\/input_gspcav1\/input_gspcav1.so" "# cp plugins\/input_gspcav1\/input_gspcav1.so"-patchelf --set-rpath "$(patchelf --print-rpath $out/bin/mjpg_streamer):$out/lib:$out/lib/plugins" $out/bin/mjpg_streamer+patchelf --set-rpath "$(patchelf --print-rpath $out/bin/mjpg_streamer):$out/lib/mjpg-streamer" $out/bin/mjpg_streamerdescription = "MJPG-streamer takes JPGs from Linux-UVC compatible webcams, filesystem or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC and other software";