This commit is contained in:
ziyue
2023-01-02 12:04:06 +08:00
parent 08c47ff4f0
commit f5755a17e7
4 changed files with 7 additions and 3 deletions

View File

@@ -74,6 +74,8 @@ protected:
//回复客户端
virtual bool sendRtspResponse(const std::string &res_code, const StrCaseMap &header = StrCaseMap(), const std::string &sdp = "", const char *protocol = "RTSP/1.0");
protected:
//url解析后保存的相关信息
MediaInfo _media_info;