No Live Video – YouTube Branded Account
-
Hi macbookandrew –
First, thanks for all of your work on this plugin.
I am trying to display the Live Stream from our YouTube branded account on our website with no success. Every time I load the website, I receive the default “Sorry, there’s no live stream…” message. I’ve waited several minutes (up to half an hour), and still no video shows.
When I click the
-
all our videos
link I am brought to a YouTube page which says “This channel does not exist.”
I have double checked and triple checked both the channel ID (for the branded account) and the API key. When I view my Google API Dashboard, I see traffic being reported in the Traffic graph.
Here is my debug code:
<!– YouTube Live debugging:
EmbedYoutubeLiveStreaming::__set_state(array(
‘channelId’ => ‘UCB07ag_VydNlMnH9vOk3H6A’,
‘API_Key’ => ‘API_KEY’,
‘jsonResponse’ => ‘{
“kind”: “youtube#searchListResponse”,
“etag”: “\\”XI7nbFXulYBIpL0ayR_gDh3eu1k/-f6JA5_OcXz2RWuH1mpAA2_9mM8\\””,
“regionCode”: “US”,
“pageInfo”: {
“totalResults”: 0,
“resultsPerPage”: 5
},
“items”: []
}
‘,
‘objectResponse’ =>
stdClass::__set_state(array(
‘kind’ => ‘youtube#searchListResponse’,
‘etag’ => ‘”XI7nbFXulYBIpL0ayR_gDh3eu1k/-f6JA5_OcXz2RWuH1mpAA2_9mM8″‘,
‘regionCode’ => ‘US’,
‘pageInfo’ =>
stdClass::__set_state(array(
‘totalResults’ => 0,
‘resultsPerPage’ => 5,
)),
‘items’ =>
array (
),
)),
‘arrayResponse’ =>
array (
‘kind’ => ‘youtube#searchListResponse’,
‘etag’ => ‘”XI7nbFXulYBIpL0ayR_gDh3eu1k/-f6JA5_OcXz2RWuH1mpAA2_9mM8″‘,
‘regionCode’ => ‘US’,
‘pageInfo’ =>
array (
‘totalResults’ => 0,
‘resultsPerPage’ => 5,
),
‘items’ =>
array (
),
),
‘errorMessage’ => NULL,
‘errorArray’ =>
array (
),
‘isLive’ => NULL,
‘queryData’ =>
array (
‘part’ => ‘id,snippet’,
‘channelId’ => ‘UCB07ag_VydNlMnH9vOk3H6A’,
‘eventType’ => ‘live’,
‘type’ => ‘video’,
‘key’ => ‘API_KEY’,
),
‘getAddress’ => ‘https://www.googleapis.com/youtube/v3/’,
‘getQuery’ => ‘part=id%2Csnippet&channelId=UCB07ag_VydNlMnH9vOk3H6A&eventType=live&type=video&key=API_KEY’,
‘queryString’ => ‘https://www.googleapis.com/youtube/v3/search?part=id%2Csnippet&channelId=UCB07ag_VydNlMnH9vOk3H6A&eventType=live&type=video&key=API_KEY’,
‘part’ => ‘id,snippet’,
‘eventType’ => ‘live’,
‘type’ => ‘video’,
‘subdomain’ => ‘www’,
‘default_embed_width’ => ‘560’,
‘default_embed_height’ => ‘315’,
‘default_ratio’ => 1.77777777777777767909128669998608529567718505859375,
’embed_code’ => NULL,
’embed_autoplay’ => ‘true’,
’embed_width’ => ‘720’,
’embed_height’ => ‘480’,
‘show_related’ => ‘false’,
‘live_video_id’ => NULL,
‘live_video_title’ => NULL,
‘live_video_description’ => NULL,
‘live_video_publishedAt’ => NULL,
‘live_video_thumb_default’ => NULL,
‘live_video_thumb_medium’ => NULL,
‘live_video_thumb_high’ => NULL,
‘resource_type’ => ‘live’,
‘uploads_id’ => NULL,
‘channel_title’ => NULL,
‘completed_video_id’ => ”,
‘resource’ => ‘search’,
))
–>Thanks in advance for your help!
– Jordan
- The topic ‘No Live Video – YouTube Branded Account’ is closed to new replies.