NOTICE: This package has been removed from pkgsrc

./wip/ortp, Real-time Transport Protocol stack

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.16.0, Package name: ortp-0.16.0, Maintainer: zul

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.


Required to run:
[devel/glib2]

Required to build:
[devel/libtool-base]

Package options: inet6

Master sites:

SHA1: 6ceae2decadc440fe5f87de5c996fb5eecf00325
RMD160: b878ef6891176aa1254c45ec1368797be9d0e894
Filesize: 442.938 KB

Version history: (Expand)


CVS history: (Expand)


   2009-10-03 17:39:18 by Thomas Klausner | Files touched by this commit (194) | Package removed
Log message:
Remove kde4 packages, imported to pkgsrc.
   2009-08-16 18:00:27 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 0.16.0, set LICENSE.

May 4, 2009 : ortp-0.16.0
	- update stun api to support new RFC
	- fix gcc warnings
	- added new PayloadType

October 13, 2008:	ortp-0.15.0
	- telephone event detection bugfix
	- reduce number of memory allocation: !! attention here ABI/API change !!
		If you are using mp=rtp_session_recvm_with_ts(), the payload data is no more \ 
pointed by mp->b_cont->b_rptr.
		Instead you can use the following to skip the header:
			rtp_get_payload(mp,mp->b_rptr);

March 14, 2007: ortp-0.14.3
	- new ortp_set_memory_functions() method
	- jitter buffer bugfixes, simplification and improvements

July 27, 2007: ortp-0.14.0
	- a few optimisations
	- support for number of channels in PayloadType (interface changed !)
	- srtp optional support (using libsrtp from http://srtp.sf.net)
   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2009-01-10 02:13:45 by mwdavies | Files touched by this commit (5)
Log message:
Update to ortp 0.13.1

4 or 5 years of changes.
   2006-11-14 20:20:32 by Sergey Svishchev | Files touched by this commit (11)
Log message:
Adjust HOMEPAGE and/or MASTER_SITE

   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-04-06 09:18:13 by Jeremy C. Reed | Files touched by this commit (23)
Log message:
Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.

Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
   2005-12-17 00:03:38 by zul_ | Files touched by this commit (6) | Imported package
Log message:
Ortp is a free implementation of Real-time Transport Protocol stack ( rfc
3550 ), written primilarly  to be used in linphone but already used by
jingle.