diff --git a/README.md b/README.md index 034e588..4a7df5d 100644 --- a/README.md +++ b/README.md @@ -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;