diff options
| author | Yuval Adam <_@yuv.al> | 2018-07-09 14:31:19 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-07-09 14:31:19 +0300 |
| commit | 529f1a92c3da9fe482cc7568ab63e67bc60b8a68 (patch) | |
| tree | 44f0932f4a39043e7c90df920988c3700f5d3f9d | |
| parent | 1c8167234c313cbf7d7f187cecc0c0bebd8184bc (diff) | |
Update README
| -rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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) |
