正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -204,6 +204,7 @@ Please select your language: | @@ -204,6 +204,7 @@ Please select your language: | ||
| 204 | 204 | ||
| 205 | ### V2 changes | 205 | ### V2 changes |
| 206 | 206 | ||
| 207 | +* v2.0, 2017-01-10, refine hls html5 video template. | ||
| 207 | * v2.0, 2017-01-10, fix [#635][bug #635], hls support NonIDR(open gop). 2.0.226 | 208 | * v2.0, 2017-01-10, fix [#635][bug #635], hls support NonIDR(open gop). 2.0.226 |
| 208 | * v2.0, 2017-01-06, for [#730][bug #730], reset ack follow flash player rules. 2.0.225 | 209 | * v2.0, 2017-01-06, for [#730][bug #730], reset ack follow flash player rules. 2.0.225 |
| 209 | * v2.0, 2016-12-15, for [#513][bug #513], remove hls ram from srs2 to srs3+. 2.0.224 | 210 | * v2.0, 2016-12-15, for [#513][bug #513], remove hls ram from srs2 to srs3+. 2.0.224 |
| @@ -491,7 +491,7 @@ fi | @@ -491,7 +491,7 @@ fi | ||
| 491 | function write_nginx_html5() | 491 | function write_nginx_html5() |
| 492 | { | 492 | { |
| 493 | cat<<END > ${html_file} | 493 | cat<<END > ${html_file} |
| 494 | -<video "autoplay" "controls" "autobuffer" type="application/vnd.apple.mpegurl" | 494 | +<video autoplay controls autobuffer type="application/vnd.apple.mpegurl" |
| 495 | src="${hls_stream}"> | 495 | src="${hls_stream}"> |
| 496 | </video> | 496 | </video> |
| 497 | END | 497 | END |
-
请 注册 或 登录 后发表评论