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
2015-05-07 11:07:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f6252c7f72f4aac535c8fb212ef5928b08195bc2
f6252c7f
1 parent
99e4bad5
enable hls for push flv.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
13 行增加
和
0 行删除
trunk/conf/push.flv.conf
trunk/conf/push.flv.conf
查看文件 @
f6252c7
...
...
@@ -4,6 +4,11 @@
listen
1935
;
max_connections
1000
;
http_server
{
enabled
on
;
listen
8080
;
dir
./
objs
/
nginx
/
html
;
}
stream_caster
{
enabled
on
;
caster
flv
;
...
...
@@ -11,4 +16,12 @@ stream_caster {
listen
8936
;
}
vhost
__
defaultVhost__
{
hls
{
enabled
on
;
hls_fragment
10
;
hls_window
60
;
hls_path
./
objs
/
nginx
/
html
;
hls_m3u8_file
[
app
]/[
stream
].
m3u8
;
hls_ts_file
[
app
]/[
stream
]-[
seq
].
ts
;
}
}
...
...
请
注册
或
登录
后发表评论