-
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
gstreamer recipe #400
Comments
I don't think that would be a good idea at all. Libavconv.a is itself about 80MB, and so, you'll be limited by the maximum size of an APK: 50MB. (We don't support OBB extension files too). Generally, use ffpyplayer recipes (that uses ffmpeg). If you need to add more codecs, edit the ffmpeg2 recipes according to your need :) Ref: https://github.com/kivy/python-for-android/blob/master/recipes/ffmpeg2/recipe.sh#L45 |
OK, probably the same applies to kivy/kivy-ios#145. Closing that one as well. |
The apk size has risen to 100MB so it could be interesting to revisit ? |
Would be nice to have gstreamer inside kivy apps on android too. Now APK sizes does not really an issue. |
+1 for revisiting this. Gstreamer is the most flexible media toolkit I've seen, despite it's ability to be a PITA. There are so many things that are doable with it, which can only be done from scratch otherwise. |
+1 for revisiting this |
Hi,
gstreamer provides binaries for android (and ios) here http://gstreamer.freedesktop.org/download/
What needs to be done to include a gstreamer recipe and make it work with p4a?
The text was updated successfully, but these errors were encountered: