mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
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:
@@ -389,6 +389,8 @@ nackMaxCount=15
|
||||
nackIntervalRatio=1.0
|
||||
#nack包中rtp个数,减小此值可以让nack包响应更灵敏
|
||||
nackRtpSize=8
|
||||
#是否尝试过滤 b帧
|
||||
bfilter=0
|
||||
|
||||
[srt]
|
||||
#srt播放推流、播放超时时间,单位秒
|
||||
|
||||
Reference in New Issue
Block a user