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

Cant play any flash files #920

Closed
oceanlazy opened this issue Jun 18, 2019 · 4 comments
Closed

Cant play any flash files #920

oceanlazy opened this issue Jun 18, 2019 · 4 comments
Labels

Comments

@oceanlazy
Copy link

oceanlazy commented Jun 18, 2019

After compiling kivy app for android, app cant play any flv files or online streams I think its 99% that buildozer just dont support it, you need to add this information to readme, because I lost aproximately 2-3 month that before obtain kivy+buildozer does not fit my requirments.

@oceanlazy oceanlazy changed the title Bug in readme, please fix Cant play and flash files Jun 18, 2019
@oceanlazy oceanlazy changed the title Cant play and flash files Cant play any flash files Jun 18, 2019
@tshirtman
Copy link
Member

Do you think we should least all the things we don't support? that could be quite a long list, there are a lot of file formats out there, even if you only care about video, we don't pretend to support everything, although it's probably possible to make flv reading working on android with kivy/p4a, just because it's not working out of the box, doesn't mean we should specifically list this feature as "missing".

@oceanlazy
Copy link
Author

Ok I will try to look kivy/p4a. I think yes, because I even see many people face the same issues as me and spend a lot of time.

@oceanlazy
Copy link
Author

Ok, I just added a ffmpeg binary to the apk package and use it to break up the stream into small mp4 files and feed them to the video player, it’s clear that this causes long delays and also the video player reloads, but it is faster than adding support for FLV using p4a, hope you guys will add support for flv and other things, kivy is a good framework.

@AndreMiras
Copy link
Member

Glad you found a workaround. I don't think we have plan to support a format that seems dead and proprietary to me. But we may still accept pull requests if someone is up to work on it

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

No branches or pull requests

3 participants