'Kivy/Python: create / build custom kivy.core.video module
I'm creating video player using kivy/python. So far so good, until I want to add "play speed" feature (play the video faster / slower than it's normal speed).
After some checking, I find out that the play speed is hardcoded in kivy.core.video module:
line 86: Clock.schedule_interval(self._update, 1 / 30.)
The question: how can I properly modify the kivy.core.video and use it in my apps? Any example, link to a documentation, or anything that can direct me to find the solution will be very appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
