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
Thanks for the great effort on the implementation of kms-siprtpendpoint.
We are seeing some weird issues when we connect up the kms-siprtpendpoint to a webrtcendpoint.
as part of the details, we are using the playerendpoint as a waiting endpoint until they are both ready to be connected together.
What seems to be going on is that the wrong ssrc is being connected into the opusDepay which results in the sip endpoint fails to keep any audio channel.
(full render)
i have the dotfile on request.
Also i have logs, we can see the correct ssrc getting
0:00:12.760255868 9 0x7f7e98044f00 WARN basertpendpoint kmsbasertpendpoint.c:3278:kms_base_rtp_endpoint_rtpbin_on_ssrc_sdes: SSRC 1547351529 not valid
which is due to the ssrc for the endpoint already being set.
Any clue whats going on?
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the great effort on the implementation of kms-siprtpendpoint.
We are seeing some weird issues when we connect up the kms-siprtpendpoint to a webrtcendpoint.
as part of the details, we are using the playerendpoint as a waiting endpoint until they are both ready to be connected together.
What seems to be going on is that the wrong ssrc is being connected into the opusDepay which results in the sip endpoint fails to keep any audio channel.
(full render)
i have the dotfile on request.
Also i have logs, we can see the correct ssrc getting
0:00:12.760255868 9 0x7f7e98044f00 WARN basertpendpoint kmsbasertpendpoint.c:3278:kms_base_rtp_endpoint_rtpbin_on_ssrc_sdes: SSRC 1547351529 not valid
which is due to the ssrc for the endpoint already being set.
Any clue whats going on?
The text was updated successfully, but these errors were encountered: