aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean DuBois <seaduboi@amazon.com>2019-09-20 01:13:48 -0700
committerSean DuBois <seaduboi@amazon.com>2019-09-20 01:13:48 -0700
commit2c20e4f2903310dc5f9218942874b483d4b1d7b9 (patch)
tree436e94450af25892c44b8691c9ad4f183ef86343
parentAdd demo gif to README.md (diff)
downloadrtwatch-2c20e4f2903310dc5f9218942874b483d4b1d7b9.tar.gz
rtwatch-2c20e4f2903310dc5f9218942874b483d4b1d7b9.tar.bz2
rtwatch-2c20e4f2903310dc5f9218942874b483d4b1d7b9.zip
Edit copy
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b92ac49..979229b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-<h4 align="center">Watch videos with friends using WebRTC, do all your pausing and seek on the backend.</h4>
+<h4 align="center">Watch videos with friends using WebRTC, let your backend do the pausing and seeking.</h4>
<p align="center">
<img style="min-width:100%;" src="https://raw.githubusercontent.com/pion/rtwatch/0d148eadb94c534cb62f39788251f057aea48adf/.github/rtwatch.gif">
@@ -13,7 +13,7 @@
</p>
<br>
-Using Pion WebRTC and GStreamer you can now watch videos in realtime with your friends. Watch your favorite movie perfectly synchronized with multiple viewers. If someone pauses it pauses for everyone, and no one can and no one fast forward only their video.
+Using Pion WebRTC and GStreamer you can now watch videos in real-time with your friends. Watch your favorite movie perfectly synchronized with multiple viewers. If someone pauses it pauses for everyone, and no one can and no one fast forward only their video.
*rtwatch* is different then any other solution because all state is stored on the backend. Only the current audio/video frame is being sent to the viewers, there is no way they can download/cache the videos either for future usage.