Skip to content

Commit

Permalink
Merge pull request q191201771#144 from Kouse-Datura/master
Browse files Browse the repository at this point in the history
[fix] 修复rtmp拉流鉴权的问题
  • Loading branch information
q191201771 authored Apr 11, 2022
2 parents c11fb80 + 06f98fa commit 7b35716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/logic/server_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ func (sm *ServerManager) OnNewRtmpSubSession(session *rtmp.ServerSession) error
var info base.SubStartInfo
info.ServerId = sm.config.ServerId
info.Protocol = base.ProtocolRtmp
info.Protocol = session.Url()
info.Url = session.Url()
info.AppName = session.AppName()
info.StreamName = session.StreamName()
info.UrlParam = session.RawQuery()
Expand Down

0 comments on commit 7b35716

Please sign in to comment.