summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5acd306..d13116c 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,27 @@ The `r` stands for Rust.
- [ ] Add subtitles to the video
- [ ] Integrate with ffmpeg to do on the fly transcoding
+## Usage
+
+Make sure you have a UPnP streamer online on your local network, then run:
+
+```bash
+$ slingr ~/path/to/media.file
+```
+
+To target a specific device:
+
+```bash
+$ slingr --device 192.168.33.44 ~/path/to/media.file
+```
+
+### Controls
+
+During playback use the following controls:
+
+ - <kbd>Space</kbd> - Play / Pause
+ - <kbd>q</kbd> - Quit
+
## License
[GPLv3](LICENSE)