diff options
author | markd <markd@pkgsrc.org> | 2009-10-02 19:09:29 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-10-02 19:09:29 +0000 |
commit | 86ba3edeeed6fcee8f129ef498d6317f7b4f9532 (patch) | |
tree | 0d295aa852bc021936f95c15fb3c094f85a0b2a2 /net/ortp/distinfo | |
parent | 7730182b2c08550627afaf45c16581ac6ded820a (diff) | |
download | pkgsrc-86ba3edeeed6fcee8f129ef498d6317f7b4f9532.tar.gz |
Import ortp 0.16.0 from wip
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.
Diffstat (limited to 'net/ortp/distinfo')
-rw-r--r-- | net/ortp/distinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/ortp/distinfo b/net/ortp/distinfo new file mode 100644 index 00000000000..d3c0fcd3d42 --- /dev/null +++ b/net/ortp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/10/02 19:09:29 markd Exp $ + +SHA1 (ortp-0.16.0.tar.gz) = 6ceae2decadc440fe5f87de5c996fb5eecf00325 +RMD160 (ortp-0.16.0.tar.gz) = b878ef6891176aa1254c45ec1368797be9d0e894 +Size (ortp-0.16.0.tar.gz) = 453568 bytes |