rtmp { server { listen 1935; chunk_size 4096; application live { live on; hls on; hls_path /tmp/hls; hls_fragment 3; } } }