united some code style

This commit is contained in:
xiongguangjie
2022-10-19 14:55:39 +08:00
parent 7b87985f74
commit 0a71e06d4a
4 changed files with 8 additions and 8 deletions

View File

@@ -253,7 +253,7 @@ extern const std::string kKeepAliveSecond;
extern const std::string kDirectProxy;
// rtsp 转发是否使用低延迟模式当开启时不会缓存rtp包来提高并发可以降低一帧的延迟
extern const std::string KLowLatency;
extern const std::string kLowLatency;
} // namespace Rtsp
////////////RTMP服务器配置///////////
@@ -275,7 +275,7 @@ extern const std::string kAudioMtuSize;
// rtp包最大长度限制, 单位KB
extern const std::string kRtpMaxSize;
// rtp 打包时低延迟开关默认关闭为0h264存在一帧多个sliceNAL的情况在这种情况下如果开启可能会导致画面花屏
extern const std::string KLowLatency;
extern const std::string kLowLatency;
} // namespace Rtp
////////////组播配置///////////