rtp包最大大小可配置

This commit is contained in:
monktan
2021-08-11 15:48:15 +08:00
parent 9e5d325e43
commit 7ed7e5386c
6 changed files with 13 additions and 6 deletions

View File

@@ -228,6 +228,8 @@ namespace Rtp {
extern const string kVideoMtuSize;
//RTP打包最大MTU,公网情况下更小
extern const string kAudioMtuSize;
//rtp包最大长度限制, 单位k
extern const string kRtpMaxSize;
} //namespace Rtsp
////////////组播配置///////////