JW Player 从 S3 嵌入 RTMP

Posted

技术标签:

【中文标题】JW Player 从 S3 嵌入 RTMP【英文标题】:JW Player embedding RTMP from S3 【发布时间】:2014-01-12 20:36:56 【问题描述】:

我真的很难理解为什么我正在编写的代码没有加载视频。我收到一条错误消息,提示未找到视频,但它在那里。我认为这是我如何嵌入的问题。

<script type="text/javascript" src="https://d22dpplejhrt07.cloudfront.net/jwplayer.js"></script>

                <div id="mediaplayer">This text will be replaced</div>

                <script type="text/javascript">
                    jwplayer("mediaplayer").setup(
                        flashplayer: "https://d22dpplejhrt07.cloudfront.net/player.swf",
                        file: "rtmp://s12djcvw3migda.cloudfront.net/cfx/st/mp4:finalSW.mp4",
                        backcolor: "000000",
                        frontcolor: "FFFFFF",
                        autostart: "true",
                        controlbar: "bottom",
                        width: "550px",
                        height: "309px"
                    );
                </script>

播放器位于 S3 上,我创建了一个 Web 发行版,我创建了一个 RTMP 发行版的视频文件。

我真的无法理解为什么这不起作用,任何帮助都会很棒。

【问题讨论】:

【参考方案1】:

由于使用的是JW5,所以需要单独使用file/streamer。

http://www.longtailvideo.com/support/jw5/31145/rtmp-streaming

【讨论】:

以上是关于JW Player 从 S3 嵌入 RTMP的主要内容,如果未能解决你的问题,请参考以下文章

JW Player 嵌入代码的问题 - 带有 HTML5 后备的 Flash

如何在使用 JW Player 时创建嵌入代码

html JW Player HTTPS AdTags和Javascript API嵌入代码示例

嵌入 RTMP 流

JW Player 怎么用!急!急! 急!

JW Player参数详解