From 0d8fa1866426b80bf5a47dc29d77dea4ee54b00a Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Mon, 25 Jan 2021 23:51:47 +0100 Subject: [PATCH] Update README.md to reflect recent changes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 04a08aa..6d1181d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,9 @@ ### nginx-mod-rtmp example config ``` +load_module /usr/lib/nginx/modules/ngx_rtmp_module.so; # load our rtmp module +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 {