Update README.md to reflect recent changes

This commit is contained in:
Laura Hausmann 2021-01-25 23:51:47 +01:00
parent 4c6782854c
commit 0d8fa18664
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -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 {