mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine config, aac to rtmp_to_rtc, bframe to keep_bframe. v4.0.174
This commit is contained in:
parent
fe9e43b6d4
commit
71ed6e5dc5
16 changed files with 94 additions and 52 deletions
|
@ -459,19 +459,16 @@ vhost rtc.vhost.srs.com {
|
|||
# default: 0
|
||||
drop_for_pt 0;
|
||||
###############################################################
|
||||
# For transmuxing RTMP to RTC, the strategy for bframe.
|
||||
# keep Keep bframe, which may make browser with playing problems.
|
||||
# discard Discard bframe, maybe cause browser with little problems.
|
||||
# default: discard
|
||||
bframe discard;
|
||||
# For transmuxing RTMP to RTC, the strategy for aac audio.
|
||||
# transcode Transcode aac to opus.
|
||||
# discard Discard aac audio packet.
|
||||
# default: discard
|
||||
aac discard;
|
||||
# Whether enable transmuxing RTMP to RTC.
|
||||
# If enabled, transcode aac to opus.
|
||||
# default: off
|
||||
rtmp_to_rtc off;
|
||||
# Whether keep B-frame, which is normal feature in live streaming,
|
||||
# but usually disabled in RTC.
|
||||
# default: off
|
||||
keep_bframe off;
|
||||
###############################################################
|
||||
# For transmuxing RTC to RTMP.
|
||||
# Whether trans-mux RTC to RTMP streaming.
|
||||
# Whether enable transmuxing RTC to RTMP.
|
||||
# Default: off
|
||||
rtc_to_rtmp off;
|
||||
# The PLI interval in seconds, for RTC to RTMP.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue