How to Install and Uninstall libccrtp-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "libccrtp-dev" package

This guide covers the steps necessary to install libccrtp-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libccrtp-dev

2. Uninstall "libccrtp-dev" package

Learn how to uninstall libccrtp-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libccrtp-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libccrtp-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libccrtp-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1019
Maintainer: Ubuntu Developers
Original-Maintainer: Debian VoIP Team
Architecture: amd64
Source: libccrtp
Version: 2.0.9-2.2
Depends: libccrtp2v5 (= 2.0.9-2.2), libc6-dev, libucommon-dev, pkg-config
Filename: pool/universe/libc/libccrtp/libccrtp-dev_2.0.9-2.2_amd64.deb
Size: 166648
MD5sum: 82003ec50109413d9b760e0379f622ee
SHA1: afe318085dfd689b3c1c4c31dcec1de3b4e0d8b3
SHA256: f071740bec6d69e8b3f2cef9dcc82e284b7fe87044ee778acf62d38cf4ebc0d7
Description-en: Common C++ class framework for RTP packets - development files
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.
Description-md5: 6b2c19aeeb78cb03ac46d2252091dc25
Homepage: http://www.gnu.org/software/ccrtp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu