mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 11:41:44 +08:00
广播添加sender参数
This commit is contained in:
@@ -85,7 +85,8 @@ bool MediaSource::regist() {
|
||||
m_strSchema,
|
||||
m_strVhost,
|
||||
m_strApp,
|
||||
m_strId);
|
||||
m_strId,
|
||||
*this);
|
||||
}
|
||||
return success;
|
||||
}
|
||||
@@ -114,7 +115,8 @@ void MediaSource::unregisted(){
|
||||
m_strSchema,
|
||||
m_strVhost,
|
||||
m_strApp,
|
||||
m_strId);
|
||||
m_strId,
|
||||
*this);
|
||||
}
|
||||
|
||||
void MediaInfo::parse(const string &url){
|
||||
|
||||
Reference in New Issue
Block a user