forked from External/mediamtx
Send additional fields to the external authentication URL (#1408)
* send 'protocol' to the external authentication URL * send session ID to the external authentication URL
This commit is contained in:
parent
ef214b7649
commit
b02d3b83c7
10 changed files with 53 additions and 20 deletions
|
|
@ -640,6 +640,8 @@ func (c *rtmpConn) authenticate(
|
|||
query.Get("user"),
|
||||
query.Get("pass"),
|
||||
pathName,
|
||||
externalAuthProtoRTMP,
|
||||
&c.uuid,
|
||||
isPublishing,
|
||||
rawQuery)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue