I'm using the Flowplayer plugin. I uploaded some video and audio and that works great!
But: sometimes I just get a black box instead of the video or audio. I know it's not the audio or video file because before that it was just working fine. When this problem starts none of the video or audio will work anymore. I have to wait a while and then it starts to work again.
Does anyone know what is happening here? How can I solve this?
Comments
Hitting the reload button of my browser does help sometimes. I already cleared the cache of my browser and windows system, and tried different computers (XP and windows7). I also deinstalled flash en reinstalled version 9 and 10. Nothing helps! The only thing that works is clicking next to the black box, so that the video file opens in my browser window. There it will be loading for a little while, and after pressing the back button the video will play again. I hope that someone can help me solve this problem!
I'm using video and audio file with a file size of about 20-30mb. Is this to big for the flowplayer plugin?
Are you using a standard theme or a customized one ?
What kind of video files do you have?(i.e. .flv, .mp4, etc.)
Do you perhaps have a link to the site?
Btw 20-30 MB should be no problem.
I looked at the bugfixes news section but didn't make any changes to my flowplayer3.php because I don't know where the syntax error is located in that file.
You can see the gallery at: http://www.noorkamerbeek.nl/zentest
Thank you so much!
They work fine !
I guess there must be something wrong with your installation but I can't suggest anything apart from a complete reinstall.
file 1 in the same folder as the .swf files (/zenphot/zp-core/zp-extensions/flowplayer3):
Options +FollowSymLinks
RewriteEngine on
RewriteRule . - [E=no-gzip:1]
file 2 in the album folder (/zenphoto/albums):
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI .avi$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .mov$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .mp3$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .mp4$ no-gzip dont-vary
SetEnvIfNoCase Request_URI .flv$ no-gzip dont-vary
The first file disables gzipping for swf-files. After this the flash-files are working, but in my case mp3 and mp4 isn't. So i decided to disable gzipping also for all audio and video formats in the folder (and subfolders of) albums. After this all the file formats are working.