webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Why my libwebrtc.aar compiled by myself, has no SimulcastVideoEncoder.java in classes.jar/org/webrtc/

Open brotherdang opened this issue 3 years ago • 3 comments

I have use gclient to fetch the webrtc code, compiled the aar file for android platform, and get a libwebrtc.aar, But when I compare the aar file with 'com.github.webrtc-sdk:android:92.4515.03', I get the diffrent directory.

In src directory: I compile the code by command: ./tools_webrtc/android/build_aar.py --verbose --build-dir out/aar-release --arch arm64-v8a

brotherdang avatar Jan 27 '22 10:01 brotherdang

SimulcastVideoEncoder was added in a separate commit that is not reflected in the google webrtc repo. Using gclient to fetch the webrtc code probably means you fetched the google webrtc code, which would not have our changes.

davidliu avatar Feb 09 '22 08:02 davidliu

com.github.webrtc-sdk:android:92.4515.03 I have the same problem, the code is not the same as we build checkout from webrtc github

HuskarHuang avatar May 07 '22 06:05 HuskarHuang

Check if this file exists:

https://github.com/webrtc-sdk/webrtc/blob/main/sdk/android/api/org/webrtc/SimulcastVideoEncoder.java

davidliu avatar May 07 '22 06:05 davidliu