【问题标题】:Signed url not working for cloudfront streaming with Flowplayer签名的 url 不适用于 Flowplayer 的云端流式传输
【发布时间】:2012-04-13 03:16:33
【问题描述】:

我通过引用链接创建了带有签名 url 的云端分发:http://beckelman.net/2010/03/30/policy-signing-in-c-for-streaming-private-content-from-amazon-cloudfront/

以下是我的问题

  1. 应该将什么传递给“路径”参数以在“CloudFrontStreamingUrl()”方法中获取签名 url? s3 路径如下: https://abc.s3.amazonaws.com/xyz.flv 或 rtmp://pqr.cloudfront.net/cfx/st/abc.flv?

  2. 对于下面的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


    【解决方案1】:

    这似乎是最新版本中的回归。我遇到了同样的问题,不得不回滚到 3.2.5 版。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-01-15
      • 1970-01-01
      • 2021-03-17
      • 1970-01-01
      • 2022-12-01
      • 2012-06-05
      相关资源
      最近更新 更多