nginx rtmp livestreaming

This commit is contained in:
zuckerberg
2021-05-16 18:13:21 -04:00
parent 65b069c174
commit e5127d14d9
4 changed files with 83 additions and 2 deletions

View File

@@ -33,6 +33,12 @@
mount = "stream.mp3";
};
services.nginx.stream =
{
enable = true;
hostname = "mitty.neet.dev";
}
security.acme.acceptTerms = true;
security.acme.email = "letsencrypt+5@tar.ninja";
}