videos not playing in firefox
http://edwon.tv/corpdemo/corpdemo.html
the videos are stored on S3
(i had them on my server, but I don't want to pay for the
bandwith)
I've tried adding
AddType video/ogg .ogv
AddType audio/ogg .ogg
to an .htaccess file and putting nit on my S3 with no luck
Even when the videos were running off my server I was still getting weird errors like the progress bar not working, and if you pressed play while it was still the big play button the video refused to load
Showing the most recent page of comments. View the first page
32 Posted by Miles Germer on 07 May, 2012 08:19 AM
I have 2 m4v videos on one post. Is this legal? They both play fine in IE and on my iPad, but FF has issues. The first video plays but the second one fails to load at all. I compressed both videos in the same way. I"m not familiar with ogg formats. I am just trying to get the m4v files playing.
I added this to my htaccess file:
AddType video/ogg .ogm .ogv .ogg
AddType video/mp4 .mp4 .m4v .f4v
AddType video/webm .webm
AddType video/x-flv flv
[video mp4="http://milocraft.net/videos/Character_Materials.m4v" poster="http://milocraft.net/videos/Character_Materials.jpg" preload="auto" autoplay="false" width="711" height="400" id="movie-id"]
[video mp4="http://milocraft.net/videos/Conversation_System.m4v" poster="http://milocraft.net/videos/Conversation_System.jpg" preload="auto" autoplay="false" width="711" height="400" id="movie-id"]
33 Posted by Miles Germer on 09 May, 2012 05:37 AM
I added OGG videos and now the movies play in FF but now they don't play in IE. :(