blakeblackshear.frigate/frigate/api
Josh Hawkins 4fe246f472
Fixes (#19708)
* use custom swr fetcher to check for audio support

The go2rtc API doesn't always return stream data for anything not being actively consumed, so audio support was not always being correctly deduced. So we can use a custom swr fetcher to call the endpoint that probes the streams, which returns the correct producers data.

* return correct mime type for thumbnail and latest frame endpoints

follow up to https://github.com/blakeblackshear/frigate/pull/19555
2025-08-22 07:04:30 -05:00
..
defs Fixes (#19708) 2025-08-22 07:04:30 -05:00
__init__.py Update flask and restructure into api folder with apis put into separate folders (#10193) 2024-03-02 22:10:37 +00:00
app.py Improve recognized license plate filter (#19491) 2025-08-16 07:05:50 -06:00
auth.py Fix IPv6 addresses with IPv4 trusted proxies (#19134) 2025-07-13 20:43:25 -06:00
classification.py Return 500 from the face registration endpoint if Frigate has not yet been restarted (#19601) 2025-08-18 14:49:50 -06:00
event.py Remove score sorting constraint (#19501) 2025-08-16 07:08:11 -06:00
export.py UI viewer role (#16978) 2025-03-08 10:01:08 -06:00
fastapi_app.py Refactor manual event api to use ZMQ (#17105) 2025-03-11 22:31:05 -05:00
media.py Fixes (#19708) 2025-08-22 07:04:30 -05:00
notification.py Fixes (#19420) 2025-08-07 15:34:25 -06:00
preview.py Reuse constants (#16874) 2025-02-28 21:35:09 -07:00
review.py Fixes (#18897) 2025-06-26 13:01:09 -06:00