mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 10:58:11 +08:00
整理优化代码
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include "Rtsp.h"
|
||||
#include "RtspMediaSource.h"
|
||||
#include "Util/util.h"
|
||||
#include "Util/logger.h"
|
||||
@@ -81,7 +80,7 @@ private:
|
||||
Event _onPublished;
|
||||
|
||||
string _strUrl;
|
||||
SdpAttr _sdpAttr;
|
||||
SdpParser _sdpParser;
|
||||
vector<SdpTrack::Ptr> _aTrackInfo;
|
||||
string _strSession;
|
||||
unsigned int _uiCseq = 1;
|
||||
|
||||
Reference in New Issue
Block a user