blob: 20d2cf42db29494057ac8c592225e593787d1ff6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Slingr
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).
The `r` stands for Rust.
## Features
- [ ] Stream a video file to a UPnP Media Renderer
- [ ] Play and pause video during playback
- [ ] Skip forward and backward during playback
- [ ] Add subtitles to the video
- [ ] Integrate with ffmpeg to do on the fly transcoding
## License
[GPLv3](LICENSE)
|