J
J
JyriG2018-02-17 17:51:31
HTML
JyriG, 2018-02-17 17:51:31

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>

The problem is that instead of a video, a static picture in Safari. How to fix??

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Timofeev, 2018-02-17
@webinar

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 question

Ask a Question

731 491 924 answers to any question