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

How to compile this sdk with h264 support? #31

Open
fjserrano1 opened this issue Jun 22, 2022 · 2 comments
Open

How to compile this sdk with h264 support? #31

fjserrano1 opened this issue Jun 22, 2022 · 2 comments

Comments

@fjserrano1
Copy link

Hello.

Could someone explain how to compile this sdk for Android?
I tried to replace this repo files with google's files but build_aar.py fails

Thank you in advance

@cloudwebrtc
Copy link
Member

@fjserrano1
Copy link
Author

Thank you for the reply, but, in order to execute build_aar.py script i need some previous steps. For example, with google the steps are:

1- git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
2- export PATH="$PATH:${HOME}/depot_tools"
3- mkdir webrtc_android
3.1- cd webrtc_android
4- fetch --nohooks webrtc_android
5- gclient sync
6- cd src/
7- ./build/install-build-deps.sh
8- tools_webrtc/android/build_aar.py

I supose that step 4 can be replaced with the contents of this repo (https://github.com/webrtc-sdk/webrtc), but i am unsure. I supose also than step 5 not must be executed.

Please, could you help me?

Thanks in advance

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

2 participants