Giter Club home page Giter Club logo

video-party's Introduction

video-party

Generic badge HitCount GitHub license

Create a video call on top of any web page so you can all watch together. Nothing to install and no third party video applications needed besides your web browser. Simply add and use the bookmarklet.

Install and usage

Install the bookmarklet as described below.

Have all future members of your video call browse to the same web page (Netflix movie or show, YouTube video, some type of web game like chess or poker, etc.) Then click the bookmark button and enter a room name, share the room name with everyone else. Have them click their bookmark button and enter the same room name. Accept the prompts to allow the use of the camera/microphone. Presto. Each members video and audio will be inside the webpage.

You can click and drag the individual videos around the web page if they get in the way of the content.

Additional Options

You can have the user auto join a specific room by adding it as a URL parameter, for example: https://cdn.adamspotton.com/js/video_party.js?room=the_room_id_to_join

Bookmarklet

Add a new bookmark to your toolbar and copy/paste this as the URL:

javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='https://cdn.adamspotton.com/js/video_party.js';document.getElementsByTagName('head')[0].appendChild(script);})();

Works On

  • youtube.com
  • netflix.com
  • most websites

Limitations

Known to work on current versions of Chrome and Firefox. Won't work on some websites that have strict security policies in place like Twitter or Facebook since this isn't an extension, it's a bookmarklet.

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.