v0.23.2

bluenviron/mediamtxv0.23.2May 20, 2023by github-actions[bot]

AI Summary

This release fixes regressions in RTSP keepalive handling and enhances WebRTC cross-origin request support by exposing additional HTTP headers.

Key Highlights

  • Fix sending keepalives to RTSP sources
  • Expose E-Tag, Accept-Patch, and Link headers for CORS
  • Allow paths/list endpoint access during path deletion

New Features

  • Added POST and PATCH methods to Access-Control-Allow-Methods

Full Release Notes

RTSP

* fix sending keepalives to sources (https://github.com/bluenviron/mediamtx/issues/1812) (https://github.com/bluenviron/gortsplib/issues/287). This fixes a regression introduced in v0.23.0

WebRTC

* Expose E-Tag, Accept-Patch and Link headers for cross-origin WHIP/WHEP requests (#1841)
* add POST and PATCH methods to Access-Control-Allow-Methods (#1848)

API
* allow using paths/list endpoint when a path is being deleted (#1849)