gpt4 book ai didi

android - 如何在 Android 的 Youtube API V3 中通过 channel ID 获取 Youtube 直播流?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:00:22 26 4
gpt4 key购买 nike

我可以获得直播列表:https://developers.google.com/youtube/v3/live/docs/liveStreams/list#examples但是如何在 android 中使用 youtube v3 api 获取特定 channel 的直播状态和直播链接或 ID?

最佳答案

我遇到了同样的问题,并设法找到了同样的解决方案。 YouTube 实际上为此提供了一个 API。如果您有 channel ID,则可以使用搜索 API 获取当前 Activity 的直播视频 ID。

使用以下 API:

https://www.googleapis.com/youtube/v3/search?part=snippet&channelId={YOUR_CHANNEL_ID}&eventType=live&type=video&key={YOUR_API_KEY}

这里的关键因素是您必须将 eventType 设置为 live 并将 type 设置为 video

要获取 channel ID,如果您有 channel 的用户名,则可以使用以下请求。

https://www.googleapis.com/youtube/v3/channels?part=contentDetails&forUsername={CHANNEL_USER_NAME}&key={YOUR_API_KEY}

关于android - 如何在 Android 的 Youtube API V3 中通过 channel ID 获取 Youtube 直播流?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37521853/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com