Remove B-frames when playing WebRTC streams (#4176)

1.  webrtc 播放移除了 h264 rtp中的b 帧
2. 增加了 rtc.bfilter 配置
ref: ISO_IEC_14496-10-AVC-2012
This commit is contained in:
Dw9
2025-03-03 14:37:57 +08:00
committed by GitHub
parent 550870ea74
commit 479a3fb9bb
3 changed files with 288 additions and 14 deletions

View File

@@ -389,6 +389,8 @@ nackMaxCount=15
nackIntervalRatio=1.0
#nack包中rtp个数减小此值可以让nack包响应更灵敏
nackRtpSize=8
#是否尝试过滤 b帧
bfilter=0
[srt]
#srt播放推流、播放超时时间,单位秒