< Home - < Back

ccrtp


Information about the package, ccrtp, which is shipped with common Linux distributions. The ccrtp package is designed for, Common C++ class framework for RTP/RTCP.


Package Name:

ccrtp

Summary:

Common C++ class framework for RTP/RTCP

Description:

ccRTP is a generic, extensible and efficient C++ framework for developing applications based on the Real-Time Transport Protocol (RTP) from the IETF. It is based on Common C++ and provides a full RTP/RTCP stack for sending and receiving of realtime data by the use of send and receive packet queues. ccRTP supports unicast, multi-unicast and multicast, manages multiple sources, handles RTCP automatically, supports different threading models and is generic as for underlying network and transport protocols.

Architecture:

x86_64

Version:

2.0.5

Release:

2.el6

Size:

85 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for ccrtp


Control the ccrtp package with the following handy commands outlined below.


Command

Description of Command

yum install ccrtp

This command will install ccrtp on the server.

yum remove ccrtp

This command will un-install ccrtp on the server. When you run this command, you will be asked if you are sure that you want to remove ccrtp, so you have to manually confirm that you want to do this.

yum -y remove ccrtp

This command will un-install ccrtp on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ccrtp when using the -y flag.

yum update ccrtp

This command will update ccrtp to the latest version. When you run this command, you will be asked if you are sure that you want to remove ccrtp, so you have to manually confirm that you want to do this.

yum -y update ccrtp

This command will update ccrtp to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ccrtp when using the -y flag.

yum info ccrtp

This command will show you core information about the ccrtp package.

yum deplist ccrtp

This command will show you the dependencies for ccrtp. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ccrtp

This command will check if there is an update waiting on ccrtp. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.