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

gstreamer recipe #400

Closed
rnixx opened this issue Jun 18, 2015 · 6 comments
Closed

gstreamer recipe #400

rnixx opened this issue Jun 18, 2015 · 6 comments

Comments

@rnixx
Copy link
Member

rnixx commented Jun 18, 2015

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?

@tito
Copy link
Member

tito commented Jul 8, 2015

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

@tito tito closed this as completed Jul 8, 2015
@rnixx
Copy link
Member Author

rnixx commented Jul 8, 2015

OK, probably the same applies to kivy/kivy-ios#145. Closing that one as well.

@stuaxo
Copy link

stuaxo commented Oct 17, 2015

The apk size has risen to 100MB so it could be interesting to revisit ?

@zoolyka
Copy link

zoolyka commented Sep 3, 2019

Would be nice to have gstreamer inside kivy apps on android too. Now APK sizes does not really an issue.

@EternityForest
Copy link

+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.

@alanlivio
Copy link

+1 for revisiting this

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

6 participants