Replies: 2 comments 7 replies
-
The way to display video is with an Image that has a changing source. We have an example using ffmpeg in https://github.com/slint-ui/slint/tree/master/examples/ffmpeg and using gstreamer in https://github.com/slint-ui/slint/tree/master/examples/gstreamer-player |
Beta Was this translation helpful? Give feedback.
3 replies
-
Currently, the performance of using the image element to play videos doesn't seem ideal. Are there any plans to provide a video element? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://slint.dev/success/sksignet-evcharger
The picture above is one of the screens on the address. If you look at the center of the picture on the left, it looks like a video, so I wonder how to implement it.
I tried to implement using gstreamerrate, but I noticed that I had to install LLVM, VCPKG, etc., and I tried to implement it after installing LLVM, VCPKG, etc., but I couldn't implement it for various reasons, such as the error that I couldn't keep finding the .dll file in vscode.
Can I ask you to share if you know how to implement a video in Slint or if anyone has sample examples?
Beta Was this translation helpful? Give feedback.
All reactions