YouTube(或其他)视频的强制质量

发布于 2024-10-06 09:52:33 字数 451 浏览 1 评论 0原文

作为流媒体视频的新手:

  1. 我不知道如何正确提出问题
  2. 我不知道提出问题的正确位置
  3. 我将使用 YouTube 作为基本示例

假设我以高质量渲染视频并且我想要使用嵌入式 YouTube 播放器(或 jw)在我的网站上播放它。该视频由我的服务器托管,而不是 YouTube。

有没有办法强制一组用户观看低质量的视频,而一组用户可以选择观看高质量的视频(他们可能不想要总部的连接速度)?我希望运营一个论坛,视频的质量将使贡献者或注册会员受益。

我想知道如何在服务器端执行此操作。我知道 YouTube 播放器有质量参数,但我希望能够强制质量。如果需要脚本语言,我会使用 Perl,但我也愿意使用 PHP 替代方案。

与此相关的另一个问题是:如果您在总部有一个视频,是否可以以低质量播放该视频,或者我是否必须渲染同一视频的不同版本?

先感谢您。

Being new to streaming videos:

  1. I don't know how to properly ask the question
  2. I don't know of the proper place to ask the question
  3. I'll use YouTube as the base example

Let's say I render a video in high quality and I want to play it on my website with the embedded YouTube player (or jw). The video is hosted from my server, not YouTube.

Is there a way to force one set of users to see low quality vid and one set of users to have the option of seeing it in high quality (b/c of connection speeds they may not want hq)? I'm hoping to run a forum and the quality of the video would be a benefit to contributors or registered members.

I'd like to know how to do this server-side. I know the YouTube player has a quality param, but I'd like to be able to force the quality. If a scripting language is needed, I'm using Perl, but I'm open to a PHP alternative.

One other question that ties into this: if you have a video in hq, is it possible to play that in low quality, or would I have to render different versions of the same vid?

Thank you in advance.

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

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

发布评论

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

评论(1

长安忆 2024-10-13 09:52:33

好吧,如果你自己主持,youtube 播放器似乎就没有问题了,不是吗?

为了实现您的计划,您使用的播放器插件必须支持多种品质。现在,在 php 中生成播放器嵌入代码时,检查当前访问者是否是用户,如果是,则为播放器提供所有视频质量,如果不是,则仅提供最低的视频质量。

要显示不同的质量,您必须单独渲染视频。

Well, if you are hosting it yourself, the youtube player seems to be out of question, doesn't it?

To achieve what you are planning, the player plugin you are using has to support multiple qualities. Now, when generating the player embedding code in php, check if the current visitor is a user, if yes, supply the player with all video qualities, if not, just with the lowest one.

To display different qualities, you'd have to seperately render the videos.

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