Viewing 6 replies - 1 through 6 (of 6 total)
  • The plugin works fine on my install of IE9 with and without Compatibility View turned on. Can you narrow down the issue from other browsers?

    Thread Starter 007me

    (@007me)

    Found the problem, had to add MP4 files permissions to my .htaccess file.

    NOTE: I posted a replay to this thread by mistake. This is the “deleted” post.

    Please 007me can you describe in enough details how you solved it and what you did. Can not duplicate your handling. I Need to fix it but did not figure. Your handling might work for me but do not do how to do what you did.

    Can anybody give me the detail on exactly how to add mp4 file permissions to my htaccess file?

    i have located the file, and all it says is:

    # BEGIN WordPress
    # END WordPress

    thank you for any help

    Plugin Author Dustin Lammiman

    (@nosecreek)

    I’m not an .htaccess expert, but have you tried:

    <IfModule mod_mime.c>
        AddType video/mp4 .mp4 .m4v
        AddType video/mpeg .mpeg .mpg .mpe
        AddType video/asf .asf .asx .wax .wmv .wmx
        AddType video/avi .avi
        AddType video/quicktime .mov .qt
        AddType audio/ogg .ogg
    </IfModule>

    Another option might be to host your videos on a separate server. I like to upload mine to my public Dropbox and use the public link.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: VideoJS – HTML5 Video Player for WordPress] The video doesn't play on IE9’ is closed to new replies.