Skip to content

Simple media player implementation in Rust with egui and GStreamer

Notifications You must be signed in to change notification settings

hikipilling/egui-gstreamer-video-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Egui + GStreamer Video Player

A simple, performant video player that demonstrates how to integrate GStreamer with Egui in Rust. It took me AGES to figure out how to do this so I hope it helps someone out :)

Screenshots

video playing no video selected

Features

  • Plays common video formats (mp4, webm, mkv, avi, mov)
  • Basic playback controls (play, pause, stop)
  • Seeking with progress slider
  • Volume control
  • Fullscreen mode with auto-hiding controls
  • Keyboard shortcuts

Dependencies

You will need:

  • Rust (latest stable)
  • GStreamer development libraries
  • GTK development libraries (for file dialogs)

Arch:

sudo pacman -S gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gtk3

Feel free to submit a pull request for dependency installation on your own system.

About

Simple media player implementation in Rust with egui and GStreamer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages