I updated to Internet Explorer 9 over the weekend. Suddenly, none of the sample videos I have on my server that were encoded with Vegas AVC/mp4 will stream (using either 640x480 or a 640x360 widescreen). They must download entirely and then IE 9 opens it's own window and plays them (can't resize, etc.).
They pop up in their own window with WMP with IE 8, but not with IE 9. I found a link that tells about it at http://help.videojs.com/discussions/problems/323-videojs-mp4-file-not-working-in-internet-explorer-9-on-one-server
It appears to be a video header issue that can be fixed to make the server more compatable with IE 9, but when my ISP made the changes, it still didn't work:
Support comments:
From the link http://help.videojs.com/discussions/problems/323-videojs-mp4-file-not-working-in-internet-explorer-9-on-one-server , I have added the following code in the .htaccess file at the public_html directory and now your issue should be resolved :
AddType video/m4v m4v
AddType video/mp4 mp4
I researched further and there are some comments about the codec that was used to make the mp4 files. I used the Vegas MainConcept AVC.
I know I can recommend folks use IE 8, but I shouldn't have to worry about it and I expect a lot more visitors will start to switch.
austinfinch.com is one of the sites on my server with sample videos that are not working.
Any similar experiences and work arounds (without having to re-render all the videos to a different format).
Thanks - Ted
They pop up in their own window with WMP with IE 8, but not with IE 9. I found a link that tells about it at http://help.videojs.com/discussions/problems/323-videojs-mp4-file-not-working-in-internet-explorer-9-on-one-server
It appears to be a video header issue that can be fixed to make the server more compatable with IE 9, but when my ISP made the changes, it still didn't work:
Support comments:
From the link http://help.videojs.com/discussions/problems/323-videojs-mp4-file-not-working-in-internet-explorer-9-on-one-server , I have added the following code in the .htaccess file at the public_html directory and now your issue should be resolved :
AddType video/m4v m4v
AddType video/mp4 mp4
I researched further and there are some comments about the codec that was used to make the mp4 files. I used the Vegas MainConcept AVC.
I know I can recommend folks use IE 8, but I shouldn't have to worry about it and I expect a lot more visitors will start to switch.
austinfinch.com is one of the sites on my server with sample videos that are not working.
Any similar experiences and work arounds (without having to re-render all the videos to a different format).
Thanks - Ted