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
- Host: GitHub
- URL: https://github.com/dy-tea/simplevideoplayer
- Owner: dy-tea
- License: gpl-3.0
- Created: 2024-08-14T16:32:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T12:49:18.000Z (10 months ago)
- Last Synced: 2025-03-02T12:25:39.051Z (4 months ago)
- Topics: relm4, rust, video-player
- Language: Rust
- Homepage:
- Size: 614 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Video Player
### 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
```