I need to get a list of live streams in this category from the YouTube data API, sorted by the number of viewers currently watching.
It appears that liveStreamingDetails (which contains the concurrentViewers property) is only displayed on a separate video level. However, capturing all current threads and then making separate calls for each thread to get the number of viewers, then streamlining this list is extremely inefficient and expensive.
It seems like there should be a better way! Any ideas?
source
share