bl1nch
bl1nch
Hi @misl6, sorry for such a late reply [buildozer-arm64-v8a.spec.txt](https://github.com/kivy/buildozer/files/12676446/buildozer-arm64-v8a.spec.txt) If it suddenly matters I have a custom build method with Github Actions, so I clone p4a and make some changes...
> Hi @misl6, sorry for such a late reply > > [buildozer-arm64-v8a.spec.txt](https://github.com/kivy/buildozer/files/12676446/buildozer-arm64-v8a.spec.txt) > > If it suddenly matters I have a custom build method with Github Actions, so I clone...
Last build with version `1.5.0` 
> Could use add the track stream to video? Currently no way to know which video is playing... Perhaps a good way to track this is to add an on_media_changed...
@ndonkoHenri sorry I'm new in this project, how I can build apk with these changes to test it? Tried to install cloned flet with poetry but when I build apk...
> > Maybe we should implement VideoControllerConfiguration as a property in Video control > > Nice idea! Sorry, have you already started implementing this? I haven't written in flutter or...
Hi, is there any news on this issue?
Hi all. I'd like to leave some information here if anyone ever decides to implement this integration. I've never worked with OpenGL directly and I'm unlikely to be able to...
Hi all! I have some updates on this issue. 1. This error occurs due to the fact that the function `ctx.render()` must be called constantly, taking into account the FPS...
The problem solved by calling `from kivy.graphics.instructions cimport reset_gl_context` after each MPV render call. (Thanks to @bi0noid from the Kivy discord server for the tip!)