Hello, the audio works but the video not working :(
main.py:
from kivy.app import App
from kivy.uix.videoplayer import VideoPlayer
import os
os.environ["KIVY_VIDEO"] = "ffpyplayer"
class APPPP(App):
def build(self):
video = VideoPlayer(source='song.mp4')
video.play = True
return video
if __name__ == '__main__':
APPPP().run()
problem
Hello, the audio works but the video not working :(
main.py:
specifications:
Log error | android phone: