Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 2195)

Ticket Resolution Summary Owner Reporter
#1954 fixed Add WebRTC to third party component bennylp ming
Description

WebRTC AEC support is added in ticket #1888. However, building WebRTC separately has a few drawbacks:

  • Following the recommended steps to build WebRTC, it is required to download the entire project which is large in size (approximately 6 GB), while we actually only require a small portion of it (namely, the AEC component).
  • The latest version of WebRTC has some modifications which is incompatible with our implementation. Thus, we can only use the version circa October 2015 or before.

This ticket will add WebRTC to the third party folder, use a specific version and include only the necessary source.

Below is the steps to build and use WebRTC:

For GNU targets

  1. By default, WebRTC will always be built automatically. This automatic build can be disabled via configure script param --disable-webrtc.
  2. if you want to use external WebRTC, specify --with-external-webrtc and set header/library search paths via CFLAGS and LDFLAGS environment variables. See ticket #1888 for more details as to which libraries are required.

Additional step for iOS targets

  1. Add third-party/lib/libwebrtc-[TARGET].a to application project in XCode.

Supported architectures for Android

  1. On Android, we successfully tested with these architectures: armeabi (armv7), armeabi-v7a, arm64-v8a, mips, mips64, x86, x86_64.

For Visual Studio

  1. libwebrtc will always be built automatically.
  2. To enable WebRTC AEC, add this to your config_site.h:
    #define PJMEDIA_HAS_WEBRTC_AEC		1
    
#651 fixed Add WinCE workspace/project files for pjlib-util unit tests (thanks Seth Hinze for the contribution) bennylp bennylp
Description

Added embedded Visual C++ 4.0 (eVC) workspace and project files for pjlib-util unit tests.

Thanks Seth Hinze for the files.

#652 fixed Add WinCE workspace/project files for pjnath unit tests (thanks Seth Hinze for the contribution) bennylp bennylp
Description

Add embedded Visual C++ 4.0 (eVC) workspace and project files for pjnath unit tests.

Thanks Seth Hinze for the files.

Note: See TracQuery for help on using queries.