Is it possible to pull number of shorts for channel?
Speaking of Published Content, in YouTube users can see number of Videos and number of Shorts posted.
I know how to pull number of Videos from API (like $channel->getStatistics()->getVideoCount() – using official lib for php). But I’m not sure if is it’s possible to identify number of Shorts via API.
youtube live stream health status always returns “nodata” and never transitions to active state
I am sending a HLS stream to youtube live, but for some reason, the health status of the live stream always returns “nodata” and never transitions to ‘active’ state. I have verified and tested the HLS stream with custom server and the stream plays just fine. I have verified the key and the ingestion URL, audio bit rate, video and audio codecs. All look fine and as per the spec. I am looking for a check list on what else I need to check for things to work.