blakeblackshear.frigate/frigate
Nicolas Mowen f9ed082e35
Use react lazy to break js files into smaller chunks & remove videojs in favor of hls.js (#10431)
* Use dynamic imports to reduce initial load times

Remove videojs

* Convert to using hls.js instead of videojs

* Improve mobile controls experience

* Cleanup

* Ensure playback rate stays teh same when source changes

* Use webp for latest camera image

* Switch to hls.js on error

* Don't rerun error if hls already tried

* Fix error checking

* also check for media decode error to fallback to HLS

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2024-03-13 15:24:24 -05:00
..
api Use react lazy to break js files into smaller chunks & remove videojs in favor of hls.js (#10431) 2024-03-13 15:24:24 -05:00
comms
detectors
events
images
motion
output Preview improvements (#10384) 2024-03-11 18:31:05 -05:00
ptz Don't check autotracking onvif requirements for users with autotracking disabled (#10350) 2024-03-09 08:48:31 -06:00
record Review summary (#10196) 2024-03-03 18:19:02 -06:00
review Adjustments and fixes (#10346) 2024-03-09 07:08:06 -07:00
stats
test Review summary (#10196) 2024-03-03 18:19:02 -06:00
track
util Tweaks fixes (#10311) 2024-03-07 08:34:11 -06:00
__init__.py
__main__.py
app.py Update flask and restructure into api folder with apis put into separate folders (#10193) 2024-03-02 22:10:37 +00:00
config.py Disable hvc check (#10260) 2024-03-05 14:11:08 +00:00
const.py Preview improvements (#10384) 2024-03-11 18:31:05 -05:00
ffmpeg_presets.py
log.py
models.py
mypy.ini
object_detection.py
object_processing.py
plus.py
storage.py
timeline.py
types.py
video.py
watchdog.py