aboutsummaryrefslogtreecommitdiff
path: root/net/ortp/pkg-descr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-01-30 15:18:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-01-30 15:18:19 +0000
commitf9c5b95a4b5c15703dfc2b006d3e266f2da5064b (patch)
treee08e3b0fd56235cbcab441140876296f5674263e /net/ortp/pkg-descr
parent43961f5877af62e842f5be6c9de0abed7d209869 (diff)
downloadports-f9c5b95a4b5c15703dfc2b006d3e266f2da5064b.tar.gz
ports-f9c5b95a4b5c15703dfc2b006d3e266f2da5064b.zip
Notes
Diffstat (limited to 'net/ortp/pkg-descr')
-rw-r--r--net/ortp/pkg-descr24
1 files changed, 13 insertions, 11 deletions
diff --git a/net/ortp/pkg-descr b/net/ortp/pkg-descr
index 11c3827e4815..feb3f5b4a573 100644
--- a/net/ortp/pkg-descr
+++ b/net/ortp/pkg-descr
@@ -2,18 +2,20 @@ oRTP - a Real-time Transport Protocol stack under LGPL.
Features:
- o Written in C, based on glib for unix and windows portability.
- o Implement the RFC1889 (RTP) with a easy to use API with high and low
- level access.
- o Includes support for multiples profiles, AV profile (RFC1890) being the
- one by default.
- o Includes a packet scheduler for synchronizing rtp recv and send. Scheduling
+ * Written in C
+ * Implement the RFC3550 (RTP) with a easy to use API with high and low level
+ access.
+ * Includes support for multiples profiles, AV profile (RFC1890) being the one
+ by default.
+ * Includes a packet scheduler for synchronizing rtp recv and send. Scheduling
is optionnal, rtp sessions can remain not scheduled.
- o Implements blocking and non blocking IO for RTP sessions.
- o Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by
+ * Implements blocking and non blocking IO for RTP sessions.
+ * Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by
a single thread.
- o Supports part of RFC2833 for telephone events over RTP.
- o The API is well documented using gtk-doc.
- o Licensed under the Lesser Gnu Public License.
+ * 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)
WWW: http://www.linphone.org/ortp/