Users not able to watch videos greater than 10 mins

My site does video streaming and users are not able to play videos
greater
than 10 mins.After 10-11 mins flowplayer stop playing the video but i
don’t
get any error either by php/nginx/flowplayer
Is there anything wrong with my fastcgi buffers

  fastcgi_pass   unix:/tmp/php5-fpm.sock;
    fastcgi_index  index.php;
    fastcgi_param  SCRIPT_FILENAME 

$document_root$fastcgi_script_name;
include fastcgi_params;
fastcgi_connect_timeout 60;
fastcgi_send_timeout 300;
fastcgi_read_timeout 300;
fastcgi_buffer_size 128k;
fastcgi_buffers 256 16k;
fastcgi_busy_buffers_size 256k;
fastcgi_max_temp_file_size 0;

Posted at Nginx Forum:

Hello,
is somethink relevant to this in the nginx/ php error log?

I am seeing these errors in /var/log/nginx/error.log

2014/12/18 12:50:28 [error] 45444#0: OCSP_basic_verify() failed (SSL:
error:27069065:OCSP routines:OCSP_basic_verify:certificate verify
error:Verify error:unable to get issuer certificate) while requesting
certificate status, responder: ocsp2.globalsign.com
2014/12/18 12:50:40 [alert] 29754#0: *535730 open socket #146 left in
connection 117

Posted at Nginx Forum:

Hello!

On Thu, Dec 18, 2014 at 08:37:45AM -0500, khav wrote:

I fixed the oscp error and i keep monitoring to see if the video stop issue
happen again…Any idea how to fix the open socket issue

First of all it’s good idea to upgrade to the latest version,
1.7.8 as of now. If you are able to reproduce the issue with the
latest version, see this page for some tips on debugging:


Maxim D.
http://nginx.org/

I fixed the oscp error and i keep monitoring to see if the video stop
issue
happen again…Any idea how to fix the open socket issue

Posted at Nginx Forum:

Maxim i am already using latest Nginx version (1.7.8)

Posted at Nginx Forum:

Hello!

On Thu, Dec 18, 2014 at 11:39:05AM -0500, khav wrote:

Maxim i am already using latest Nginx version (1.7.8)

So follow second part of the advice - see
Debugging | NGINX.

Some trivial things to check:

  • If you are using 3rd party modules, make sure you see the
    problem without them.

  • If you are using spdy, it may be good idea to try to see if it’s
    what causes your problem. There is at least one report that it
    may cause socket leaks, at least in previous versions (1.6.1,
    AFAIR).


Maxim D.
http://nginx.org/