diff options
| -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) |
