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.
ffpyplayerand it's dependencyffmpeghave no recipe for new toolchain (while both of them work in old toolchain). Currentffmpegrecipe is broken and has nothing to do with one ffpyplayer needs.New toolchain can be used with
sdl2recipe only, that's mean we should useffpyplayer==4.0.0andsdl2as dependency for it (while old toolchain usesffpyplayer==3.2andsdl). I tried to create recipe for v4.0.0, but got no success.Since
ffpyplayeris 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.