v1.0.2

bluenviron/mediamtxv1.0.2Sep 1, 2023by github-actions[bot]

AI Summary

Fixes log level hot reloading, RTSP recording/pause crashes, and RTMP handshake errors. Also addresses a memory leak in SRT.

Key Highlights

  • Fix crash when calling RECORD and PAUSE in RTSP.
  • Fix RTMPE handshake error when public keys start with zero.
  • Fix memory leak during SRT reader disconnection.
  • Fix changing log level with hot reloading or API.

New Features

  • SRT memory leak fix
  • RTSP recording/pause crash fix
  • RTMPE handshake error fix

Full Release Notes

## Fixes and improvements

General

* fix changing log level with hot reloading or API (https://github.com/bluenviron/mediamtx/issues/2278)

RTSP

* server: fix crash when calling RECORD and PAUSE (https://github.com/bluenviron/gortsplib/issues/392)
* check validity of SPS/PPS in SDPs (https://github.com/bluenviron/gortsplib/issues/394)

SRT

* fix memory leak during reader disconnection (https://github.com/bluenviron/mediamtx/issues/2273)

RTMP

* fix RTMPE handshake error when a public key starts with zero (https://github.com/bluenviron/mediamtx/issues/2269)