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
2017-01-10 18:43:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
087a596a63c57b356251496d57b5bc69cee39ddc
087a596a
1 parent
6fbda2ae
refine hls html5 video template.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
4 行删除
README.md
trunk/auto/depends.sh
README.md
查看文件 @
087a596
...
...
@@ -345,6 +345,7 @@ Remark:
## History
*
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
查看文件 @
087a596
...
...
@@ -499,10 +499,8 @@ fi
function
write_nginx_html5
()
{
cat
<<END > ${html_file}
<video width="640" height="360"
autoplay controls autobuffer
src="${hls_stream}"
type="application/vnd.apple.mpegurl">
<video autoplay controls autobuffer type="application/vnd.apple.mpegurl"
src="${hls_stream}">
</video>
END
}
...
...
请
注册
或
登录
后发表评论