mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +08:00
Disable enhanced-rtmp H265 default
This commit is contained in:
parent
a72d87cca7
commit
189f787746
@ -289,7 +289,7 @@ sslport=0
|
||||
# rtmp是否直接代理模式
|
||||
directProxy=1
|
||||
#h265 rtmp打包采用增强型rtmp标准还是国内拓展标准
|
||||
enhanced=1
|
||||
enhanced=0
|
||||
|
||||
[rtp]
|
||||
#音频mtu大小,该参数限制rtp最大字节数,推荐不要超过1400
|
||||
|
@ -242,7 +242,7 @@ static onceToken token([]() {
|
||||
mINI::Instance()[kHandshakeSecond] = 15;
|
||||
mINI::Instance()[kKeepAliveSecond] = 15;
|
||||
mINI::Instance()[kDirectProxy] = 1;
|
||||
mINI::Instance()[kEnhanced] = 1;
|
||||
mINI::Instance()[kEnhanced] = 0;
|
||||
});
|
||||
} // namespace Rtmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user