Hi again,
I have test it now on fly (with my tools) and it works to play / record the streams.Only thing you have to check is the base64 middle string for one wrong sign "_" like this...
...so thats also the reason why the Base64 decode site does show you strange content from that point.In this example you have to change the _ sign to / then you get the whole string readable correctly.Just check this before you decode the base64 string with any tool xy you wanna use or do it after and fix the playlist string.In this case the strange sign is set after m3u8...like this...
Code:
.m3u8?dar=
.m3u8?dar=
Just keep this in your mind.If you dont then the playlist link with not work and you get error 504 Gateway Timeout (just as small info).
greetz