iOS 15 / Ionic 6 / Capacitor 3 - Can't play live streamings and m3u8 files anymore

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! :slight_smile:

I have a related issue when trying to stream a regular m3a radio. works only on android but not on ios