完善rtsp服务器
This commit is contained in:
parent
1167211d90
commit
2a60fc2610
|
|
@ -789,7 +789,6 @@ bool RtspSession::handleReq_Play() {
|
|||
});
|
||||
};
|
||||
if(_bFirstPlay){
|
||||
_bFirstPlay = false;
|
||||
//第一次收到play命令,需要鉴权
|
||||
auto flag = NoticeCenter::Instance().emitEvent(Broadcast::kBroadcastMediaPlayed,_mediaInfo,invoker,*this);
|
||||
if(!flag){
|
||||
|
|
|
|||
Loading…
Reference in New Issue