Hello,
I have an Ionic 6 app which streams a video from a webcam, the source file is .m3u8
Until this morning, everything was working fine but suddenly it stopped working after upgrading to iOS 15.
Do you have any similar issue?
this is my code
<video onclick="this.play();" width="100%" height="auto"
id="videoID" preload="auto" controls autoplay>
<source [src]="https://mysite.com/live.m3u8?a=2aaunkj8rkem2stmd6k8ig0f90" type="video/mp4" />
</video>
any idea about how let iOS devices play live streaming and m3u8 files again?
thank you!
1 post - 1 participant