-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ffmpeg breaks buildozer android debug compilation process. #1294
Comments
Thanks for the report, I guess the ffmpeg recipe is broken. Interesting that the error seems to be an actual syntax error, I'm not really sure what's gone wrong. |
It compiled OK in the Docker env.
Relevant part of the log is:
|
Re, I confirm I could reproduce with:
But it's working fine with:
Note the differences:
Host Python2 for both. Error log extract:
|
Looks like this is now working with the new target python setup_testapp_python3.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $ANDROID_NDK_HOME --bootstrap sdl2 --requirements python3,ffmpeg Within docker that was built and ran as such: docker build --tag=p4a --file Dockerfile.py2 .
docker run -it --rm p4a |
Hi,
I just downloaded everything from scratch into my ubuntu 16.04 after facing some difficulties.
My application is a minimal app just to test I can display video on android.
Dependencies kivy/ffmpg
The build process breaks in
I understand this is not a buildozer error. Just to reflect the inability to produce apps that support video playing while this is not resolved.
I wonder if there are alternatives to this libs for playing video
regards.
JC
The text was updated successfully, but these errors were encountered: