修复rtsp相关bug

This commit is contained in:
xiongziliang
2018-12-21 17:12:26 +08:00
parent 50e1dddd12
commit 5ac1fb73a7
2 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
/*
/*
* MIT License
*
* Copyright (c) 2016 xiongziliang <771730766@qq.com>
@@ -152,7 +152,7 @@ private:
private:
Ticker _ticker;
int _iCseq = 0;
string _strUrl;
string _strContentBase;
string _strSdp;
string _strSession;
bool _bFirstPlay = true;