Description
Hello,
I have weird issue with rtmp url its stuck and not responding after a while and to solve issue must be restart nginx force
for example
when I send stream from any encoder or from the same local server from ffmpeg to the nginx rtmp info it works properly on both rtmp and hls (m3u8) urls
after while rtmp stuck and not responding but the hls for m3u8 works properly without issue and need to restart force nginx to solve the issue with the rtmp url
*** and not any error log appear for this case its just stuck and not responding
also I tried to check the rtmp url on same local server with ffprobe command and also not responding
ffprobe -v quiet -print_format json -show_streams rtmp://127.0.0.1:2485/user1/user1
nginx version :
test on nginx version: nginx/1.22.1 and nginx version: nginx/1.18.0 both same issue
OS tested :
CentOS stream 8 and Ubuntu 22
any hint to how to check the reason specially not any thing appear with error logs related with this
Regards