From 37a55d7ee38081570d0701ce7f38cdd3ac02db6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 21 Oct 2024 15:17:13 +0300 Subject: [PATCH] rm mediamtx --- hosts/vno1-gdrx/configuration.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index 5df4e22..30fc7fa 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -1,5 +1,4 @@ { - lib, pkgs, config, myData, @@ -78,19 +77,6 @@ in hardware.cpu.intel.updateMicrocode = true; nixpkgs.hostPlatform = "x86_64-linux"; - services.mediamtx = { - enable = true; - allowVideoAccess = true; - settings = { - paths = { - cam = { - runOnInit = "${lib.getExe pkgs.ffmpeg} -f v4l2 -i /dev/video0 -f rtsp rtsp://localhost:$RTSP_PORT/$RTSP_PATH"; - runOnInitRestart = true; - }; - }; - }; - }; - mj = { stateVersion = "24.05"; timeZone = "Europe/Vilnius";