How to send g.711a from webrtcclientmaster #1922
-
Instead of opus i need to send g.711a format audio files how can i do it? |
Beta Was this translation helpful? Give feedback.
Answered by
disa6302
Feb 20, 2024
Replies: 1 comment
-
Hello, You need to set the relevant transceiver here: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/v1.9.1/samples/Common.c#L539-L546. The codec enums can be found here: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
disa6302
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
You need to set the relevant transceiver here: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/v1.9.1/samples/Common.c#L539-L546. The codec enums can be found here:
https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/blob/v1.9.1/src/include/com/amazonaws/kinesis/video/webrtcclient/Include.h#L789-L796