Skip to content

uvgRTP v2.0.0

Compare
Choose a tag to compare
@altonen altonen released this 24 Mar 01:01
· 971 commits to master since this release

uvgRTP v2.0 has been released!

Highlights

  • Secure RTP (SRTP)
  • Zimmermann RTP (ZRTP)
  • RTP payload format for AVC/H.264
  • RTP payload format for VVC/H.266 (draft)

In addition to these new features, Doxygen documentation was added, and the build process of the library has been unified for all supported platforms.

Performance

  • In ideal conditions, uvgRTP can stream unencrypted 8K HEVC video at 210 fps and it attains a round-trip latency of 7.3 ms.
  • In ideal conditions, uvgRTP can stream encrypted 8K HEVC video at 125 fps and it attains a round-trip latency of 11.2 ms.

Additional notes

Windows users: Please remember to update your headers. The name of the top-level namespace of uvgRTP was renamed from uvg_rtp to uvgrtp. The old namespace is kept as an alias for backwards-compatibility but there may be errors if you try to use the old headers.