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
I'm using a JS client, doing WHIP/WHEP with MediaMTX. This works since months. Today I tried the latest version and ran into this problem: Fetching a video via WHEP suddenly gives this error:
'InvalidAccessError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: Failed to apply the description for m= section with mid='1': Failed to setup RTCP mux.'
Description
Describe how to replicate the issue
We need to agree on a debug session for details
Did you attach the server logs?
yes / no
Did you attach a network dump?
no
I have double checked this with an older version, forked from 1.6.0. There the ANSWER from MediaMTX is not causing a problem.
This is the 1.8.2 WHEP ANSWER forwarded to Chrome's WebRTC, causing the error (anonymized):
The input stream is produced by NVIDIA DeepStream 7.0 SDK, encoded using nvh264enc. I can fetch the stream via FFPLAY without problem.
The way of my video is: I'm sending it via WHIP from my PC to MediaMTX. There an AI inference process is started, which in turn delivers annotated video back to the local MediaMTX, from which I fetch that with WHEP.
There is also no problem if I fetch the original video with my WHEP client. The answer in that case is:
hello, yes, this error may happen, but the MediaMTX version you are using is not v1.8.2, but the latest code commit which is not yet part of a release.
Indeed, I think I pulled the latest version from git and derived the version number from the release page. You think your binary 1.8.2 doesn't have this problem?
Which version are you using?
v1.8.2
Which operating system are you using?
Describe the issue
I'm using a JS client, doing WHIP/WHEP with MediaMTX. This works since months. Today I tried the latest version and ran into this problem: Fetching a video via WHEP suddenly gives this error:
Description
Describe how to replicate the issue
We need to agree on a debug session for details
Did you attach the server logs?
yes / no
Did you attach a network dump?
no
I have double checked this with an older version, forked from 1.6.0. There the ANSWER from MediaMTX is not causing a problem.
This is the 1.8.2 WHEP ANSWER forwarded to Chrome's WebRTC, causing the error (anonymized):
The input stream is produced by NVIDIA DeepStream 7.0 SDK, encoded using nvh264enc. I can fetch the stream via FFPLAY without problem.
The way of my video is: I'm sending it via WHIP from my PC to MediaMTX. There an AI inference process is started, which in turn delivers annotated video back to the local MediaMTX, from which I fetch that with WHEP.
There is also no problem if I fetch the original video with my WHEP client. The answer in that case is:
Would you know, how to narrow this down?
The text was updated successfully, but these errors were encountered: