https://github.com/nik012003/voyeurs
https://github.com/nik012003/voyeurs
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nik012003/voyeurs
- Owner: nik012003
- License: gpl-3.0
- Created: 2023-05-21T22:22:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T01:47:02.000Z (about 3 years ago)
- Last Synced: 2025-02-06T06:19:46.914Z (over 1 year ago)
- Language: Rust
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚠️ In development, not stable ⚠️
many basic features are still lacking, notably:
- delay is not accounted for (goal for v1.0)
- speed is not sycronized (goal v1.0)
- headless server mode (goal for v1.0)
- full android support (future) - will require modifications to mpv-android, or a custom app using libmpv
- windows support (maybe?)
## Voyeurs 🎥
Introducing __voyeurs__ - Unleash the Power of Shared Movie Magic!
Get ready to revolutionize your movie nights 🍿 like never before with __voyeurs__, the sensational open-source CLI tool made in blazingly fast 🚀 and idiomatic Rust 🦀 that effortlessly syncs the playback of __MPV__ videos over any network 🌐. Say goodbye to the endless coordination struggles and welcome hassle-free entertainment sessions with your friends!
### Installation
```
git clone https://github.com/nik012003/voyeurs
cd voyeurs
cargo install --path .
```
### Sample usage
On the server:
```
voyeurs -s 0.0.0.0:8998 -- https://www.youtube.com/watch\?v\=dQw4w9WgXcQ
```
On the clients:
```
voyeurs address.of.server:8998 -a
```