What's Changed
This release is to work around record settings validation problem in MediaMTX 1.12.0 since they're apparently not going to fix this undocumented breaking change. This is needed because anyone deploying 3.10.1 would be potentially broken if the parameters previously set up in Home Assistant's Configure would cause the MediaMTX to suddenly and silently fail for no reason.
- To prevent errors, the code now checks if the computed
record_path
contains either an"%s"
or all of"%Y"
,"%m"
,"%d"
,"%H"
,"%M"
,"%S"
format specifiers. If not compliant, it appends"_%s"
and emits a warning. - Changed the default
RECORD_PATH
to"record/%path/%Y/%m/%d/"
- Changed the default
RECORD_FILE_NAME
to"%Y-%m-%d-%H-%M-%S"
Full Changelog: v3.10.1...v3.10.2