RTCMultiConnection - 音视频通信直播,视频会议

RTCMultiConnection - 音视频通信直播,视频会议

JavaScript 其它杂项

详细介绍

RTCMultiConnection - WebRTC JavaScript Library

npm downloads Build Status: Linux

Demos may not work without a TURN-server. So please set your own TURN-servers using connetion.iceServers array.

Socket.io Signaling Server

Signaling server has a separate repository:

Getting Started Without Any Installation

YouTube Channel

Install On Your Own Website

mkdir demo && cd demo

# install from NPM
npm install rtcmulticonnection

# or clone from github
git clone https://github.com/muaz-khan/RTCMultiConnection.git ./

# install all required packages
# you can optionally include --save-dev
npm install

node server --port=9001

Integrate Inside Any Nodejs Application

Config.json Explained

How to Enable HTTPs?

Want to Contribute?

RTCMultiConnection is using Grunt to compile javascript into dist directory:

Wiki Pages

  1. https://github.com/muaz-khan/RTCMultiConnection/wiki
  2. https://github.com/muaz-khan/RTCMultiConnection-Server/wiki

Disclaimer

There is no warranty, expressed or implied, associated with this product. Use at your own risk.

License

RTCMultiConnection is released under MIT licence . Copyright (c) Muaz Khan.

推荐源码