-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set order for audio codec with latest source? #62
Comments
You have to enter them in your linphonerc in the desired order. For instance in linphonerc-factory, you can do:
|
Okay thanks. Got it. |
Hi, i have the same issue that you have posted above. Have you figured out any solutions. If so, could you please help me @shraddha-patel-1891 |
Hello, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Earlier we had a list to set order/priority of audio codecs in linphonecore.c as following:
static const char *codec_pref_order[]= { "speex", "gsm", "pcmu", "pcma", "H264", "MP4V-ES", "theora", "H263-1998", "H263", "x-snow", NULL, };
I am not able to find codec_pref_order or anything similar in the latest source. Can someone help me to know how I can change codec priority/order?
Thanks.
The text was updated successfully, but these errors were encountered: