How-to articles, tricks, and solutions about MJPEG
How to disable output buffering in PHP
In PHP, you can disable output buffering by calling the ob_end_flush() function or flush() function.