Update README

This commit is contained in:
Laura Hausmann 2022-02-09 22:41:53 +01:00
parent b3ed309192
commit 7b9331daae
Signed by: zotan
GPG Key ID: D044E84C5BE01605
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
- Adjust all the `const`'s in Program.cs
- Install [nginx-mod-rtmp](https://git.zotan.services/zotan/nginx-mod-rtmp) (arch
package: `aur/nginx-mod-rtmp-lhaus-git`)
package: `aur/nginx-mod-rtmp-zotanmew-git`)
- Configure nginx-mod-rtmp, example config below
- Install and start `redis` for persistent sessions
- Start RTMPDash, example systemd unit below
@ -27,7 +27,7 @@ worker_processes 1; # VERY IMPORTANT, otherwise nginx-mod-rtmp breaks
rtmp {
log_format rtmp '[$time_local] $command -> $app with key "$name" - $bytes_received bytes received ($session_readable_time)';
server {
listen 1935;
listen [::]:1935;
access_log /var/log/nginx/rtmp_access.log rtmp;