Binary package “libccrtp-dev” in ubuntu jammy

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.