1
0
Fork 0
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:
winlin 2022-09-01 19:28:16 +08:00
parent e027d28c4d
commit 783aea7ac3
10 changed files with 81 additions and 25 deletions

View file

@ -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;
}
}