GithubHelp home page GithubHelp logo

dualrtc.io's Introduction

dualRTC.io

Dual monitor system based on WebRTC(Web Real-Time Communication)

Table of Contents

What is WebRTC?

alt img
webRTC is a new webstandard being developed for peer-to-peer communication on the web. This means that browsers will be able to send information, without sending information through the server. Server side this will reduce load dramatically.

Currently the webRTC standard is very focused on the video & audio aspects of the project. In the future (hopefully near future!) they will begin implementing the data channel, which will allow arbitrary data to be sent peer-to-peer. For now the webRTC team is focused on stabalizing and optimizing the video and audio channels.

Unfortunately, a server (or two servers) will still be required for two reasons, The media for the page must be initially supplied, and the server, in conjunction with a STUN server, is required to synchronize the connections.

Prerequisite

Technologies

$ sudo apt-get update
$ sudo apt-get install build-essential libssl-dev
$ curl https://raw.githubusercontent.com/creationix/nvm/v0.18.0/install.sh | bash
$ nvm install 4.4.7
$ nvm use 4.4.7
  • Chrome Extensions

Reference

License

The MIT License. Please see the license file for more information.

dualrtc.io's People

Contributors

sungjk avatar

Watchers

 avatar

dualrtc.io's Issues

mongodb: unrecognized service

$ apt-get install mongodb-clients
$ apt-get install mongodb-server

$ rm /var/lib/mongodb/mongod.lock
$ mongod --repair
$ service mongodb start

Discuss about contribution

  1. What functionalities are going to be exposed

  2. How to check browser compatibility

  3. How the library interface would look like

  4. How people will use it to make an chrome extension

Write readme.md and user guide

What I have to do :

  1. How to use this system
  • Description
  • Video
  • Remote / Local
  1. How to set SSL

  2. Write a API Document

  3. Docker

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.