blakeblackshear.frigate/frigate
Felipe Santos 4523c9b06d
Set User Agent for FFmpeg calls (#4555)
* Set User Agent for FFmpeg calls

* Allow to use shell-like string args

* Add test for arg as string with space
2022-11-30 16:53:45 -06:00
..
comms Fix recordings set name (#4543) 2022-11-28 18:58:41 -06:00
detectors Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
images Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
test Set User Agent for FFmpeg calls (#4555) 2022-11-30 16:53:45 -06:00
__init__.py
__main__.py
app.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
config.py Set User Agent for FFmpeg calls (#4555) 2022-11-30 16:53:45 -06:00
const.py Add GPU stats to the /stats API and debug screen (#3931) 2022-11-28 19:24:20 -06:00
events.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
ffmpeg_presets.py FEAT: Support for ffmpeg presets (#3840) 2022-11-28 21:48:11 -06:00
http.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
log.py
models.py
motion.py
mypy.ini Abstract MQTT from communication and make mqtt optional (#4462) 2022-11-23 20:03:20 -06:00
object_detection.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
object_processing.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
objects.py
output.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
plus.py
record.py
restream.py Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391) 2022-11-16 06:29:47 -06:00
stats.py Fix gpu stats for ffmpeg presets (#4554) 2022-11-29 19:56:01 -06:00
storage.py FEAT: Storage API & Frontend (#3409) 2022-11-29 19:59:56 -06:00
types.py Refactor to simplify support for additional detector types (#3656) 2022-11-03 21:23:09 -05:00
util.py Set User Agent for FFmpeg calls (#4555) 2022-11-30 16:53:45 -06:00
video.py Replace green screen with error message and force camera_fps to 0 (#4544) 2022-11-28 21:47:20 -06:00
watchdog.py Typing Part 3: events.py (#3352) 2022-11-19 07:16:33 -06:00
zeroconf.py