我正在开发一个需要将实时视频源流式传输到 YouTube 的 Android 项目。来自官方 YouTube 数据 API 2.0:
Prerequisites
Please note the following prerequisites for using the API functionality described
in this section:
1. Developers need to sign an API Testing Agreement before their applications can
successfully issue requests to manage live events. Please contact the YouTube
developer relations team via a post to the YouTube APIs Developer Forum if you
are interested in incorporating this functionality into your application.
2. The ability to create, update, and delete live events is only available to some
YouTube users. The Determining whether a user can create live events section
explains how to check a user's profile entry to see whether a user has access
to these features.
上面提到的开发者论坛已经关闭,建议使用stackflow,所以我在这里发布我的问题:
我在哪里申请许可证,以便我的 Android 应用程序可以成功管理直播?
我怎样才能获得一个支持直播的 YouTube 帐户,以便我可以使用它来测试我的应用程序?