mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1405: Support guessing IBMF first. v5.0.58
This commit is contained in:
parent
e027d28c4d
commit
783aea7ac3
10 changed files with 81 additions and 25 deletions
|
@ -1049,6 +1049,9 @@ vhost publish.srs.com {
|
|||
# @remark If disabled, HLS might never update the sps/pps, it depends on this.
|
||||
# default: on
|
||||
parse_sps on;
|
||||
# When parsing SPS/PPS, whether try ANNEXB first. If not, try IBMF first, then ANNEXB.
|
||||
# default: on
|
||||
try_annexb_first on;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue