Skip to main content

Questions tagged [youtube-livestreaming-api]

The YouTube Live Streaming API lets users create, update, and manage live events on YouTube. Using the API, you can schedule events (broadcasts) and associate them with video streams, which represent the actual broadcast content.

youtube-livestreaming-api
0 votes
0 answers
27 views

Youtube LiveChatMessages resource caching with ETag not work

My app every 5s requests live chat messages for YouTube live stream api and to prevent unnecessary data transfers I'm also utilizing ETags. const auto listLiveMessagesRequest = yt::api::live::...
GloryOfNight's user avatar
0 votes
1 answer
34 views

Is it possible to pull number of shorts for channel?

In YouTube users can see number of Videos and number of Shorts posted for a channel. I know how to pull number of Videos from the API (like $channel -> getStatistics() -> getVideoCount() - using ...
Oksana Gritsjuk's user avatar
0 votes
1 answer
27 views

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 ...
Ravikumar Tulugu's user avatar
0 votes
0 answers
21 views

How do I access "snippet.messageDeletedDetails" from YouTube Live Streaming API?

I'm having trouble retrieving the snippet.messageDeletedDetails from the YouTube Live Streaming API. API Documentation Review: I thoroughly went through the official documentation provided by YouTube ...
Jordie Boi's user avatar
0 votes
1 answer
53 views

how to get the live reactions in youtube live stream?

I need to get the live reaction and the like/dislike using the api only without any library. Using Node.js. I am trying to get the live reactions and like/dislike from the end point of receiving a ...
Yovel Nehmady's user avatar
0 votes
0 answers
31 views

Youtube's LiveStream API failing with error "invalidDescription" when in Hindi

I want to create an event on Youtube where details should be in Hindi. I am creating an event on YT using broadcast API where my title's length is 100 and description length is 4996, the language is ...
Muhammad Suleman's user avatar
1 vote
1 answer
41 views

Creating/opening Youtube stream/broadcast with API

I know that creating/opening Youtube stream/broadcast is possible through API. So i only need to create/open it. Is it free of charge? If not, what is the price? Only prices I have found is something ...
user2204356's user avatar
0 votes
1 answer
60 views

Issue With Changing Category for Livestream via YouTube API

I am using the YouTube API to set a category of a livestream. This is what I have so far. When the code runs nothing seems to happen. def Setcategory(id, title): //Rest of the function ...
Mani's user avatar
  • 11
0 votes
0 answers
99 views

Is there a way to get a YouTube Live-Stream chat via websocket

I'd prefer not to keep polling for new chat messages so I was wondering if there's a way to use PubSub and the YouTube Data API to retrieve new live-stream chat messages? https://developers.google.com/...
Gagan Suie's user avatar
0 votes
1 answer
306 views

Live video using Youtube Live Streaming Api [Python]

I'm trying to create a Python script that will create a live broadcast using the YouTube Live Streaming API and OAuth. In the first part of the code, authentication via OAuth is performed, which works ...
lommer's user avatar
  • 11
0 votes
1 answer
222 views

You Tube Live streaming and Watch time Api

I am confused that the YouTube API used in this url I want to test that it is valid know and I mean end points of this url is not changed over the youtube but I am not sure which type of API is used ...
Sibghat ullah's user avatar
0 votes
0 answers
46 views

How to configure Age Restrictions, Comments, Ratings, and Customizations for YouTube Data API v3 and Live Streaming API

Problem Details: I want to utilize the YouTube Data API v3 and YouTube Live Streaming API to set up and create live streaming. However, despite going through the documentation, I haven't identified ...
yamatakeru's user avatar
0 votes
0 answers
11 views

Why LiveBroadcasts: list does not support multiple filters?

Currently, I am trying to fetch the upcoming live and active live from LiveBroadcasts: list YouTube Streaming API on logged in account. And I would like to filter the video with multiple types like: ...
tomotomo's user avatar
0 votes
0 answers
42 views

Youtube api V3 live stream get elapsed time since live stream began

According to doc: https://developers.google.com/youtube/iframe_api_reference#Retrieving_video_information player.getDuration():Number If the currently playing video is a live event, the getDuration() ...
Toniq's user avatar
  • 4,836
0 votes
1 answer
232 views

YouTube Live Streaming API rate error: how to find out, which exactly quota is exceeded?

We develop a server application that publishes meetings from internal system into YouTube live events. It accesses API on behalf of its only user, the channel owner, and authenticates with both API ...
void's user avatar
  • 2,779

15 30 50 per page
1
2 3 4 5
25