Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
brotherdang opened this issue Jan 27, 2022 · 3 comments

Comments

@brotherdang
Copy link

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

@davidliu
Copy link
Contributor

davidliu commented Feb 9, 2022

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.

@HuskarHuang
Copy link

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

@davidliu
Copy link
Contributor

davidliu commented May 7, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants