libccrtp 1.8.0-1.2 source package in Ubuntu

Changelog

libccrtp (1.8.0-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * [10_ftbfsgcc4.6.diff] Fix FTBFS with gcc-4.6. Patch provided and forwarded
    from Ubuntu. (Thanks, Stefan Lesicnik) Closes: #626065
  * Fix from previous NMU: Package uses simple-patchsys, move fix for
    #615740 to debian/patches/05_ftbfs_no-add-needed.diff.
 -- Bhavani Shankar <email address hidden>   Sun, 08 May 2011 18:12:27 +0200

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Oneiric
Original maintainer:
Debian VoIP Team
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libccrtp_1.8.0.orig.tar.gz 657.7 KiB 365feddd276c78104600204ae6db4e76c66036df1e5b905e855239daac6a2473
libccrtp_1.8.0-1.2.diff.gz 6.9 KiB 2ee1e3cf3bc8c3ef0d4352c7e4d079f00b470ab64874b98645a8ba6af397f8e1
libccrtp_1.8.0-1.2.dsc 1.7 KiB cfe8bc2765892506d8adb3860c0218b1e64551434911df48d35101b49e16ec04

Available diffs

View changes file

Binary packages built by this source

libccrtp-dev: Common C++ class framework for RTP packets

 GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
 the Internet-standard protocol for the transport of real-time data,
 including audio and video. It can be used for media-on-demand as well
 as interactive for creating services such as Internet telephony.
 .
 GNU ccRTP offers support for RTCP and many other standard and extended
 features that are needed for both compatible and advanced streaming
 applications. GNU ccRTP can mix multiple payload types in stream, and
 hence can be used to implement RFC 2833 compliant signaling applications
 as well as other specialized things. GNU ccRTP also offers direct RTP
 packet filtering.
 .
 GNU ccRTP is threadsafe and high performance. It uses packet queue
 lists rather than streaming buffers. This allows ccRTP to be used to
 create high capacity streaming servers as well as client applications.
 .
 GNU ccRTP is designed to support both audio and video data and can do
 partial frame splits/re-assembly. GNU ccRTP also supports multicast
 networks and multiple active connection sources. This allows its use
 for building all forms of Internet standards based audio and visual
 conferencing systems.
 .
 GNU ccRTP uses templates and can be used to implement realtime
 streaming with different underlying transport protocols, not just
 with IPV4 UDP sockets.

libccrtp-doc: No summary available for libccrtp-doc in ubuntu oneiric.

No description available for libccrtp-doc in ubuntu oneiric.

libccrtp1-1.8-0: Common C++ class framework for RTP packets

 GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is
 the Internet-standard protocol for the transport of real-time data,
 including audio and video. It can be used for media-on-demand as well
 as interactive for creating services such as Internet telephony.
 .
 This package contains the shared runtime libraries for GNU ccRTP.