An open API service indexing awesome lists of open source software.

https://github.com/dy-tea/simplevideoplayer

rust + relm4 video player
https://github.com/dy-tea/simplevideoplayer

relm4 rust video-player

Last synced: 9 days ago
JSON representation

rust + relm4 video player

Awesome Lists containing this project

README

        

# Simple Video Player
![Main View](screenshot.png "Main View")

### Features
- Play/Pause with spacebar
- Fullscreening with F key
- Seek 10 seconds with left/right arrow keys
- Change volume by 10% with up/down arrow keys
- Media information

### Building
```
git clone https://github.com/dy-tea/simplevideoplayer
cd simplevideoplayer
cargo build --release
```