rtmp { server { listen 1935; chunk_size 4096; allow publish 127.0.0.1; allow publish ; deny publish all; application live { live on; record off; dash on; dash_fragment 1s; dash_playlist_length 3s; dash_path /var/www/stream/dash; } } }