GithubHelp home page GithubHelp logo

ronaldorodriguez / videowatcher Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gnboorse/videowatcher

0.0 0.0 0.0 78 KB

Flask server for synchronous video playback across multiple browsers.

Home Page: https://www.watchtogether.me

License: GNU General Public License v3.0

Shell 3.57% Python 48.58% HTML 30.97% CSS 7.50% JavaScript 9.38%

videowatcher's Introduction

About

This is a fairly basic web application for shared video streaming, meaning that users on multiple endpoints can watch an mp4 or webm file together synchronously and use a chat overly to discuss the video while watching.

This project does not endorse illegal aquisition of pirated media. The software is offered as a free and fun source of entertainment under the GNU Public License.

Everything should run out of the box

Installation

Currently, videowatcher is only compatible with Unix-based systems.

Prerequisites

To make the magic happen, videowatcher relies on a complex package management system wrapped inside a virtual environment.

Make sure you have installed python3.5 and virtualenv using your package manager of choice. For example on Fedora-based systems:

sudo dnf install python3.5
sudo dnf install python-virtualenv

Also install pip3 and setuptools by downloading get-pip.py and installing like so:

sudo python3.5 get-pip.py

Running the server (Development)

Once you've installed the prerequisites, navigate into the base directory and run

./run.sh

Everything should be live at http://localhost:5000/

Deploying to production server

The package is designed to be deployed to PythonAnywhere

To begin, clone this repository into the working directory

git clone https://www.github.com/gnboorse/videowatcher

Go to the web tab and set up a custom app with Python version 3.5

Run the setup.sh script

./setup.sh

Go back to the web tab and point the virtual environment path to the venv that was just created.

Finally, edit your wsgi file to point to the videowatcher application directory (from git clone)

Should be good to go. Do not use run.sh to deploy to production.

This is very, very much a work in progress

See the Trello board here: https://trello.com/b/99Q4Ur4Q

Links for research:

Javascript

Python

Flask

videowatcher's People

Contributors

gnboorse avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.