使用cloudfront播放直播

时间:2018-02-27 10:37:38

标签: amazon-s3 video-streaming amazon-cloudfront rtmp live-streaming

我在nginx rtmp module上运行ec2-instance,并且在ec2-instance的s3的帮助下安装了goofys(/var/mounted-s3-dir)

以下是我服务器的nginx配置。

rtmp {
    server {
        listen 1935;

        application live {
            live on;
            dash on;
            dash_path /var/mounted-s3-dir;
        }
    }
}
  

我可以通过cloudfront play the dash stream到s3。我想要   推送rtmp stream to s3play rtmp stream via cloudfront。你能协助我实现这个目标吗?

0 个答案:

没有答案