Open GoogleCodeExporter opened 8 years ago
This can be closed now.
The issue was caused by mod_deflate Apache settings, in particular it
compressed mp3 which confused flowplayer. The ideal configuration should
prevent compression of the media data:
# Don't compress images and other uncompressible content
SetEnvIfNoCase Request_URI \
\.(?:gif|jpe?g|png|rar|zip|exe|flv|mov|wma|mp3|avi|swf|mp?g)$ no-gzip dont-vary
The easier solution for some people could be compressing of the text data only:
AddOutputFilterByType DEFLATE text/html text/plain text/xml
application/javascript application/rss+xml
Original comment by ruslan.k...@luns.net.uk
on 5 Jan 2012 at 11:07
Original issue reported on code.google.com by
ruslan.k...@luns.net.uk
on 11 Nov 2011 at 9:53