mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 09:47:33 +08:00
完善rtsp sdp匹配
This commit is contained in:
@@ -649,7 +649,7 @@ public:
|
||||
vector<RtcMedia> media;
|
||||
SdpAttrGroup group;
|
||||
|
||||
void loadFrom(const string &sdp);
|
||||
void loadFrom(const string &sdp, bool check = true);
|
||||
void checkValid() const;
|
||||
string toString() const;
|
||||
RtcMedia *getMedia(TrackType type);
|
||||
|
||||
Reference in New Issue
Block a user