Skip to content
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

Error Codec incompatible #2

Open
velvenkatesh opened this issue Mar 28, 2017 · 1 comment
Open

Error Codec incompatible #2

velvenkatesh opened this issue Mar 28, 2017 · 1 comment

Comments

@velvenkatesh
Copy link

G729 could not be able to configured into our projects. G729 Codec method isValid() always returns false.
How to fix it?

@velvenkatesh
Copy link
Author

velvenkatesh commented Mar 28, 2017

**

G729 Encoder Error

**
E/RtpStreamSender: setDTMFpayloadType101
W/Settings: Setting wifi_sleep_policy has moved from android.provider.Settings.System to android.provider.Settings.Global, returning read-only value.
W/Settings: Setting wifi_sleep_policy has moved from android.provider.Settings.System to android.provider.Settings.Global, value is unchanged.
E/art: No implementation found for int org.sipdroid.codecs.G729.encode(short[], int, byte[], int) (tried Java_org_sipdroid_codecs_G729_encode and Java_org_sipdroid_codecs_G729_encode___3SI_3BI)

   --------- beginning of crash

E/AndroidRuntime: FATAL EXCEPTION: Thread-3953
Process: org.sipdroid.sipua, PID: 22138
java.lang.UnsatisfiedLinkError: No implementation found for int org.sipdroid.codecs.G729.encode(short[], int, byte[], int) (tried Java_org_sipdroid_codecs_G729_encode and Java_org_sipdroid_codecs_G729_encode___3SI_3BI)
at org.sipdroid.codecs.G729.encode(Native Method)
at org.sipdroid.media.RtpStreamSender.run(RtpStreamSender.java:475)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant