如何使用 gData API 获取高质量 RTSP 流媒体 URL

发布于 2024-10-07 02:57:10 字数 297 浏览 0 评论 0原文

最近我尝试使用 gData API 获得高质量的 RTSP Streamng

我只从谷歌得到了一条线索,http://code.google.com/intl/ko/apis/youtube/2.0/reference.html#formatsp

这里说我只能以较低的价格获取视频网址分辨率(176x144), 有没有办法存档高质量视频的网址?

Recently I have tried to get high quality RTSP Streamng using gData API

I have got only one clue from google, http://code.google.com/intl/ko/apis/youtube/2.0/reference.html#formatsp

Here it says I can get the video url only for low resolution (176x144),
Is there any way of archiving the url for high quality video?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北笙凉宸 2024-10-14 02:57:10

看这个:
http://code.google.com/p/android-youtube-player/

尽管目前是在 Java / Android 中,但可以轻松移植到另一个平台。

您可以从中获得高质量的视频,一直在寻找这个。诀窍是向 YouTube 发出网络请求,请求不同的可用流,您实际上会得到非常个性化的 URL,通常直接来自您的 ISP,非常酷。

See this:
http://code.google.com/p/android-youtube-player/

This can easily be ported over to another platform, although currently is in Java / Android.

You get high quality video from this, have been looking for this for a really long time. The trick is to make a web request to YouTube requesting the different available streams, you actually get very personalized URL's, often directly from your ISP, very cool.

记忆消瘦 2024-10-14 02:57:10

YouTube 的 GData 供稿不会公开流(可能不一定是 RTSP 流),它们只会公开可在移动设备上播放的流的 URL(质量较低)。

也就是说,尝试存储高质量流目前 (IIRC) 违反了服务条款。

The GData feeds for YouTube do not expose the streams (which might not necessarily be RTSP streams), they will only expose the urls for the streams which can be played on mobile devices (which are low quality).

That said, trying to store the high quality streams is currently (IIRC) a violation of the terms of service.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文