I have 4 network cameras.
I was having the problem where apache would stop responding after a period of time so I would have to restart the apache process... I tried two of the fixes mentioned in the other forums and one of them is now causing my box to crash every few hours.. basically the entire system is unresponsive.
I have my ulimit set to 1500 (ulimit -n 1500) as well I have made the following changes to ajax/stream.php
FROM:
Code: Select all
if ( $numSockets === false )
Code: Select all
if ( $numSockets === false || $numSockets < 1 )