Replies: 4 comments 1 reply
-
I have the same issue. Tested all combinations I can think of in Gstreamer. The MediaMTX whep browser works fine, and if I look at the browser network traffic, I see WHEP SDP the payloadtype four audio is 111. WHIP with Gstreamer works fine.
Still the same error from Gstreamer (v 1.24.6): Any ideas? |
Beta Was this translation helpful? Give feedback.
-
Hello, the error "codecs not supported by client" is triggered because
There's Therefore, it's enough to add
Resulting in
This works correctly. |
Beta Was this translation helpful? Give feedback.
-
Perfect, it works. But don't forget to cast "encoding-params" as string. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi, my question is somewhat related to this topic... Hopefully someone can give me a hand on how to consume from mediamtx using gstreamer whepsrc using basic user and password authentication. I've tryed using Despite this gstreamer playback issue, I'm able to do playback from chrome smoothly. |
Beta Was this translation helpful? Give feedback.
-
Question
Hello
Using
and successfully viewed from browser
http://192.168.2.1:8889/mystream
But cannot receive stream with
Error is
As I found
codecs not supported by client
inPeerConnection.CreateFullAnswer
, which relays on answer from sdpaddTransceiverSDP
debuged and look at code
codecs := t.getCodecs()
returns nil.it uses
mediaEngineCodecs := t.api.mediaEngine.getCodecsByKind(t.kind)
audioCodecs
andvideoCodecs
had values, butnegotiatedVideoCodecs
andnegotiatedAudioCodecs
were nils, as bothnegotiatedAudio
&negotiatedAudio
were true, function returnsnil
Any Idea?
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions