mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 05:51:59 -08:00
hls: fix wrong protocol sent to external authentication server (#2213)
This commit is contained in:
parent
7e0fb20eed
commit
a29a4c7de7
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ func (s *hlsHTTPServer) onRequest(ctx *gin.Context) {
|
|||
ip: net.ParseIP(ctx.ClientIP()),
|
||||
user: user,
|
||||
pass: pass,
|
||||
proto: authProtocolWebRTC,
|
||||
proto: authProtocolHLS,
|
||||
},
|
||||
})
|
||||
if res.err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue