Skip to content
Discussion options

You must be logged in to vote

I'm posting this answer in case someone encounters the same issue in the future.
The problem was that signaling started from /stream/live, while the route in MediaMTX was /live. As a result, the later PATCH request was sent to /live/SESSION_ID, which didn’t exist in my Nginx configuration.

To fix this, you have two options:

  • Remove the extra /stream prefix in the Nginx config.
  • Publish the stream to /stream/live in MediaMTX.

I hope this helps!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CherifiImene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant