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
PCMA codec is not available for WebRTCEndpoint connections. I have been reading the source code, and it seems that PCMA was not included in the list of of supported codecs.
I suppose this is a bug and was not intentionally disabled.
KurentoWebRtcEndpointImpl WebRtcEndpointImpl.cpp:115:remove_not_supported_codecs_from_array:<kmswebrtcendpoint0> Removing not supported codec 'PCMA/8000'
Context
I'm using PCMA for RtpEndpoint, and I want to avoid transcoding by using the same codec (I believe this will improve performance).
Prerequisites
These are MANDATORY, otherwise the issue will be automatically closed.
Issue description
PCMA codec is not available for WebRTCEndpoint connections. I have been reading the source code, and it seems that PCMA was not included in the list of of supported codecs.
I suppose this is a bug and was not intentionally disabled.
Context
I'm using PCMA for RtpEndpoint, and I want to avoid transcoding by using the same codec (I believe this will improve performance).
How to reproduce?
Expected & current behavior
It should support PCMA
Info about your environment
WebRTC streaming is relayed using a TURN (coturn
About Kurento Media Server
About your Application Server
About end-user clients
Run these commands
The text was updated successfully, but these errors were encountered: