summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-09 14:31:19 +0300
committerYuval Adam <_@yuv.al>2018-07-09 14:31:19 +0300
commit529f1a92c3da9fe482cc7568ab63e67bc60b8a68 (patch)
tree44f0932f4a39043e7c90df920988c3700f5d3f9d
parent1c8167234c313cbf7d7f187cecc0c0bebd8184bc (diff)
Update README
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index eeb26d0..20d2cf4 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
# Slingr
-A simple UPnP/DLNA casting player.
+A simple command line tool for streaming media files over a local network to a a UPnP media renderer (e.g. HDMI/DLNA/UPnP/Miracast Dongles).
-## Features Roadmap
+The `r` stands for Rust.
+
+## Features
- [ ] Stream a video file to a UPnP Media Renderer
- [ ] Play and pause video during playback
@@ -10,3 +12,6 @@ A simple UPnP/DLNA casting player.
- [ ] Add subtitles to the video
- [ ] Integrate with ffmpeg to do on the fly transcoding
+## License
+
+[GPLv3](LICENSE)