1
0
mirror of https://github.com/blakeblackshear/frigate.git synced 2025-02-23 00:18:31 +01:00
blakeblackshear.frigate/frigate
Nicolas Mowen 369299315f
Optimize nginx & recordings ()
* Add segment duration metadata

* Use faststart only for kept segments

* Add more options for performance

* Build nginx locally

* Build nginx in dockerfile and enable threaded vod handling

* Use DASH instead of hls

* Allow player to continue on error

* Undo DASH change

* Fix typo

* Correct log

* Fix bad comments

* Fix indentation

* Preload stream

* remove unused

* Fix spacing

* Fix tabs / sspaces

* Retab

* More cleanup
2022-12-17 17:53:34 -06:00
..
comms Fix recordings set name () 2022-11-28 18:58:41 -06:00
detectors Convert detectors to factory pattern, ability to set different model for each detector () 2022-12-15 07:12:52 -06:00
images Replace green screen with error message and force camera_fps to 0 () 2022-11-28 21:47:20 -06:00
test Use presets by default () 2022-12-16 07:41:03 -06:00
__init__.py app container and config schema 2021-01-26 21:40:33 -06:00
__main__.py Typing: mypy fixes for 2022-04-17 08:55:38 -05:00
app.py
config.py
const.py Optimize nginx & recordings () 2022-12-17 17:53:34 -06:00
events.py
ffmpeg_presets.py Do not apply -user_agent for rtmp streams () 2022-12-04 09:46:03 -06:00
http.py Optimize nginx & recordings () 2022-12-17 17:53:34 -06:00
log.py
models.py
motion.py Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
mypy.ini Abstract MQTT from communication and make mqtt optional () 2022-11-23 20:03:20 -06:00
object_detection.py
object_processing.py
objects.py
output.py
plus.py
record.py Optimize nginx & recordings () 2022-12-17 17:53:34 -06:00
restream.py
stats.py Fix gpu stats for ffmpeg presets () 2022-11-29 19:56:01 -06:00
storage.py FEAT: Storage API & Frontend () 2022-11-29 19:59:56 -06:00
types.py
util.py System page improvements () 2022-12-14 17:20:47 -06:00
video.py Restart record process if segments stop being written. () 2022-12-08 20:03:54 -07:00
watchdog.py
zeroconf.py