Giter Club home page Giter Club logo

Comments (4)

etianen avatar etianen commented on July 20, 2024

The way html5media works is that it actually asks the browser if it can play the file. If the browser says no, then it will use the Flash player. If it says yes, then it exits. IE9 is claiming to be able to play the m4v file, but then not actually playing it.

However, I suspect that this is because your server is misconfigured. IE9 will only play movies served with the correct content type. At the bottom of this page are the recommended content settings for an Apache webserver:

https://github.com/etianen/html5media/wiki/embedding-video

If you want your m4v files to be played natively, then I believe you can just add the following additional line to your .htaccess:

AddType video/mp4 .m4v
AddType video/mp4 .mov

Since IE9 is claiming to be able to play these files, there's not much more html5media can do other than trust it. However, I suspect that adding these webserver setting will solve your issues anyway! :)

from html5media.

ugodehaes avatar ugodehaes commented on July 20, 2024

adding the .htaccess file with these new types solved my problem.
thank you!

from html5media.

Saravaan avatar Saravaan commented on July 20, 2024

Hi, can you tell where to place this .htaccess file. I couldnt find any such file in my directory structure. I am using apache tomcat.

from html5media.

etianen avatar etianen commented on July 20, 2024

The .htaccess file only applies to the Apache HTTP server, not Tomcat
(which is a Java server).

You can configure Tomcat to serve difference mime types like so:

http://stackoverflow.com/questions/3282867/how-to-set-default-mime-tipe-for-any-file-extension-in-tomcat-6

On 18 February 2014 06:57, Saravaan [email protected] wrote:

Hi, can you tell where to place this .htaccess file. I couldnt find any
such file in my directory structure. I am using apache tomcat.


Reply to this email directly or view it on GitHubhttps://github.com//issues/17#issuecomment-35357624
.

from html5media.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.