If you have installed eAccelerator on your video hosting server for reducing server load and to increase speed of PHP code execution by optimizing PHP scripts then some times you may get binary files instead of video file while browsing video files on your website then you will have to insert following code in .htaccess file of your video server hosting account.
========== Insert below code in .htaccess file ==========
php_flag eaccelerator.enable 0
php_flag eaccelerator.optimizer 0
==================================================
By inserting above code in .htaccess file such problem should get solved.
About eAccelerator : eAccelerator is a free open-source PHP accelarator, optimizer, and dynamic content cache. It will increase performance of PHP scripts by caching them in their compiled state, thus the overhead of compiling scripts is almost completely eliminated which will reduces server load and will increases the speed of your PHP code by 1-10 times.











