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 {