Hi all, any idea why a livestream i try to download keeps getting desynched?

I'm trying to capture the live video of https://www.izzigo.tv/webclient/#/live

Here is the command I'm using, it is only for 2 minutes and I am trying to capture a particular show when it airs, so I'm kinda trying to get 2 minutes now and see if that would work (the show is like 1 hour long) but it seems to come out desynched. Does anyone have any clue of what might be happening or what to do to solve it?

Thank you

Here is the code i'm using:

N_m3u8DL-RE "https://live1-ott.izzigo.tv/13/out/u/dash/AXN-HD/default.mpd" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0" -H "Accept: */*" -H "Origin: https://www.izzigo.tv" -H "Referer: https://www.izzigo.tv/" --key 976d703cb95202a808972c722544fae1:562775b170402c6e2 309ff69b9e48e82 --live-real-time-merge -M format=mkv:muxer=mkvmerge --live-pipe-mux --live-record-limit 00:02:00

I have tried a bit of options: --live-real-time-merge --live-pipe-mux and even --use-shaka-packager but it doesn't seem to decrypt at all, it give a decrypt error.

Anyways, thanks for your time and help!