You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I encountered the same problem.
When using authorization, the server receives a parameter without parameters. {User="", Password="", Ip="89.221.63.64", Action="read", Protocol="hls", Id=null, Query="_HLS_msn=342&_HLS_part=9&_HLS_skip=YES", Path="e588e1ff-c3cc-4d9c-be38-66106ba4155c"}
It is impossible to authorize such a request.
For HLS, I always made the response 200, but each segment request leads to an authorization request.
aler9
added a commit
to bluenviron/gohlslib
that referenced
this issue
Jun 11, 2024
Which version are you using?
v1.6.0
Which operating system are you using?
Describe the issue
When a HLS page is requested with query parameters, i.e.
The query parameters are correctly propagated to the multivariant playlist (index.m3u8):
But they are not propagated to the media playlist (stream.m3u8) or to segments:
Describe how to replicate the issue
http://localhost:8888/mystream?key=val
and follow the processDid you attach the server logs?
no
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: