Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 Video not showing in Safari

Tags:

html

video

I've read other answers on here regarding this issue but none help. I'm trying to use the HTML5 video in Safari, but it just won't show up at all. For reference view: http://www.shaun-pelling.com/malagnini/index2.html - (the video is found on the slider at the top, just click the slider arrow left once).

It shows up fine in all other browsers but Safari.

htaccess file:

<Files ~ "\.(mp4|m4v)">
AddType video/mp4 mp4
order allow,deny
allow from all
satisfy any
</Files>

AddType video/mp4 mp4 m4v
AddType audio/mp4 m4a
AddType video/ogg ogv
AddType audio/ogg ogg oga
AddType video/webm webm

HTML Code:

<video width="100%" controls="controls">
<source src="/malagnini/video/paradise.mp4" type="video/mp4" />
<source src="/malagnini/video/paradise.ogv" type="video/ogg" />
<source src="/malagnini/video/paradise.webm" type="video/webm" />
</video> 
like image 911
FunnyOxymoron Avatar asked Oct 27 '25 02:10

FunnyOxymoron


1 Answers

This is now solved. You need Quick Time installed to view HTML5 videos in Safari when on Windows.

like image 172
FunnyOxymoron Avatar answered Oct 29 '25 18:10

FunnyOxymoron



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!