A
A
Andrey Galkin2020-10-08 09:22:10
iOS
Andrey Galkin, 2020-10-08 09:22:10

Why is the video not playing on IOS devices?

Dear friends, I am developing adaptive websites and relatively recently I came across the tag.

THE CODE:

<video controls preload="auto" autoplay="true" loop="true" muted="muted">
     <source src="#" type="video/mp4">
</video>


ESSENCE : the video plays on absolutely all devices and browsers that support this tag, but there is an incident on devices with the IOS operating system. The video simply won't load or play.

I read a lot on the Internet, but it did not help me.

Colleagues, who faced this problem? Please share your working solution, thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Michael, 2020-10-08
@FFxSquall

And so?

<video controls autoplay loop muted playsinline>
     <source src="#" type="video/mp4">
     Your browser does not support HTML5 video.
</video>

Well, you also need to understand what codec is being used, so if it displays "Your browser does not support HTML5 video." it means that something is wrong with the video itself and it needs to be recoded.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question