Skip to content

Supporting videos / animated GIFs #1606

Answered by coderedart
awestlake87 asked this question in Q&A
Discussion options

You must be logged in to vote

afaik, there's no video player functionality.

you are better off launching a separate video player app to handle the playback (like mpv). mpv can also be embedded into your own window using libmpv https://github.com/mpv-player/mpv-examples/blob/master/libmpv/README.md
EDIT: mpv uses opengl too.

if you are really really interested in making your own media player, then you can try using gstreamer https://crates.io/crates/gstreamer-player .

I would honestly recommend just going with qt5 though.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by awestlake87
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants