jrtplib
« Back to VersTracker
Description:
Fully featured C++ Library for RTP (Real-time Transport Protocol)
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Networking
Tags: rtp networking multimedia c-plus-plus real-time
Install: brew install jrtplib
About:
Jrtplib is an object-oriented C++ library designed for easy implementation of the RTP (Real-time Transport Protocol). It handles complex tasks like packet sequencing and timestamp reconstruction, allowing developers to focus on application logic. The library provides a high-level interface for sending and receiving real-time data such as audio and video over IP networks.
Key Features:
  • Object-oriented C++ API for simplified development
  • Automatic handling of jitter compensation and packet sequencing
  • Supports IPv4 and IPv6
  • Cross-platform compatibility (Windows, Linux, macOS)
  • Permissive license allowing for commercial and open-source use
Use Cases:
  • Developing VoIP (Voice over IP) applications
  • Building video conferencing and streaming software
  • Implementing real-time data transmission in embedded systems
  • Creating online gaming network layers
Alternatives:
  • libavcodec – Part of FFmpeg, focuses more on codec implementation than pure RTP packet handling.
  • libnice – Focuses on NAT traversal using ICE, often used in conjunction with RTP libraries.
Version History
Detected Version Rev Change Commit
Sep 12, 2025 1:22pm 0 VERSION_BUMP 72c33692
Dec 21, 2024 1:39am 0 VERSION_BUMP 7e351c76
Sep 14, 2024 10:17am 0 VERSION_BUMP 861f09b3