-
Notifications
You must be signed in to change notification settings - Fork 2k
ffpyplayer can't be built with new toolchain #951
Copy link
Copy link
Closed
Description
ffpyplayer and it's dependency ffmpeg have no recipe for new toolchain (while both of them work in old toolchain). Current ffmpeg recipe is broken and has nothing to do with one ffpyplayer needs.
New toolchain can be used with sdl2 recipe only, that's mean we should use ffpyplayer==4.0.0 and sdl2 as dependency for it (while old toolchain uses ffpyplayer==3.2 and sdl). I tried to create recipe for v4.0.0, but got no success.
Since ffpyplayer is probably only way to support video on Android devices it makes impossible to use video in Kivy on Android using new toolchain.
Btw, there's no docs about video in Kivy on Android it makes almost impossible for new users to understand what happening.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels