It is about how-to, once I have a link to m3u8 save it or watch it is all possible.
I can save this broadcast with what I already know but it is not fully automatic process.
I have to get m3u8 url with browser network monitor or http sniffer.
Ideally there should be a way to get this m3u8 url with curl and pass it to a player.
For examle, this is what I start with on euronews:
https://www.euronews.com/api/watchlive.json
and it was not me who found this link, it was somebody who knows more about web design than me.
From this point on,
https://www.euronews.com/api/watchlive.json, I get it working in the end.
Not to mention chaturbate and similar sites, there is everything in html source if you
know what to look for.