pull/253/head
q191201771 2 years ago
parent 39f7bec8a2
commit 9a3b5faa68

@ -35,7 +35,7 @@ func NewPubSession(urlCtx base.UrlContext, cmdSession *ServerCommandSession) *Pu
}
baseInSession := NewBaseInSession(base.SessionTypeRtspPub, s)
s.baseInSession = baseInSession
Log.Infof("[%s] lifecycle new rtsp PubSession. session=%p, streamName=%s", s, urlCtx.LastItemOfPath)
Log.Infof("[%s] lifecycle new rtsp PubSession. session=%p, streamName=%s", s.UniqueKey(), s, urlCtx.LastItemOfPath)
return s
}

Loading…
Cancel
Save