v0.23.5

bluenviron/mediamtxv0.23.5Jun 7, 2023by github-actions[bot]

AI Summary

Introduces new Docker images with FFmpeg and RPi support included. Also fixes default config file opening errors.

Key Highlights

  • Introduce new Docker images: latest, latest-ffmpeg, latest-rpi, and latest-ffmpeg-rpi.
  • Return an error if the default configuration file cannot be opened.

Breaking Changes

  • Change docker repository name

New Features

  • Docker images with FFmpeg
  • Docker images with RPi support
  • Default config error handling

Full Release Notes

## Fixes and improvements

* Add Docker images with FFmpeg included and change docker repository name (#1771) (#1909) (#1923). Available images now are:

   |name|FFmpeg included|RPI Camera support|
   |----|---------------|------------------|
   |bluenviron/mediamtx:latest|:x:|:x:|
   |bluenviron/mediamtx:latest-ffmpeg|:heavy_check_mark:|:x:|
   |bluenviron/mediamtx:latest-rpi|:x:|:heavy_check_mark:|
   |bluenviron/mediamtx:latest-ffmpeg-rpi|:heavy_check_mark:|:heavy_check_mark:

* return an error in case default configuration file can't be opened (#1920)

* bump github.com/pion/webrtc/v3 from 3.2.8 to 3.2.9 (#1906)