How To Install ccrtp on Fedora 36

In this tutorial we learn how to install ccrtp in Fedora 36. ccrtp is Common C++ class framework for RTP/RTCP

Introduction

In this tutorial we learn how to install ccrtp on Fedora 36.

What is ccrtp

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.

We can use yum or dnf to install ccrtp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccrtp.

Install ccrtp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ccrtp using dnf by running the following command:

sudo dnf -y install ccrtp

Install ccrtp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ccrtp using yum by running the following command:

sudo yum -y install ccrtp

How To Uninstall ccrtp on Fedora 36

To uninstall only the ccrtp package we can use the following command:

sudo dnf remove ccrtp

ccrtp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/fa263fea82b066edde997b16fd34aee3e034bb
/usr/lib/libccrtp.so.3
/usr/lib/libccrtp.so.3.0.1
/usr/share/doc/ccrtp
/usr/share/doc/ccrtp/README
/usr/share/licenses/ccrtp
/usr/share/licenses/ccrtp/COPYING
/usr/share/licenses/ccrtp/COPYING.addendum

References

Summary

In this tutorial we learn how to install ccrtp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install ccrtp on Fedora 36” linkTitle: “ccrtp” type: “docs” description: “In this tutorial we learn how to install ccrtp in Fedora 36. ccrtp is Common C++ class framework for RTP/RTCP” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ccrtp-featured.png

Introduction

In this tutorial we learn how to install ccrtp on Fedora 36.

What is ccrtp

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.

We can use yum or dnf to install ccrtp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccrtp.

Install ccrtp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ccrtp using dnf by running the following command:

sudo dnf -y install ccrtp

Install ccrtp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ccrtp using yum by running the following command:

sudo yum -y install ccrtp

How To Uninstall ccrtp on Fedora 36

To uninstall only the ccrtp package we can use the following command:

sudo dnf remove ccrtp

ccrtp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/34366edea30698a16ce1feb9f6dd370f86ad9e
/usr/lib64/libccrtp.so.3
/usr/lib64/libccrtp.so.3.0.1
/usr/share/doc/ccrtp
/usr/share/doc/ccrtp/README
/usr/share/licenses/ccrtp
/usr/share/licenses/ccrtp/COPYING
/usr/share/licenses/ccrtp/COPYING.addendum

References

Summary

In this tutorial we learn how to install ccrtp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).