I have a video player in which I output the broadcast in m3u8 format (the player uses the hls.js library), I need to load the ad block in the background (for this I use RMP VAST), but the problem is that when the ad block starts loading, the main broadcast immediately dies.
I tried to create a 2 player and upload ads there, but to no avail, I also tried to put the 2 player in an iframe, but that didn't help either. I just have a broadcast on the main player and when it starts loading ads, it just dies. Does anyone have any idea what this is and how to get around it?