Coder Social home page Coder Social logo
Notes for FreeMCU
--------------------

This project is a fork of the project openmcu-ru


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

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

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

The code contains the following features:

- configured by a web interface on port 1420 (use http://host:1420 access)
- supported interface languages: English, Russian
- 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
------------

FreeMCU 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
-----------------------

Requires:
  * FFmpeg >= 0.10.4 - http://www.ffmpeg.org
    or Libav >= 0.8  - http://libav.org
  * libx264          - http://www.videolan.org/developers/x264.html
  * libvpx >= 1.0    - http://webm.googlecode.com
  * FreeType         - http://www.freetype.org
  * libjpeg          - http://ijg.org
    or libjpeg-turbo - http://libjpeg-turbo.virtualgl.org

FreeMCU contains the following required libraries in the repository:
  * H323Plus         - http://www.h323plus.org
  * PTLib            - http://www.opalvoip.org
  * Sofia-SIP        - http://www.sofia-sip.sourceforge.net
  * libSRTP          - http://srtp.sourceforge.net/srtp.html
  * libzrtp          - http://zfoneproject.com/prod_sdk.html
  * libyuv           - http://www.code.google.com/p/libyuv

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

freemcu's Projects

freemcu icon freemcu

Video Conferencing Server, based on openmcu-ru

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.