ZeNixComputa: Deploy mediamtx

This commit is contained in:
traxys 2025-09-22 10:20:31 +02:00
parent becc3b4b7a
commit 079e43a960

View file

@ -52,6 +52,11 @@
843
38202
38203
8554
1935
8888
8889
8890
];
firewall.allowedUDPPorts = [
24642
@ -60,6 +65,10 @@
843
38202
38203
8000
8001
8002
8003
];
};
@ -73,6 +82,37 @@
};
};
services.mediamtx = {
enable = true;
settings = {
authMethod = "internal";
authInternalUsers = [
{
user = "any";
pass = "";
ips = [ ];
permissions = [
{
action = "publish";
path = "";
}
{
action = "read";
path = "";
}
{
action = "playback";
path = "";
}
];
}
];
paths = {
traxys = { };
};
};
};
hardware.ckb-next.enable = true;
services.postgresql = {