删除无效配置

This commit is contained in:
xia-chu
2021-04-30 09:24:09 +08:00
parent 839420814e
commit 3cc640f96e
2 changed files with 0 additions and 10 deletions

View File

@@ -247,10 +247,6 @@ namespace Rtp {
extern const string kVideoMtuSize;
//RTP打包最大MTU,公网情况下更小
extern const string kAudioMtuSize;
//RTP排序缓存最大个数
extern const string kMaxRtpCount;
//如果RTP序列正确次数累计达到该数字就启动清空排序缓存
extern const string kClearCount;
} //namespace Rtsp
////////////组播配置///////////