I'm trying to find a way to detect multiple live simultaneous streams on a same youtube channels.
I want to avoid using the search from the API because of the cost (100) and used since now the "get methods" by using this url : https://www.youtube.com/channel/CHANNEL_ID/live.
But when there is multiple streams in the same time this url seems to redirect only to one of the live.
Does anybody have a magic trick for that ?