Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I want to make an application with Kivy that can manipulate videos, my problem is that i can't play videos when i am using kivy, my operating system is Windows7.

In the demo example given with Kivy, here is the result :

https://www.youtube.com/watch?v=8zSNzUAfohA

in this youtube video (https://www.youtube.com/watch?v=8zSNzUAfohA), in minute 1h18min30sec the video is actually working

The result i had before was this picture :

The grid contain 4 videos, no one is working, but i have no error so my code must be fine

I hope u guys know what is the problem source.

Thank you for your time :)

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
169 views
Welcome To Ask or Share your Answers For Others

1 Answer

Install kivy.deps.gstreamer if you don't have it yet. Catalog should then work.

The second image looks like you have non-existing files included.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...