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

merge from 1.0release for #264, ignore the video NALU which is actually a sequence header to make HLS happy. 2.0.75

This commit is contained in:
winlin 2014-12-22 17:12:09 +08:00
commit 28eedfc177
4 changed files with 21 additions and 1 deletions

View file

@ -332,6 +332,7 @@ vhost with-hls.srs.com {
# the error strategy. canbe:
# ignore, when error ignore and disable hls.
# disconnect, when error disconnect the publish connection.
# continue, when error ignore and continue output hls.
# @see https://github.com/winlinvip/simple-rtmp-server/issues/264
# default: ignore
hls_on_error ignore;