Commit Graph
1350 Commits
Author SHA1 Message Date
Aksel Skauge MellbyeandBlake Blackshear a6a0e4d1de Bring recording playlist in front of video.js modals
Ensure that the playlist doesn't get covered by video.js error messages,
preventing interaction.
2022-09-15 06:36:32 -05:00
AkselandGitHub 14faf0b2f6 Show snapshots on events page (#3763)
* Add tabs to show snapshot or thumbnail as part of event details,
  even if event has a clip available.
* Add ability for TextTab to render as disabled.
2022-09-15 06:35:51 -05:00
Nicolas MowenandGitHub bdfe4a961a Add documentation for custom ffmpeg builds (#3771)
* Add instructions for custom ffmpeg build

* Add note about mapping /bin
2022-09-15 06:34:07 -05:00
Nick MowenandBlake Blackshear 1bc8d94312 Fix edge of frame after region adjustments 2022-09-15 06:33:32 -05:00
Nick MowenandBlake Blackshear 7e9f913ff6 Fix edge case where browser sends multiple requests to download file. 2022-09-15 06:32:54 -05:00
Nick MowenandBlake Blackshear b6f799e641 Add camera specific for unify protect cameras 2022-08-28 11:14:01 -05:00
uvjustinandGitHub c461c9e700 Set vod_ignore_edit_list option (#3710) v0.11.0-rc2 2022-08-26 06:33:16 -05:00
uvjustinandGitHub 9df415b3f2 Fix VOD issues with longer keyframe intervals (#3671)
* Fix VOD issues with longer keyframe intervals

* Move probe function to util
Update comment

* Use recording duration for keyFrameDurations

* Remove unused early return

* Avoid clipping first clip
2022-08-26 06:32:34 -05:00
Blake Blackshear f7c5e02a35 Merge remote-tracking branch 'origin/master' into release-0.11.0 2022-08-25 07:40:26 -05:00
Nicolas MowenandGitHub 656e6a2a89 Events setup docs (#3164)
* Add events setup to guides

* Add to sidebar

* Fix relative docs references
2022-08-25 07:34:39 -05:00
JasonandGitHub afefa3ec02 Update camera_specific.md (#3292)
Change fflag arg to remove `nobuffer`, which causes stream errors in 0.11-beta2
2022-08-25 07:33:47 -05:00
uvjustinandGitHub 8c45dab9b8 Handle spaces in labels (#3679)
* Unquote label in flask routes
Encode label in Camera.jsx

* Don't use preprocessor

* Update nginx location for cacheable images
2022-08-25 07:32:30 -05:00
Nicolas MowenandGitHub 0d6dd1ed0f Cleanup names of cameras, zones, & labels in the UI (#3708)
* Cleanup names of cameras, zones, & labels in the UI

* Fix tests to include camera name
2022-08-25 06:44:34 -05:00
Nicolas MowenandGitHub 911d6fdfa7 Ensure bounding box is within camera frame (#3702)
* Ensure bounding box is within camera frame

* Account for 0 index
2022-08-24 07:39:47 -05:00
Blake Blackshear 0cf759acad Merge remote-tracking branch 'origin' into release-0.11.0 2022-08-24 07:22:57 -05:00
Justin WongandBlake Blackshear 7c57c8c2da Use master playlist for videojs 2022-08-24 07:21:39 -05:00
Justin WongandBlake Blackshear 89c04acdff Bump videojs to 7.20.2
Bump videojs-seek-buttons to 2.2.1
Bump types/video.js to 7.3.44
2022-08-24 07:21:39 -05:00
Nick MowenandBlake Blackshear 05d5f13f0e Remove outdated section on events 2022-08-24 06:52:18 -05:00
Blake Blackshear 4682af81fb update recommended hardware links 2022-08-24 06:43:42 -05:00
Nick MowenandBlake Blackshear e649a1eb98 Use btbn build for ffmpeg since jellyfin has compatibility issues with rtsp-simple-server 2022-08-24 06:43:42 -05:00
Blake Blackshear 01482d791b Merge remote-tracking branch 'origin/master' into release-0.11.0 2022-08-13 06:50:21 -05:00
Nick MowenandBlake Blackshear 6e2e297aeb Add clean copy to configuration docs 2022-08-13 06:47:58 -05:00
Stéphane GraberandBlake Blackshear 5577ef081f docker: Add VAAPI to arm64
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2022-08-13 06:47:29 -05:00
Nicolas MowenandGitHub 2d5d3bdaf4 Wait for recordingSummary and recordings to be valid before playing (#3558)
* Wait for recordingSummary and recordings to be valid before playing

* Wait for recordingSummary and recordings to be valid before playing
2022-08-13 06:46:08 -05:00
3376e85be6 Update docs to reflect new image multiarch tag (#3570)
* Update docs to reflect new image multiarch

* simplify

Co-authored-by: Blake Blackshear <blake@frigate.video>
2022-08-13 06:45:32 -05:00
7a1215d581 Adding configuration example for retain modes (#3589)
* Adding configuration example for retain modes

Reading the documentation on its own didn't help me but when I found https://github.com/blakeblackshear/frigate/discussions/2447 I was able to understand how to add this to my configuration. I've added the example given in that discussion to help future readers of the page.

* Update record.md

Added suggested changes and have also added wording beneath the example mentioning the configuration can be added on a per camera basis.
Have also built on the example to add object specific retentions timings - Not sure if it would be preferred to have it all within one example to not complicate things?

Let me know your thoughts

* Update record.md

Created Object Specific Retention header

* Typo

Co-authored-by: Blake Blackshear <blake@frigate.video>
2022-08-13 06:42:25 -05:00
Nick MowenandBlake Blackshear a94297ac93 Add link to supported encoding for each GPU 2022-08-13 06:32:24 -05:00
Blake Blackshear 37325c70ba fix plus enabled for addons v0.11.0-rc1 2022-07-22 08:12:58 -05:00
Blake Blackshear 3c46a33992 revert false warning messages v0.11.0-beta7 2022-07-20 06:55:06 -05:00
ed1897db71 Add log message when discarding recording segments in cache (#3439)
* Add log message when discarding recording segments in cache

Currently Frigate silently discards recording segments in cache if there's more than "keep_count" for a camera, which can happen on high load/busy/slow systems.
This results in recording segments being lost with no apparent cause in the logs (even when set to debug).
This PR adds a warning log entry when discarding segments, in the same way as discarding corrupted segments

* Add explanatory warning and properly format cache_path warning

* lint fixes

Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
v0.11.0-beta6
2022-07-19 07:24:44 -05:00
Caros2017andBlake Blackshear dfbebb63ff Update hardware_acceleration.md
Added the solution for the problem in https://github.com/blakeblackshear/frigate/issues/3227
2022-07-19 07:06:40 -05:00
Matthew ParlaneandBlake Blackshear e68f80b44a Use relative path without .. for rtmp documentation to fix #3481
../faq was used in rtmp.md which leads to the wrong URL when
the current URL ends in a slash due to 301 redirect of netlify
2022-07-19 07:06:27 -05:00
JohnMark SillandBlake Blackshear a67a768e89 improvement: better play/pause 2022-07-19 07:04:33 -05:00
JohnMark SillandBlake Blackshear 43f05c18d6 chore: remove unused import 2022-07-19 07:04:33 -05:00
JohnMark SillandBlake Blackshear 3b076c28c2 chore: removed unused properties interface 2022-07-19 07:04:33 -05:00
JohnMark SillandBlake Blackshear cbf12e3f90 fix: removed unused state 2022-07-19 07:04:33 -05:00
JohnMark SillandBlake Blackshear 17b745434c improvement: migrated to videojs 2022-07-19 07:04:33 -05:00
JohnMark SillandBlake Blackshear 37011c2fda improvement: use useCallback instead of setting ref auto-magically 2022-07-19 07:04:33 -05:00
JohnMark SillandBlake Blackshear fa95a041dd fix: height of video is now constant in history viewer 2022-07-19 07:04:33 -05:00
JohnMark SillandBlake Blackshear 0879d7a2d1 fix: marker time image 2022-07-19 07:04:33 -05:00
Nick MowenandBlake Blackshear 653c2274e1 Add FAQ about database locked error 2022-07-19 06:59:50 -05:00
Nick MowenandBlake Blackshear 061fb15a80 Reset motion to false on startup 2022-07-19 06:59:20 -05:00
Blake Blackshear 3246fcce22 document buildx setup 2022-07-19 06:56:23 -05:00
Blake Blackshear f2a3797b46 add additional render group 2022-07-19 06:44:11 -05:00
Blake Blackshear b80080ac52 don't refetch data on refocus 2022-07-07 07:05:05 -05:00
Blake Blackshear b36b63599b update stimeout to timeout 2022-07-05 11:55:55 -05:00
Blake Blackshear 5d8c0e43c2 try ffmpeg5 again 2022-07-05 11:54:21 -05:00
Josh HawkinsandBlake Blackshear 7845995dfd Adjust threshold and contour_area with mqtt 2022-07-05 08:46:10 -05:00
Blake Blackshear afe88d6e3a switch back to upgraded numpy 2022-07-04 16:51:48 -05:00
Blake Blackshear 560ee0104d arm32 compat 2022-07-04 09:06:26 -05:00