v0.20.4

bluenviron/mediamtxv0.20.4Dec 12, 2022by github-actions[bot]

AI Summary

Adds Docker images with libcamera for Raspberry Pi Camera support and improves error handling for unexpected RTSP frames and invalid RTCP packets.

Key Highlights

  • Add Docker images with libcamera for Raspberry Pi Camera
  • Return error when RPi camera used in two paths
  • Allow invalid RTCP packets
  • Return error for unexpected interleaved frames

Full Release Notes

### Fixes and improvements

Raspberry Pi Camera

* add docker images with libcamera included (#110)
* return an error when rpiCamera in used in two paths (#1257)

RTSP server

* return error in case of unexpected interleaved frames (https://github.com/aler9/gortsplib/commit/2a5b3e3ee5ea474f5017e60dbd3954443854229e)
* allow invalid RTCP packets (https://github.com/aler9/gortsplib/commit/99855bd3a2136d07b8dc1a8d39cf3e96d70cf2ad)

RTSP source

* allow invalid RTCP packets (https://github.com/aler9/gortsplib/commit/99855bd3a2136d07b8dc1a8d39cf3e96d70cf2ad)