nesterenkodm / pjsip

PJSIP is Open Source SIP, Media, and NAT Traversal Library
495 stars 220 forks source link

PJSIP 2.8, openh284 1.8, opus 1.3.1 & iOS SDK 12.2 #71

Closed welljsjs closed 5 years ago

welljsjs commented 5 years ago

Upgraded sources (#61)

I think one could consider using VideoToolbox framework instead of H.264, which will improve hardware acceleration (also means less third-party dependencies).

Additionally, I also think that it's completely possible to support iOS and macOS with a single pod. Just look at OpenSSL-Universal and how they deal with that. I'll try to build something similar for pjsip within the next days or weeks.

@chebur (sorry to wake you up), but is this repo still maintained/do PRs get reviewed and accepted? Otherwise, I'd consider publishing my own version of this.

nesterenkodm commented 5 years ago

Hi @welljsjs. Currently I have no free time to maintain the pod by myself. I really appreciate your work and will review the PR and hope to merge it soon

welljsjs commented 5 years ago

The macOS 10.14 SDK no longer contains support for compiling 32-bit applications. If developers need to compile for i386, Xcode 9.4 or earlier is required. (39858111)