Skip to content

FreeMCU/freemcu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Video Conferencing Server, based on openmcu-ru

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published