本文介绍了YouTube iFrame API 质量参数“vq"错误 - 视频播放黑屏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

iframe url 参数vq"(在本例中为vq=hd720")似乎存在很大问题.如果你使用这个参数,flash 播放器中的视频屏幕会变黑.

There seems to be a huge issue with the iframe url parameter "vq" (in this case "vq=hd720").If you use this paraneter, the video screen in the flash player turns black.

这个示例 URL 一直有效到今天:

This example URL worked until today:

http://www.youtube.com/embed/dFVDJlM6zLY?vq=hd720

(随意替换示例 YouTube ID)

(feel free to replace the example YouTube ID)

现在,此示例仅在没有vq"参数(vq=hd720)的情况下才有效:

Now, this example works only without the "vq" parameter (vq=hd720):

http://www.youtube.com/embed/dFVDJlM6zLY

问题是,我们在很多网站上为很多客户提供了这个 YouTube iframe,并且它在一个月(几年?)中运行良好.现在每个网站都有黑色的 YouTube 视频!!!

The problem is, that we delivered this YouTube iframe in a lot of websites for a lot of clients and it worked quite well for month (years?). Now every single site has black youtube videos!!!

有谁知道这个参数是否被弃用了?

Does anyone know if this parameter was depricated?

今天是否发布了新的 YouTube API?

Was there a new YouTube API release today?

该参数已在不同论坛中讨论和推荐:

The parameter was already discussed and recommended in diffrent forums:

例如强制 youtube 嵌入以 720p 开始

有什么想法可以强制 Google (YouTube) 解决这个问题吗?

Any ideas how to force Google (YouTube) to solve this problem?

推荐答案

看来解决这个问题的唯一方法(目前)是删除 vq 参数或将其设置为 auto.不过,这似乎是一个普遍存在的问题,最近才发生.您可能希望在 google 上为这个问题加注星标,让他们注意:

It seems that the only way out of this (currently) is to remove the vq parameter or set it to auto. This seems like a widespread problem though, that has occurred very recently. You may wish to star this issue at google make them take notice:

https://code.google.com/p/gdata-issues/issues/detail?id=6009

这篇关于YouTube iFrame API 质量参数“vq"错误 - 视频播放黑屏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 11:41