This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Sample code #1
Comments
Same Problem for me! |
Same here. :-( |
@HugoTheBoss @armandzwan i've worked out simple script which whill checkout pjsip source code from svn, compile, build and merges all libs(arms) in single lib for arm64, arm7, arm7s and simulator. Also found script for enabling SSL support. I've tried and its working fine, in case you guys still stuck with pjsip let me know i'll be more than happy to help you guys. You can reach me on kadamhemant0411@rediffmail.com |
Send you a mail. Thanks! |
This will help you guys https://github.com/hemantkadam/pjsipScript-iOS
…On Tue, Dec 20, 2016 at 12:28 AM, armandzwan ***@***.***> wrote:
Send you a mail. Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFPOJzJMTkbh3zpcM9YFQBjobh3s7rwks5rJtPqgaJpZM4J8oZ7>
.
--
Thanks & Regards,
Hemant Kadam
iOS Developer
http://ihemantk.wordpress.com/
http://ihemantk.branded.me
|
No OPUS support? |
Well you can add that if you need. All you need to add is
line51 - ARCH="-arch ${arch}" ./configure-iphone
--with-ssl="${OPENSSL_PATH}" --with-opus=${YOUR_OPUS_DIR}" && make dep &&
make clean && make
line63 - ARCH="-arch ${arch}" CFLAGS="-O2 -m32
-mios-simulator-version-min=8.0" LDFLAGS="-O2 -m32
-mios-simulator-version-min=8.0" ./configure-iphone
--with-ssl="${OPENSSL_PATH}" --with-opus=${YOUR_OPUS_DIR}" && make dep &&
make clean && make
You can find OPUS script at https://github.com/chrisballinger/Opus-iOS
…On Wed, Dec 21, 2016 at 3:09 PM, armandzwan ***@***.***> wrote:
No OPUS support?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFPOAbRUXxekvPXL12mNC1WehuIV5opks5rKPPhgaJpZM4J8oZ7>
.
--
Thanks & Regards,
Hemant Kadam
iOS Developer
http://ihemantk.wordpress.com/
http://ihemantk.branded.me
|
thanks! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is it possible to add a simple example or sample code showing how to use this pod.
I tried to add this pod but there was this error
Analyzing dependencies
[!] Unable to find a specification for
Sipper
The text was updated successfully, but these errors were encountered: