jeudi 22 octobre 2020

mp4 not playing on any browser on iOS only

I have a video section in my ember application using the following component

<video class="className" >
    <source = type="video/mp4" >
</video>

This video works in any desktop browser, and on Android. However on iOS (any browser) it doesn't load at all, just leaving a blank, white container.

I'm familiar with iOS videos needing the network response as a 206 code, and that has already been taken care of.

Are there any other weird things with iOS browser video that I'm missing or need to include?




Aucun commentaire:

Enregistrer un commentaire