Closed neilyoung closed 5 months ago
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?
This issue is mentioned in release v1.8.3 🚀 Check out the entire changelog by clicking here
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?