rgpages / lane-county-fair

Sights and sounds of the Lane County Fair in Eugene, Ore.
http://pages.registerguard.com/lane-county-fair/
0 stars 2 forks source link

MP4 content type unsupported #10

Closed mhulse closed 10 years ago

mhulse commented 10 years ago

Getting this:

screen shot 2014-07-25 at 7 11 58 pm

Not sure what the deal is. Investigating.

mhulse commented 10 years ago

Noticed the vide was just .ogg. I've normally generated .ogv from Miro Video Convertor.

I used the .mp4 to create an .ogv and update the <source> calls to look like:

<source src="media/video/lights_5.webm" type="video/webm">
<source src="media/video/lights_5.ogv" type="video/ogg">
<source src="media/video/lights_5.mp4" type="video/mp4">

Appears to have fixed the warning in FF.

Commit coming soon.