summaryrefslogtreecommitdiff
path: root/net/ortp
AgeCommit message (Collapse)AuthorFilesLines
2012-03-11Add patches to distinfo (hi Mark!)wiz1-1/+3
2012-03-10Fix build with gcc 4.6markd2-0/+60
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2009-12-15Update to 0.16.1:wiz2-6/+6
September 17, 2009: ortp-0.16.1 - minor compilation fixes
2009-10-02Import ortp 0.16.0 from wipmarkd6-0/+91
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 optional, 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 gtk-doc. * 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. OKed during freeze by wiz and agc.