feat: Using kBeatIntervalMS option for rtsp heartbeat interval time and add kRtspBeatType for setting rtsp heartbeat type

This commit is contained in:
xia-chu
2024-05-11 14:38:33 +08:00
parent 1c89950ebe
commit bbdbd6a3e0
4 changed files with 25 additions and 11 deletions

View File

@@ -361,6 +361,7 @@ static onceToken token([]() {
namespace Client {
const string kNetAdapter = "net_adapter";
const string kRtpType = "rtp_type";
const string kRtspBeatType = "rtsp_beat_type";
const string kRtspUser = "rtsp_user";
const string kRtspPwd = "rtsp_pwd";
const string kRtspPwdIsMD5 = "rtsp_pwd_md5";