我无法使用jwplayer从cloudfront流式传输文件。这是我的代码:
jwplayer("container").setup({
file: "mp4:mediaTest.mp4",
height: "480",
provider: "rtmp",
streamer: "rtmp://s1cp0j2rq4xbq.cloudfront.net:1935/cfx/st",
width: "853"
});
找到代码
但是当我改变时
file: "mp4:mediaTest.mp4",
使用:
file: "http://s3.amazonaws.com/idastreaming/mediaTest.mp4",
流媒体成功了。
文件有什么问题:mp4:mediaTest.mp4
?
答案 0 :(得分:1)
您正在使用的“流媒体/文件”设置由较旧版本的JW Player(JW5)使用,但不是由最新版本(JW6)使用。我们仍然使用Cloudfront来回更新他们的文档...
无论如何,只用一个“文件”设置RTMP流将适用于JW6:
file:“rtmp://s1cp0j2rq4xbq.cloudfront.net/cfx/st/mp4:mediaTest.mp4”