Show HN: Pion/rtwatch – Watch video in sync with friends, pause/seek on back end
github.com·22h·
Discuss: Hacker News
Flag this post

Watch videos with friends using WebRTC, let your backend do the pausing and seeking.

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.

Instructions

Install GStreamer

Debian/Ubuntu

`sudo apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ug…

Similar Posts

Loading similar posts...