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
8 years ago
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
db231f6d37ba795d4d95c44d441c630ce71b9867
db231f6d
2 parents
df983cc9
087a596a
refine hls html5 video template.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
README.md
trunk/auto/depends.sh
README.md
查看文件 @
db231f6
...
...
@@ -204,6 +204,7 @@ Please select your language:
### V2 changes
*
v2.0, 2017-01-10, refine hls html5 video template.
*
v2.0, 2017-01-10, fix
[
#635
][
bug #635
]
, hls support NonIDR(open gop). 2.0.226
*
v2.0, 2017-01-06, for
[
#730
][
bug #730
]
, reset ack follow flash player rules. 2.0.225
*
v2.0, 2016-12-15, for
[
#513
][
bug #513
]
, remove hls ram from srs2 to srs3+. 2.0.224
...
...
trunk/auto/depends.sh
查看文件 @
db231f6
...
...
@@ -491,7 +491,7 @@ fi
function
write_nginx_html5
()
{
cat
<<END > ${html_file}
<video
"autoplay" "controls" "autobuffer"
type="application/vnd.apple.mpegurl"
<video
autoplay controls autobuffer
type="application/vnd.apple.mpegurl"
src="${hls_stream}">
</video>
END
...
...
请
注册
或
登录
后发表评论