Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-04-05 13:56:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43979f750504046c80cb00d8a72182c037426e40
43979f75
1 parent
30e3323f
add htt.hls sample
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
18 行增加
和
0 行删除
trunk/conf/http.hls.conf
trunk/conf/http.hls.conf
0 → 100644
查看文件 @
43979f7
# the config for srs to delivery hls
# @see https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS
# @see full.conf for detail config.
listen
1935
;
http_stream
{
enabled
on
;
listen
8080
;
dir
./
objs
/
nginx
/
html
;
}
vhost
__
defaultVhost__
{
hls
{
enabled
on
;
hls_path
./
objs
/
nginx
/
html
;
hls_fragment
10
;
hls_window
60
;
}
}
...
...
请
注册
或
登录
后发表评论