nginx-rtmp-docker is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
rtmp { server { listen 1935; chunk_size 100; application live { live on; record off; # ADD HERE !!! on_publish http://localhost:1934/; notify_method get ...