mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Support dropping h.264 SEI from NALUs. v5.0.213 (#4057)
try to fix #4052. --------- Co-authored-by: winlin <winlinvip@gmail.com>
This commit is contained in:
parent
9995147704
commit
313913737f
11 changed files with 139 additions and 66 deletions
|
@ -556,6 +556,13 @@ vhost rtc.vhost.srs.com {
|
|||
# Overwrite by env SRS_VHOST_RTC_KEEP_BFRAME for all vhosts.
|
||||
# default: off
|
||||
keep_bframe off;
|
||||
# Whether to keep the h.264 SEI type NALU packet.
|
||||
# DJI drone M30T will send many SEI type NALU packet, while iOS hardware decoder (Video Toolbox)
|
||||
# dislike to feed it so many SEI NALU between NonIDR and IDR NALU packets.
|
||||
# @see https://github.com/ossrs/srs/issues/4052
|
||||
# Overwrite by env SRS_VHOST_RTC_KEEP_AVC_NALU_SEI for all vhosts.
|
||||
# Default: on
|
||||
keep_avc_nalu_sei on;
|
||||
# The transcode audio bitrate, for RTMP to RTC.
|
||||
# Overwrite by env SRS_VHOST_RTC_OPUS_BITRATE for all vhosts.
|
||||
# [8000, 320000]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue