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 means the Live Streaming API uses the same quota from the Data API. As far as bandwidth or how much you can stream goes, I do not think there are limitations, but as per any other Google API, there are limitations on how many times you can call the API. The first link you provided provided is asking about this. The second link you provided simply calculates how much of said quota is consumed when different requests are made. I believe there are no costs involved; when you reach your quota limit, you simply can no longer make more requests to the API until your quota is refreshed. For many of Google's APIs you can request for more quota, but I do not see it for any of the YouTube APIs, so that may not be an option.



来源:https://stackoverflow.com/questions/26924237/youtube-live-streaming-api-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!