Giter VIP home page Giter VIP logo

easyrtc's Introduction

EasyRTC

EasyRTC is a one-to-one webrtc session application.
it refer to following project in github

1.ProjectRTC https://github.com/pchab/ProjectRTC  
2.AndroidRTC https://github.com/pchab/AndroidRTC  
3.iOSRTC https://github.com/digixtechnology/iOSRTC  

why did i refactor the webrtc application instead of using above projects?
if you have ever use AndroidRTC,you will find that the way of use it is not east to understand.
we usually click on an avater of online friend when invite others to start a media session.
so i decide to make it easyliy to make a call session by add clickable ui item to start a session.
in other hand,i want to add camera client which just send media to visitors,it can be used to
monitor pets at home by start a media session.

plugins

EasyRTC consist of following plugins.

  1. Client
    Client can connect to other client with a media session,include Mobile Client and Camera Client.

1.1 Mobile
Mobile Client can proactivitely initiated media session.

1.2 Camera
Camera Client only can passively wait for invite from Mobile Client.

  1. Server
    Server play the role of forward signal between clients

install

  1. Mobile Client
    iOS/Android Mobile is support now,the source code is located in 'iOS' and 'Android' under top level directory.

  2. Camera Client
    in my vision,camera client should be like arm-linux ip camera.
    but due to conditional restrictions,camera client is android camera Client,the source code is located in Camera/Android directory.

  3. Server

npm install
node Server.js

easyrtc's People

Contributors

sliver-chen avatar

Watchers

James Cloos 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.