bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.74k stars 1.4k forks source link

Empty "query" if action="playback" #3270

Closed gurzhy closed 2 months ago

gurzhy commented 2 months ago

Which version are you using?

v1.7.0

Which operating system are you using?

Describe the issue

Hello. We use "authMethod: http" If action="playback" then "query" field come empty. If action="read" everything is OK:

"read": https://localhost:8889/proxied1/?token=15d2d2d9-4436-4a3b-ab46-5f904c4b859e

{
    "ip": "127.0.0.1", 
    "user": "", 
    "password": "", 
    "action": "read", 
    "path": "proxied1", 
    "id": null, 
    "query":  "token=15d2d2d9-4436-4a3b-ab46-5f904c4b859e"
}

"playback": http://localhost:9996/list?path=proxied1&token=15d2d2d9-4436-4a3b-ab46-5f904c4b859e

{
    "ip": "127.0.0.1", 
    "user": "", 
    "password": "", 
    "action": "playback", 
    "path": "proxied1", 
    "id": null, 
    "query": ""
}

Did you attach the server logs?

no

Did you attach a network dump?

no

github-actions[bot] commented 2 months ago

This issue is being automatically closed because it does not follow the issue template. Please reopen the issue and make sure to include all sections of the template.

aler9 commented 2 months ago

BTW this was fixed by #3253