1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine hls html5 video template.

This commit is contained in:
winlin 2017-01-10 18:43:36 +08:00
commit db231f6d37
2 changed files with 2 additions and 1 deletions

View file

@ -204,6 +204,7 @@ Please select your language:
### V2 changes ### 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-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, 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 * v2.0, 2016-12-15, for [#513][bug #513], remove hls ram from srs2 to srs3+. 2.0.224

View file

@ -491,7 +491,7 @@ fi
function write_nginx_html5() function write_nginx_html5()
{ {
cat<<END > ${html_file} 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}"> src="${hls_stream}">
</video> </video>
END END