sergey-dryabzhinsky / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
1.02k stars 215 forks source link

Bug The push command cannot be used. #355

Open rolser opened 1 year ago

rolser commented 1 year ago

nginx.conf application live{ live on; push rtmp://127.0.0.1:1935/hls; } applicatin hls { live on; hls on; }

The push command cannot be used. The hls directory cannot generate a slice file.

winkmichael commented 1 year ago

This is not a bug, push only applies to RTMP. close this