mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 00:47:34 +08:00
整理MediaSource派生类
修复转协议或录制时忽然Track的问题
This commit is contained in:
@@ -34,7 +34,7 @@ using namespace std;
|
||||
|
||||
namespace mediakit {
|
||||
|
||||
RtspDemuxer::RtspDemuxer(const string& sdp) {
|
||||
void RtspDemuxer::loadSdp(const string &sdp){
|
||||
loadSdp(SdpParser(sdp));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user