mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix #1506, support directly turn FLV timestamp to TS DTS. 3.0.68
This commit is contained in:
parent
31f341e205
commit
b4870a6d6f
7 changed files with 47 additions and 2 deletions
|
@ -1123,6 +1123,15 @@ vhost hls.srs.com {
|
|||
# @remark It's optional.
|
||||
hls_key_url https://localhost:8080;
|
||||
|
||||
# Special control controls.
|
||||
###########################################
|
||||
# Whether calculate the DTS of audio frame directly.
|
||||
# If on, guess the specific DTS by AAC samples, please read https://github.com/ossrs/srs/issues/547#issuecomment-294350544
|
||||
# If off, directly turn the FLV timestamp to DTS, which might cause corrupt audio stream.
|
||||
# @remark Recommend to set to off, unless your audio stream sample-rate and timestamp is not correct.
|
||||
# Default: off
|
||||
hls_dts_directly off;
|
||||
|
||||
# on_hls, never config in here, should config in http_hooks.
|
||||
# for the hls http callback, @see http_hooks.on_hls of vhost hooks.callback.srs.com
|
||||
# @read https://github.com/ossrs/srs/wiki/v2_CN_DeliveryHLS#http-callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue