Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 2.33 KB

README.md

File metadata and controls

43 lines (32 loc) · 2.33 KB
title date description author
libpjsua2
2023-14-10
PJSIP Libraries built with Github Actions
Weslley Murdock

I've created this repo to automatize new release builds from pjsip for iOS \s\s An android version is available here

Platforms automated build

  • iOS
ABI SSL OPUS H264 BCG729
armv7 X X X X
armv7s X X X X
arm64 - - - -
i386 X X X X
x86_64 - - - -

NOTE: 1 - Given an gui alert in config_site, for now the build for i386 arch is disabled. Maybe its need a workaround in the ./configure to skip this validation just on this arch

Libs with automated build

  • pjsip pjsip
  • OpenSSL for iPhone ssl-ios
  • openh264 openh264
  • opus opus
  • bcg729 bcg729
  • zrtp zrtp (currently not in use by ios workflow)

Remaining TODO

  • Port PJSIP Xamarin app to MAUI (Added on PR to pjsip repository samples)

ACKNOWLEDGEMENTS

  • VoIPGRID for scripts that brings me the idea of this work.