Chrome 不会播放超过一定宽度和高度的嵌入视频

发布于 2024-11-04 13:06:02 字数 426 浏览 2 评论 0原文

我正在尝试使用 Google Chrome 播放在多个显示器上拉伸的大型嵌入式 QuickTime 视频。我做了一些测试,发现如果视频的宽度超过 7767 像素、高度超过 1080 像素,它将不会显示视频。一旦我将像素宽度设置为 7768 像素宽,视频就不再显示在浏览器中,但音频将播放。

这是当前页面上用于测试目的的唯一代码:

如果将上述代码的宽度更改为 7767 像素,它将正确显示。

任何想法将不胜感激。

I am trying to play a large embedded quicktime video that is stretched across multiple monitors using Google Chrome. I have been doing some testing and have noticed that it will not display the video if it has a width over 7767 pixels and a height over 1080 pixels. As soon as I set the pixel width to be 7768 pixels wide then the video is no longer displayed in the browser but the audio will play.

This is the only code currently on the page for testing purposes:

<embed src="movie.mov" width="7768" height="1080"
autoplay="true" controller="false" scale="tofit" postdomevents="true"
pluginspage="http://www.apple.com/quicktime/download/">

If the width on the above code is changed to be 7767 pixels it will display correctly.

Any ideas would be greatly appreciated.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文