oRTP, a Real-time Transport Protocol (RTP,RFC3550) library
oRTP - a Real-time Transport Protocol (RFC3550) stack under LGPL
Features:
- Written in C, works under Linux (and probably any Unix) and Windows.
- Implement the RFC3550 (RTP) with a easy to use API with high and low level access.
- Includes support for multiples profiles, AV profile (RFC3551) being the one by default.
- Includes a packet scheduler for to send and recv packet "on time", according to their timestamp. Scheduling is optionnal, rtp sessions can remain not scheduled.
- Supports mutiplexing IO, so that hundreds of RTP sessions can be scheduled by a single thread.
- Features an adaptive jitter algorithm for a receiver to adapt to the clockrate of the sender.
- Supports part of RFC2833 for telephone events over RTP.
- The API is well documented using doxygen
- Licensed under the Lesser Gnu Public License.
- RTCP messages sent periodically since 0.7.0 (compound packet including sender report or receiver report + SDES)
- Includes an API to parse incoming RTCP packets.
Todo features:
- Multi stream sessions ?
Who is using oRTP:
- oRTP was written primilarly to be the RTP stack for linphone , a SIP compatible internet phone for linux, under GPL.
- An important part of oRTP has been coded inside Hewlett Packard and oRTP is used by the HP OCMP platform.
- The windows port of oRTP has been initiated by a voice product and services company called Eloquant, that also use it within its products.
- oRTP is used by Telisma, an automatic speech recognition (ASR) vendor. They contributed to oRTP with patches that brought improvements and bug-fixes.
- oRTP is used by OASIS SYSTEMS, a Telephony Platform vendor. They contributed to oRTP with patches and bug-fixes.
Download
- Releases of source tar.gz are here.
- Use git, read only access:
git clone git://git.linphone.org/ortp.git
Documentation
Read there: API documentation.
Authors
oRTP was written by Simon MORLAT (simon dot morlat at linphone dot org).
More
information is availlable in the source tree, see the README file.
Commercial support
Belledonne Communications offers commercial support and licensing.