mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix #264, ignore the video NALU which is actually a sequence header to make HLS happy. 1.0.12
This commit is contained in:
parent
7737042795
commit
2e43a63bf4
4 changed files with 21 additions and 1 deletions
|
@ -298,6 +298,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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue