Is it possible to allow many users to make live broadcasts using YouTube API and a single account?

末鹿安然 提交于 2020-01-17 04:05:53

问题


I want to make a web application and I want to use YouTube API to allow my users make live broadcasts.

Is it necessary that my users log with their Google/YouTube accounts to use the live stream or is it possible to make them use this function without bothering them with this detail?


回答1:


In order to create the Live Event and Live Stream objects required for a livestream on YouTube, the user making those requests must be authenticated.

From the Docs:

Your application must have authorization credentials to be able to use the YouTube Live Streaming API.

Obtaining authorization credentials guide here.

Adding a live event is similar to uploading a video. The user making the upload must be authenticated in order for the video to appear on their channel.



来源:https://stackoverflow.com/questions/30535840/is-it-possible-to-allow-many-users-to-make-live-broadcasts-using-youtube-api-and

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