Red5 Documentation

Red5 Pro Release Notes 14.0.0

February 14, 2025

New Features

  • ERTMP v2 — supporting additional codecs over RTMP, this enhances RTMP and provides backwards compatibility with RTMP.
  • h.265 (HEVC) Support:
    • h.265 is not supported by default in browsers and is hidden behind browser configuration flags.
    • Windows: Requires the HEVC Video Extension from the Microsoft Store.
    • Mobile Devices: Requires hardware h.265 encoding and/or decoding support.
    • Linux: Requires hardware h.265 encoding and/or decoding support.
    • Chrome: Using Windows version with these startup flags and the Red5 Pro Testbed with codec selection: chrome --enable-features=PlatformHEVCEncoderSupport,WebRtcAllowH265Receive,WebRtcAllowH265Send --force-fieldtrials=WebRTC-Video-H26xPacketBuffer/Enabled
    • Safari: Use developer options to enable h.265 and the Red5 Pro Testbed with codec selection

Improvements

Deprecations/Removals

  • RTMPE — RTMPE is no longer supported, please use RTMPS instead.