1
0
Fork 0
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:
Alessandro Ros 2023-01-22 19:48:33 +01:00 committed by GitHub
parent ef214b7649
commit b02d3b83c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 53 additions and 20 deletions

View file

@ -139,6 +139,8 @@ func (c *rtspConn) authenticate(
username,
password,
path,
externalAuthProtoRTSP,
&c.uuid,
isPublishing,
query)
if err != nil {