pjsip / pjproject

PJSIP project
http://www.pjsip.org
GNU General Public License v2.0
2.08k stars 788 forks source link

How to use AudioMediaPort in andriod #4158

Closed xscconan closed 2 weeks ago

xscconan commented 2 weeks ago

Describe the feature

How to use AudioMediaPort in andriod? How to use onFrameReceived and onFrameRequested?

Can you give a sample for the developer?

Thank you very much

Describe alternatives you've considered

No response

Additional context

No response

sauwming commented 2 weeks ago

Check the sample for C++ and Python, and try to do the same thing on Java.

xscconan commented 2 weeks ago

Check the sample for C++ and Python, and try to do the same thing on Java.

Thanks for reply,so far my app always crushed when running to the new AudioMediaPort() step.

I am using 2.14.1, is a issue or not. Is it building problem? Should I change to 2.14 version?

Regards