summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-07-03 13:42:23 +0300
committerYuval Adam <_@yuv.al>2018-07-03 13:42:23 +0300
commitc7ae62a2aafd0b4755e4d76f82c0e6aca5626dd5 (patch)
tree8b82a5c4126beb25eef1f56bd9c491e490fda9a5
parent5b7a252e1a213b2ab1c2161c1537381caa92fdeb (diff)
Update README with roadmap
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9852194..5621100 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,12 @@
-# rustcast
-A simple UPnP/DLNA casting player
+# Rustcast
+
+A simple UPnP/DLNA casting player.
+
+## Features Roadmap
+
+ - [ ] 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
+