hi all

I use a endless rtmp stream

/usr/local/nginx/wsgi/ffmpeg  -i  haha.mp4 -c:v libx264 -b:v 500k -c:a copy
 -f flv rtmp://172.16.205.50:1936/publish/you

as you known, if  I use nginx -s reload , then I got a lot of  "nginx:
worker process is shutting down"

pplive   15355 13642  0 14:56 ?        00:00:00 nginx: worker process
is shutting down
pplive   15356 13642  0 14:56 ?        00:00:00 nginx: worker process
is shutting down
pplive   15357 13642  0 14:56 ?        00:00:00 nginx: worker process
is shutting down
pplive   15358 13642  0 14:56 ?        00:00:00 nginx: worker process
is shutting down
pplive   15359 13642  0 14:56 ?        00:00:00 nginx: worker process
is shutting down
pplive   15360 13642  0 14:56 ?        00:00:00 nginx: worker process
is shutting down

​

because the connection will not quit, so "nginx: worker process is shutting
down"  more and more

so How to aviod this status  using "nginx -s reload"


-- 

Best Regards,
Harold Miao
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to