gpt4 book ai didi

javascript - 流播放器 + RTMP

转载 作者:行者123 更新时间:2023-11-30 13:24:08 25 4
gpt4 key购买 nike

很难让 Flowplayer 与 RTMP 很好地协同工作。

这是目前我的设置:

JS

$f("flashFallback", "/uploadedFiles/flowplayer.commercial-3.2.7.swf", {
key: '#mykey',
clip: {
url: 'myVid',
provider: 'rtmp'
},
plugins: {
rtmp: {
url: '/uploadedFiles/flowplayer.rtmp-3.2.3.swf',
netConnectionUrl: 'rtmp://downloads.mysite.com/flash_video/'
}
}
});

HTML

<div id="flashFallback"></div>

我的文件路径工作正常,我可以通过其他 flv 视频播放器访问它们,但它给了我以下错误

201,无法加载流或剪辑文件,连接失败,剪辑:'[Clip] myVid"

文件来自的服务器运行 Adob​​e FMS,通常可以通过 HTTPS 访问...不知道还有什么可以提供详细信息,我无法显示示例,因为它在预服务器上并且包含一些。 ..敏感信息。

最佳答案

RTMP plugin documentation说:

Adobe's Flash Media Server does not like the file extension in the clip's URL so you should not include it in the value. For example, just use url: 'metacafe' even when the file is actually named 'metacafe.flv'.

尽管如此,我已经看到流有时只在添加扩展名的情况下工作,而其他时候则在前面加上扩展名,如 flv:myvid。但这更多是 f4vmp4 的问题。

你说,你的服务器可以通过 HTTPS 访问。如果它也是通过 HTTP 尝试使用 rtmpt 作为 netConnectionUrl 中的协议(protocol)。

如果所有这些都不起作用,请尝试使用免费的 Flowplayer 进行最小化设置,并尝试使用 Flowplayer 主页中的 URL。如果它们有效而您的无效,请将其视为您的 FMS 的配置问题。

关于javascript - 流播放器 + RTMP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9137185/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com