-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
migrate_v5_CN_delivery hds
winlin edited this page Jul 31, 2022
·
1 revision
Note: 如果觉得Github的Wiki访问太慢,可以访问 Gitee 镜像。
HDS指Adobe的Http Dynamic Stream,和Apple的HLS类似。
HDS规范参考:http://www.adobe.com/devnet/hds.html
编译SRS时可以打开或者关闭HDS,详细参考:Build
./configure --hds=on
Adobe的HDS可以在Flash播放器中,使用OSMF播放器打开。
输入地址:http://ossrs.net:8081/live/livestream.f4m
conf/full.conf中hds.srs.com是HDS的配置实例:
vhost __defaultVhost__ {
hds {
# whether hds enabled
# default: off
enabled on;
# the hds fragment in seconds.
# default: 10
hds_fragment 10;
# the hds window in seconds, erase the segment when exceed the window.
# default: 60
hds_window 60;
# the path to store the hds files.
# default: ./objs/nginx/html
hds_path ./objs/nginx/html;
}
}
配置项的意义和HLS类似,参考HLS config
为何SRS要在SRS2引入HDS?主要是SRS的HTTP服务器重写,以及文杰哥对于HDS很熟悉。另外,加入HDS不会对SRS现有结构有影响。
Winlin 2015.3
Welcome to SRS wiki!
Please select your language:
Please select your language:
Please select your language:
Please select your language:
Please select your language: