【发布时间】:2012-04-13 03:16:33
【问题描述】:
我通过引用链接创建了带有签名 url 的云端分发:http://beckelman.net/2010/03/30/policy-signing-in-c-for-streaming-private-content-from-amazon-cloudfront/
以下是我的问题
应该将什么传递给“路径”参数以在“CloudFrontStreamingUrl()”方法中获取签名 url? s3 路径如下: https://abc.s3.amazonaws.com/xyz.flv 或 rtmp://pqr.cloudfront.net/cfx/st/abc.flv?
-
对于下面的flowplayer设置'netconnection url'将是签名的url?或者物理文件名将被签名并传递给播放器
flowplayer("rtmpPlayer", "http://releases.flowplayer.org/swf/flowplayer-3.2.8.swf", { // configure the required plugins plugins: { // the RTMP plugin rtmp: { url: "http://releases.flowplayer.org/swf/flowplayer.rtmp-3.2.8.swf", // netConnectionUrl has our CloudFront domain name + 'cfx/st' netConnectionUrl: 'rtmp://s3b78u0kbtx79q.cloudfront.net/cfx/st' } }, clip: { // use the RTMP plugin provider: 'rtmp' } });
【问题讨论】:
标签: amazon-s3 flowplayer amazon-cloudfront