LIVE Video Streaming with Nginx + PHP-FPM / Process Timeout

Posted by user3393046 on Server Fault See other posts from Server Fault or by user3393046
Published on 2014-08-25T16:02:54Z Indexed on 2014/08/25 16:21 UTC
Read the original article Hit count: 280

Filed under:
|
|

I have a live video streaming in my server using nginx + php.

the php file reas a live streaming and it directly sends it to the client.

I have only one problem. The problem is that i want each request to be in a new process of php-fpm. In a few words i don't want to have idle timeout for a process but instead i want them to close instant when a request is being closed.

With idle timeout i have huge problems which are hard to explain at the moment but i'm really sure that if i disable the idle timeout everything will be perfect.

Is there any way to do this?

I'm using on demand php-fpm

© Server Fault or respective owner

Related posts about nginx

Related posts about php