v1.2.1
Fixes and improvements
General
- add environment variable MTX_QUERY to some hooks (#2483) (#2522)
- bump Go to 1.21 (#2546)
- fix crash when setting deprecated settings with environment (#2529) (#2550)
- restart recordings in case of errors (#2439) (#2571)
- fix hot reloading on Windows when letter case changes (#2586) by @jsbohnert
RTSP
- support receiving responses with spaces in CSeq (bluenviron/gortsplib#437) (bluenviron/gortsplib#446)
- support SDPs without leading version (bluenviron/gortsplib#448) (bluenviron/gortsplib#450)
- support cameras with decimal numbers in SDP origin (bluenviron/gortsplib#455). . (#2558)
WebRTC
- fix compatibility with Alexa offers (#2544)
- support WHIP/WHEP DELETE method (#2507) by @rgl
- improve stability by reordering incoming packets (#2570)
- return detailed errors in responses (#2594)
RTMP
RPI Camera
- Fix Raspberry Pi Camera 3 auto focus (#2326) (#2552)
- Switch default autofocus mode to 'continuous' (#2591)
API
- return full configuration in config/paths/list and config/paths/get (#2535) (#2595)
- add path name to config/paths/list and config/paths/get (#2535) (#2596)
- return 500 instead of 404 in case of non-existing items (#2582)
- send error messages in response body (#2518) (#2583)
Dependencies