Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何通过嵌入URL参数强制YouTube达到最低质量[2016]_Html_Iframe_Youtube_Youtube Api - Fatal编程技术网

Html 如何通过嵌入URL参数强制YouTube达到最低质量[2016]

Html 如何通过嵌入URL参数强制YouTube达到最低质量[2016],html,iframe,youtube,youtube-api,Html,Iframe,Youtube,Youtube Api,这个问题(在S/O上只有类似的问题)早在2012年就在令人困惑的混乱中得到了回答: 它简要介绍了使用&vq=small加载240p,如下所示: <iframe src="//youtube.com/embed/FqRgAs0SOpU?rel=0&vq=small" width="560" height="315" frameborder="0" allowfullscreen></iframe> 答案中说当时也需要&rel=0 问题:也有人说,如果所选质量的

这个问题(在S/O上只有类似的问题)早在2012年就在令人困惑的混乱中得到了回答:

它简要介绍了使用
&vq=small
加载240p,如下所示:

<iframe src="//youtube.com/embed/FqRgAs0SOpU?rel=0&vq=small" width="560" height="315" frameborder="0" allowfullscreen></iframe>

答案中说当时也需要
&rel=0

问题:也有人说,如果所选质量的视频不可用,它将加载默认值(通常为720p)

还有其他关键字,如
&hd=0
&fmt=####
来选择编解码器和质量

众所周知,更改
iframe
的宽度和高度将告诉YT使用哪种质量

问题:首先,哪个参数(或组合)是正确的

更具体的问题:我如何告诉Youtube在URL中使用尽可能低的质量,而不管连接速度、屏幕大小或任何其他情况

额外:144p的URL参数是什么

另外,这是Google Dev的YouTube URL参数参考

感谢您的输入。

参数
“&afmt=55”
播放的视频
“每秒55千字节”
(质量非常低)

样本:


谢谢你的建议。你能找到这方面的文件吗?