Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MTX_QUERY not being passed when using WebRTC runOnDemand #4138

Closed
JoshuaHintze opened this issue Jan 10, 2025 · 4 comments · Fixed by #4141
Closed

MTX_QUERY not being passed when using WebRTC runOnDemand #4138

JoshuaHintze opened this issue Jan 10, 2025 · 4 comments · Fixed by #4141

Comments

@JoshuaHintze
Copy link

Which version are you using?

1.10.0

Which operating system are you using?

Linux amd64 standard

Describe how to replicate the issue

  1. start the server

add a runOnDemand script such as below

#!/bin/bash

echo $MTX_PATH
echo $MTX_QUERY
  1. Connect to the server using a web browser such as

`https://localhost:8889/mystream?q=hello

  1. Notice that MTX_PATH is set to mystream, MTX_QUERY is empy

I tested this on chrome, safari, etc.

If you connect to the server using RTSP such as rtsp://localhost:8554/mystream?q=hello you WILL get MTX_QUERY. So I think this is just isolated to WebRTC

Thanks

Server logs

No response

Network dump

No response

@JoshuaHintze
Copy link
Author

This might be related to #3937

@aler9
Copy link
Member

aler9 commented Jan 11, 2025

Thanks for reporting the issue, this is fixed by #4141

@JoshuaHintze
Copy link
Author

Thank you @aler9 - you are fast!

Copy link
Contributor

This issue is mentioned in release v1.11.1 🚀
Check out the entire changelog by clicking here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants