aboutsummaryrefslogtreecommitdiff
path: root/net/ortp/pkg-descr
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-10-20 13:04:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-10-20 13:04:37 +0000
commit8ff288dfbd3eabeba15787b8baef7233a081e34a (patch)
tree898668fb615b65bf1f4ad257345f40f7cfc59261 /net/ortp/pkg-descr
parent9535f0d4b75cfc7d482437aec7b7472c0b8ba981 (diff)
downloadports-8ff288dfbd3eabeba15787b8baef7233a081e34a.tar.gz
ports-8ff288dfbd3eabeba15787b8baef7233a081e34a.zip
Add ortp 0.6.2, a Real-time Transport Protocol (RTP) stack.
Notes
Notes: svn path=/head/; revision=91729
Diffstat (limited to 'net/ortp/pkg-descr')
-rw-r--r--net/ortp/pkg-descr19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/ortp/pkg-descr b/net/ortp/pkg-descr
new file mode 100644
index 000000000000..11c3827e4815
--- /dev/null
+++ b/net/ortp/pkg-descr
@@ -0,0 +1,19 @@
+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
+ 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
+ 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.
+
+WWW: http://www.linphone.org/ortp/