Upgrade MediaMTX to 1.12.0 and fix issues with RECORD_PATH and RECORD_FILE_NAME. Note that even if you have recording off, the 1.12.0 release of MediaMTX validates the resulting recording path setting (generated from combining the two distinct settings in the add-on config) to ensure that you're either using %s
(which means simple unix epoch as a number) or ALL of the strftime format strings %Y
%m
%d
%H
%M
%S
(omitting any will prevent MediaMTX from starting up).
What's Changed
- Bump MediaMTX to v1.12.0 in #14
- Document
RECORD_FILE_NAME
config setting - Fixed schema of RECORD_LENGTH config option (it needs an
s
orh
suffix, so must be string) - Added RECORD_KEEP to the config.yml so it can be actually be configured in the add-on screen
Also a bit of debugging for the GitHub Actions build of the docker image.
Full Changelog: v3.0.7...v3.10.0