码迷,mamicode.com
首页 > 其他好文 > 详细

SRS配置HDS流

时间:2015-05-18 23:17:06      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:

HDS指Adobe的Http Dynamic Stream,与HLS类似。

如果要让SRS支持HDS输出,那么在编译SRS的时候需要在编译选项中加--with-hds

HDS配置:

vhost __defaultVhost__ {

    hds {

        # HDS开关

        # default: off

        enabled         on;

        #秒,切片时长

        # default: 10

        hds_fragment    10;

        # HDS列表的窗口大小,

        # default: 60

        hds_window      60;

        # hds文件的路径

        # default: ./objs/nginx/html

        hds_path        ./objs/nginx/html;

    }

}

没有其他的配置项了。呵呵。

SRS配置HDS流

标签:

原文地址:http://my.oschina.net/u/112731/blog/416487

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!