gpt4 book ai didi

javascript - JWPlayer纵横比保持4 :3 for my 16:9 video

转载 作者:行者123 更新时间:2023-11-30 16:46:40 24 4
gpt4 key购买 nike

我正在 JWPlayer 中加载 RTMP 视频流。视频流应为 16:9,但显示为 4:3。

我的嵌入代码:

var playerInstance = jwplayer("target");
playerInstance.setup({
file: "rtmp://mystreamhere",
autostart: true,
repeat: "always",
primary: "flash",
controlbar: "none",
icons: false,
width: "100%",
aspectratio: "16:9"
});

我也在阅读视频的元数据,看看是否有什么奇怪的事情发生。它只包括视频的宽度,对吗?它不应该包括高度或纵横比吗?

我的流元数据:

bandwidth: "1.79769313486231e+308"
bufferfill: 0
qualitylevel: 0
screenwidth: 820
transitioning: "false"

我能以某种方式强制 JWplayer 将视频显示为 16:9 吗?还是我的代码中缺少某些内容?

最佳答案

下:

file: "rtmp://mystreamhere",

尝试添加:

stretching: "exactfit",

关于javascript - JWPlayer纵横比保持4 :3 for my 16:9 video,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31137460/

24 4 0
文章推荐: javascript - meteor &出版锁
文章推荐: javascript - AngularJs 测试。放置模板的位置
文章推荐: YouTube iframe 的 JavaScript 播放/暂停按钮
文章推荐: javascript - Google map Iframe 中隐藏的
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com