Go to file
Aaro Altonen 47b17bb1d1 Handle incoming RTCP reports as raw memory blocks
PACKED_STRUCT is quite an ugly hack if it must be cross-platform
so better to process the incoming (and soon outgoing) RTCP data
as raw memory and craft user-friendly RTCP packets from those
memory blocks which do not including strict padding or truncated fields.
2020-08-26 07:33:02 +03:00
examples Add example code for custom timestamping 2020-08-20 11:36:33 +03:00
include Handle incoming RTCP reports as raw memory blocks 2020-08-26 07:33:02 +03:00
src Handle incoming RTCP reports as raw memory blocks 2020-08-26 07:33:02 +03:00
.gitignore Split RTCP code into different files 2020-08-15 04:05:42 +03:00
BUILDING.md Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00
CMakeLists.txt Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00
COPYING Update copyright 2020-04-21 08:46:54 +03:00
Makefile Split RTCP code into different files 2020-08-15 04:05:42 +03:00
README.md Update README 2020-08-11 06:49:06 +03:00
uvgRTP.pro Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00
uvgRTP.sln Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00
uvgRTP.vcxproj Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00
uvgRTP.vcxproj.filters Rename kvzRTP to uvgRTP 2020-04-28 11:18:07 +03:00

README.md

uvgRTP

uvgRTP is an RTP library written in C++ with a focus on usability and efficiency. It features a very intuitive and easy-to-use API, built-in support for HEVC and Opus, SRTP and ZRTP. In ideal conditions it is able to receive a goodput of 600 MB/s for HEVC stream.

uvgRTP is licensed under the permissive BSD 2-Clause License

For SRTP/ZRTP support, uvgRTP uses Crypto++

Supported specifications:

Based on Marko Viitanen's fRTPlib

Notable features

  • Builtin support for:
    • HEVC
    • Opus
    • SRTP/ZRTP
  • Generic interface for custom media types
  • UDP hole punching
  • Simple API
  • Permissive license

Building and linking

See BUILDING.md for instructions on how to build and use uvgRTP

Examples

See examples directory for different uvgRTP examples

Paper

Please cite the following paper for uvgRTP:

A. Altonen, J. Räsänen, J. Laitinen, M. Viitanen, and J. Vanne, “Open-source RTP library for high-speed 4K HEVC video streaming,” Accepted to IEEE Int. Workshop on Multimedia Signal Processing, Tampere, Finland, Sept. 2020.