Answer the question
In order to leave comments, you need to log in
What video formats on the site work in Safari?
Video syntax:
<video autoplay loop>
<source src="video/video.mp4" type="video/mp4">
<source src="video/video.webm" type="video/webm">
<source src="video/video.ogv" type="video/ogg"/>
</video>
Answer the question
In order to leave comments, you need to log in
https://developer.mozilla.org/ru/docs/Web/HTML/Under...
quote:
So it's most likely a codec issue. mp4 is a container, see what's really inside, it's desirable for a site to have exactly H.264 + AAC, but you apparently have something fundamentally different there
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question