GithubHelp home page GithubHelp logo

openmcu's Introduction

Notes for OpenMCU-ru
--------------------
http://www.openmcu.ru

OpenMCU-ru
    Andrey Varnavskiy, muggot
    Konstantin Yeliseyev, kay27
    Andrey Burbovskiy, xak-mcu

OpenMCU
    Roger Hardiman, 20 June 2001
    Updated by Craig Southeren, 6 March 2006


1. Introduction
---------------

OpenMCU is a simple Mutli Conference Unit using the H.323 and SIP protocol.
It is known to run on Linux, FreeBSD and Windows.

Requires the H323Plus library - see http://www.h323plus.org for more information.
Requires the PTLib library - see http://www.opalvoip.org for more information.
Requires the Sofia-SIP library - see http://www.sofia-sip.sourceforge.net for more information.
Requires the FFmpeg library - see http://www.ffmpeg.org for more information.
Requires the FreeType library - see http://www.freetype.org for more information.
Requires the libyuv library - see http://www.code.google.com/p/libyuv for more information.


2. Features
-----------

The code contains the following features:

- configured by a web interface on port 1420 (use http://host:1420 access)
- requires no codec hardware to operate
- supports H.263, H.264, VP8 video codecs
- supports G.711, G.722, G723.1, G.726, iLBC, Speex, SILK, OPUS audio codecs
- can accept multiple connections simultaneously
- several different conferences can be talking place at the same time
  using the 'rooms' feature
- display statistics on calls in progress
- initiate calls from the MCU to remote endpoints
- audio loopback mode echoes back your audio in a specific room. Ideal for
  setup of audio hardware and testing network performance.


3. Operation
------------

OpenMCU works by setting up a H.323 and SIP listener process, and then waiting for
incoming connections.
You call the MCU using the format "room_name@server_name".

New rooms are created automatically and there is a default room for
people who do not specify a room or cannot specify a room (eg NetMeeting).
The default room is called room101.


4. Installation Instructions
-----------------------

./autogen.sh
./configure
make all
make install

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.