youtube-livestreaming-api

YouTube live streaming API limit

有些话、适合烂在心里 提交于 2019-12-02 01:49:27
问题 Is there a limit to how much you can stream via YouTube live streaming API? Is there pricing for large scale usage? I noticed that there is quota given for the YouTube Data API Youtube API Limitations https://google-developers.appspot.com/youtube/v3/determine_quota_cost?hl=fr-BE But how about live-streaming API? 回答1: The YouTube Live Streaming API seems to be part of the YouTube Data API (at least, in order to use it you need to enable the YouTube Data API as noted here). I assume that this

Cannot make transition of my Youtube broadcast to live using Youtube API

我的未来我决定 提交于 2019-11-30 14:12:41
问题 Right now I'm trying to figure out what i'm doing wrong when making transition of my YT broadcast to live. So I make the request and get the following response: { "code" : 403, "errors" : [ { "domain" : "youtube.liveBroadcast", "message" : "Invalid transition", "reason" : "invalidTransition", "extendedHelp" : "https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/transition#params" } ], "message" : "Invalid transition" } Of course i've read docs many times so I've monitored the

“Start a Hangout on Air” button for Youtube LiveStreaming API

吃可爱长大的小学妹 提交于 2019-11-30 10:19:47
问题 We've been using the as yet un-deprecated "Start a Hangout on Air" button: https://developers.google.com/+/hangouts/button to start hangouts on air on our site http://agileventures.org for several years now. Full source code at http://github.com/AgileVentures/WebsiteOne In the last 24 hours, clicking those buttons now redirects to instructions to manually start a youtube live event: https://support.google.com/youtube/answer/7083786?visit_id=1-636118907663120157-3101666316&p=live_hoa&hl=en&rd

“Start a Hangout on Air” button for Youtube LiveStreaming API

不问归期 提交于 2019-11-29 19:55:10
We've been using the as yet un-deprecated "Start a Hangout on Air" button: https://developers.google.com/+/hangouts/button to start hangouts on air on our site http://agileventures.org for several years now. Full source code at http://github.com/AgileVentures/WebsiteOne In the last 24 hours, clicking those buttons now redirects to instructions to manually start a youtube live event: https://support.google.com/youtube/answer/7083786?visit_id=1-636118907663120157-3101666316&p=live_hoa&hl=en&rd=1 This is a problem as manually started events will not create the hangout app that lets our community

How to get stream name/key of YouTube Live “Stream Now” service

[亡魂溺海] 提交于 2019-11-28 09:39:21
问题 YouTube added "Stream now (beta)" service last July which makes live streaming much easier. Using Youtube verified programs like "XSplit Broadcaster" you can stream to "Stream now" after authorization. I'm also doing a streaming application and what I'm looking for is the API to get the stream name of the default "Stream now" stream. With the stream name I can stream content to YouTube. YouTube documentation https://developers.google.com/youtube/v3/live/docs/ doesn't mention anything about it

Get current duration of YouTube Live Event

。_饼干妹妹 提交于 2019-11-28 05:48:40
问题 Is there a way to get the current time of a the recorded stream when broadcasting to YouTube live? I want to be able to send an API request at certain points throughout a live stream to get the current minute/second of the stream. The end result I am trying to achieve is to be able to log a list of highlights. Essentially, a user presses a button and it gets the current time of the stream at that moment, then the user can add a note for what happened at that time. From reading all the docs

How to use YouTube API V3?

吃可爱长大的小学妹 提交于 2019-11-27 18:38:13
I'm trying to figure out how to use the new YouTube API (Version 3) in my iOS app but I don't know how to do it. I did many research about it but what I found is all examples and codes for older API so they are not valid. Til now I did understand that for using the new API you have to create a Project in Google Developer Console (and I did it)... but then they send you to a page with some code on it but I really don't understand how to use it. link to google api page What I need to know is how to retrieve some informations from a given URL of a YouTube video, the informations I need are total

Is it possible to create event of type “Quick (using Google Hangouts On Air)” using YouTube Live Streaming API

我只是一个虾纸丫 提交于 2019-11-27 08:59:24
As the Google+ Hangouts API has shut down , how can I create a YouTube Live Event of type Quick (Google Hangouts On Air) using the YouTube Live Streaming API ? 来源: https://stackoverflow.com/questions/37979700/is-it-possible-to-create-event-of-type-quick-using-google-hangouts-on-air-us

How can I get the actual video URL of a YouTube live stream?

 ̄綄美尐妖づ 提交于 2019-11-27 03:04:11
Is there a way to get the HLS URL for YouTube live streams like this one https://www.youtube.com/embed/WVZpCdHq3Qg I've tried the typical get_video_info methods but they don't seem to work with live streams. You need to get the HLS m3u8 playlist files from the video's manifest. There are ways to do this by hand, but for simplicity I'll be using the youtube-dl tool to get this information. I'll be using this live stream as an example: https://www.youtube.com/watch?v=_Gtc-GtLlTk First, get the formats of the video: ➜ ~ youtube-dl --list-formats https://www.youtube.com/watch\?v\=_Gtc-GtLlTk

How to obtain a feed of comments entered through the 'chat' box during a YouTube live broadcast?

淺唱寂寞╮ 提交于 2019-11-27 01:13:23
The YouTube API enables users to obtain a comments feed, e.g. via https://gdata.youtube.com/feeds/api/videos/VIDEO_ID/comments?orderby=published . However, when I try to do just that with the video ID of a live stream, the result is always empty, no matter how many comments have been submitted. The only difference between a live video and any other video (or recording of a live stream) is that the 'comments' section is replaced with a 'chat' box, whose comments seem not to be available via the API. When the stream is stopped, all comments submitted through the chat box 'disappear' entirely and