mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-25 03:02:22 +08:00
完善rtsp服务器
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user