New Landing How can we help? Themeforest Theme Support Dante Revolution slider with html5 video not working in Firefox Reply To: Revolution slider with html5 video not working in Firefox

#127441
pbi design
Member
Post count: 82

thanks.

in the meanwhile I found this solution:
it appears the Firefox slider error is happening because Apache isn’t reporting the MIME type of the video files correctly. To solve this we need to add the following lines to the relevant .htaccess file that covers (at the very least) the folders of the videos that will be played AND add the Apache MIME types into the appropriate configuration file for Apache.

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

AddType audio/mpeg .mp3
AddType audio/ogg .ogg
AddType audio/mp4 .m4a
AddType audio/wav /wav