Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssd71/watchwithme
Watch videos together with another person. Synchronized playback of local files over the internet.
https://github.com/ssd71/watchwithme
peerjs videojs webrtc
Last synced: about 1 month ago
JSON representation
Watch videos together with another person. Synchronized playback of local files over the internet.
- Host: GitHub
- URL: https://github.com/ssd71/watchwithme
- Owner: ssd71
- License: mit
- Created: 2019-06-29T13:21:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:12:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T22:33:16.779Z (almost 2 years ago)
- Topics: peerjs, videojs, webrtc
- Language: JavaScript
- Homepage: https://binge-together.herokuapp.com/
- Size: 249 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WatchWithMe!
[![Build Status](https://travis-ci.com/ssd71/watchwithme.svg?branch=master)](https://travis-ci.com/ssd71/watchwithme)[WatchWithMe](https://binge-together.herokuapp.com/) is a web application I made out of necessity, while sitting out in the heat of summer in the middle of nowhere, trying to watch anime with a certain _someone_. The instructions are on the webpage itself. To make changes or run the server locally:
- Fork the repository
- Clone the forked repository locally
- Make changes
- `npm run lint`
- `npm test`
- `npm run start`
- Pull requestIn it's current state, it can only sync up two users playing a local(browser compatible) video file. The files need not be the same, which although does give rise to some ambiguity, I decided not to enforce these limitations since I was going to be actually using slightly different files in my usecase.