linphone-iphone/linphone/mediastreamer2
aymeric 1f23ceee1e fix for windows mobile
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@717 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
2009-10-14 12:44:31 +00:00
..
build fix for windows mobile 2009-10-14 12:44:31 +00:00
help add more .gitignore files 2009-07-24 15:43:36 +00:00
include Add support for jpeg/90000 codec - rfc2435 2009-10-12 08:00:40 +00:00
plugins fix enlarging decoder buffer 2009-09-29 12:27:13 +00:00
src fix for windows mobile 2009-10-14 12:44:31 +00:00
tests allow jpeg streaming 2009-10-12 08:08:03 +00:00
.gitignore replace *.cvsignore by *.gitignore 2009-07-24 15:43:09 +00:00
.indent.pro Initial import 2008-09-04 15:47:34 +00:00
acinclude.m4 add quicktime framework 2009-09-14 12:59:09 +00:00
AUTHORS Initial import 2008-09-04 15:47:34 +00:00
autogen.sh use automake-1.10 when possible 2009-08-31 14:45:51 +00:00
ChangeLog Initial import 2008-09-04 15:47:34 +00:00
configure.ac ready for 3.2.1 2009-10-04 19:43:56 +00:00
COPYING Initial import 2008-09-04 15:47:34 +00:00
Makefile.am Initial import 2008-09-04 15:47:34 +00:00
Makefile.macosx Initial import 2008-09-04 15:47:34 +00:00
mediastreamer.pc.in add various dsp utilities from speex. 2009-07-09 11:19:47 +00:00
mediastreamer2.spec.in Initial import 2008-09-04 15:47:34 +00:00
NEWS ready for 3.2.1 2009-10-04 19:43:56 +00:00
pkg.list Initial import 2008-09-04 15:47:34 +00:00
README update README and news for new release. 2009-09-07 13:58:51 +00:00

Project    : mediastreamer2 - a modular sound and video processing and streaming
Email      : simon.morlat_at_linphone.org
License    : GPL
Home Page  : http://savannah.gnu.org/projects/linphone

Mediastreamer2 is a GPL licensed library to make audio and
video real-time streaming and processing. Written in pure C,
it is based upon the ortp library.

Design:
------

Using mediastreamer2 will allow you to chain filters in a graph. Each
filter will be responsible for doing some kind of processing and will
deliver data to the next filter. As an example, you could get some
data from network and unpack it in an RTP filter. This RTP filter will
deliver the data to a decoder (speex, G711...) which will deliver it
to a filter that is able to play the PCM data or record it into a .wav
file.

There is a doxygen documentation for more information.

Features:
--------

mediastreamer2 already provides a large set of filters.
Here is a complete list of built-in filters.

 All supported platforms:
 *  RTP receiver
 *  RTP sender
 *  tee (duplicate data)

 Audio Filters:
 *  audio capture
 *  audio playback
 *    mme API (windows)
 *    alsa API (linux)
 *    oss API (linux)
 *    arts API (linux)
 *    portaudio API (macosx and other)
 *  macsnd API (native macosx API -please do more testing...-)
 *  aq (audio queue, macos API too)
 *  several audio encoder/decoder: PCMU, PCMA, speex, gsm
 *  wav file reader.
 *  wav file recorder.
 *  resampler.
 *  conference bridge.
 *  volume analyser, gain control, and automatic gain control.
 *  acoustic echo canceller.
 *  dtmf generation filter.
 *  parametric equalizer, can be used to compensate the spectral response of a bad quality speaker or microphone

 Video Filters:
 *  video capture
 *    v4w API (windows, deprecated)
 *    directshow API (windows)
 *    video4linux and video4linux2 APIs (linux)
 *  video display
 *    v4w API (windows)
 *    SDL API (linux, macosx...)
 *  several audio encoder/decoder: H263-1998, MP4V-ES, theora
 *  image resizer.
 *  format converter. (RBG24, I420...)

 Plugin Filters:
 * iLBC decoder/encoder.
 * H264 codec, based on x264


Note that, you can build your own components/filters to do your
own processing or support other codecs.

Installation procedure:
-----------------------

The program is known to run on linux, but might work
on any unix and windows systems.

   $> ./configure
   $> make
   $> su -c 'make install'

Contact information:
--------------------

For more information on mediastreamer2, any contributions, or any remarks,
you can contact me at <simon.morlat_at_linphone.org>.

Use the *linphone* mailing list for question about mediastreamer2.
  <linphone-developers@nongnu.org>.

Subscribe by writing to:
  <linphone-developers-request@nongnu.org> with a subject set to "subscribe".

Commercial support and licensing is provided by Belledonne Communications
http://www.belledonne-communications.com