You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ffpyplayer
and it's dependencyffmpeg
have no recipe for new toolchain (while both of them work in old toolchain). Currentffmpeg
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 useffpyplayer==4.0.0
andsdl2
as dependency for it (while old toolchain usesffpyplayer==3.2
andsdl
). 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.
The text was updated successfully, but these errors were encountered: