Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working in firefox :/ #18

Open
ruudbwai opened this issue Sep 19, 2013 · 6 comments
Open

not working in firefox :/ #18

ruudbwai opened this issue Sep 19, 2013 · 6 comments

Comments

@ruudbwai
Copy link

This isn't working in firefox. works in IE and chrome, but not in firefox. my link is here -
http://digitalmarketingcardiff.com/blackmambavideo/

can someone help please?

thanks.

@albertut
Copy link

Hey how did you get this working in firefox?

@anfibiacreativa
Copy link

If this is not working for you on some browsers, make sure the server where your website is at has the right MIME-Type for them or the server will be serving the ogg ogv or webm files as text and thats the issue.

@ruudbwai
Copy link
Author

ruudbwai commented Feb 1, 2014

yeah, what he said, and also, firefox is quite picky about the video, itself. Try and see if it works with the bundled videos first. If it does, then try encoding your videos with handbrake.
Good luck!

@anfibiacreativa
Copy link

she ;)

@albertut
Copy link

albertut commented Feb 3, 2014

It was a video encoding issue. Used handbrake and http://www.firefogg.org/ to get it working in Firefox. Thank you guys!

@zilions
Copy link

zilions commented Mar 6, 2014

It seems that a lot of people are having this problem, including myself.
Would be great if someone could provide some detailed instructions on how to fix this issue for current and future users.

I have managed to slightly overcome the issue by adding the MIME types to my .htaccess file by using the following code. Although, this only enables the bundled/included videos to work. My converted video types are still refusing to work in Firefox. I tried using Miro Video Converter (worked great for IE, Chrome and Opera), although it refused to allow the videos to run on Firefox. Does anyone have a decent converter (preferably free) for ogg/ogv and webm files?
Used this free video converter to convert my mp4 file top webm and it worked successfully on Firefox (although, still no luck with Safari 5.1.7 on Windows 7 Pro 64bit) - http://www.dvdvideosoft.com/products/dvd/Free-WebM-Video-Converter.htm

<FilesMatch "^(?!.*\.ogg$|.*\.ogv$).+" >
    <IfModule filter_module>
        FilterDeclare   COMPRESS
        FilterProvider  COMPRESS  DEFLATE env=notogg true
        FilterProvider  COMPRESS  DEFLATE resp=Content-Type /text/(html|css|javascript|plain|x(ml|-component))/
        FilterProvider  COMPRESS  DEFLATE resp=Content-Type /application/(javascript|json|xml|x-javascript)/
        FilterChain     COMPRESS
        FilterProtocol  COMPRESS  change=yes;byteranges=no
    </IfModule>
</FilesMatch>

AddType audio/ogg .oga .ogg
AddType video/ogg .ogv
AddType application/ogg .ogg
AddType video/webm .webm
AddType video/mp4 .mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants