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

Video playback in IE9 seems not to work. #9

Closed
flixflax opened this issue Jun 23, 2011 · 9 comments
Closed

Video playback in IE9 seems not to work. #9

flixflax opened this issue Jun 23, 2011 · 9 comments
Labels

Comments

@flixflax
Copy link

I tried to play a m4v-File (exported by QuickTime on Mac for iPhone-Devices) but IE9 does not know how to play the file. There should be the flash fallback but it isn't.
The same occures when I try to play some mp4 files (not optimized for iPhone).

Could it be possible that the IE9 is not supported yet?

@etianen
Copy link
Owner

etianen commented Jun 23, 2011

Could you give me a URL, or a piece of example code? IE9 supports native playback of m4v files, so it should have worked fine.

@flixflax
Copy link
Author

I include the video tag like this:

<video id="frontpage-video" src="fileadmin/videos/volcano1.m4v" 
width="470" height="328" controls preload poster="fileadmin/images/poster.jpg"></video>

when I click the area of the video, nothing happens but IE provides a contextual menu that allows me to click play. When I click play then, nothing happens. The whole thing works fine in Safari, FF and so on. Even IE7 does play the Video (in Flowplayer).

@flixflax
Copy link
Author

I forgot to add: the video on your demo page doesn't play either in IE9.

@etianen
Copy link
Owner

etianen commented Jun 25, 2011

Internet Explorer 9 will only play MP4 files if it's configured to serve them using the mime type of video/mp4. There's a note about configuring Apache to server MP4 files correctly at the bottom of this wiki page:

https://github.com/etianen/html5media/wiki/Video-Formats

@etianen
Copy link
Owner

etianen commented Jun 25, 2011

I've dropped a support request to GitHub to configure their CDN server accordingly.

@flixflax
Copy link
Author

thanks a lot. I'm going to try this on Monday.

@etianen
Copy link
Owner

etianen commented Jun 25, 2011

No problem. I've updated the demo page with the fix. Would you mind checking that it now works on your machine?

@flixflax
Copy link
Author

I'll check this on Monday since I am Mac user (and happy not to use IE) and my Windows machine is in the office.

@flixflax
Copy link
Author

Hi Dave,
it works very well on your demo site now. In my case I hat to change the line to fit .m4v suffix and it works as well. Thanks again :)

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

No branches or pull requests

2 participants