blakeblackshear.frigate/web/src/hooks
Josh Hawkins dd7820e4ee
Improve live streaming (#16447)
* config file changes

* config migrator

* stream selection on single camera live view

* camera streaming settings dialog

* manage persistent group streaming settings

* apply streaming settings in camera groups

* add ability to clear all streaming settings from settings

* docs

* update reference config

* fixes

* clarify docs

* use first stream as default in dialog

* ensure still image is visible after switching stream type to none

* docs

* clarify docs

* add ability to continue playing stream in background

* fix props

* put stream selection inside dropdown on desktop

* add capabilities to live mode hook

* live context menu component

* resize observer: only return new dimensions if they've actually changed

* pass volume prop to players

* fix slider bug, https://github.com/shadcn-ui/ui/issues/1448

* update react-grid-layout

* prevent animated transitions on draggable grid layout

* add context menu to dashboards

* use provider

* streaming dialog from context menu

* docs

* add jsmpeg warning to context menu

* audio and two way talk indicators in single camera view

* add link to debug view

* don't use hook

* create manual events from live camera view

* maintain grow classes on grid items

* fix initial volume state on default dashboard

* fix pointer events causing context menu to end up underneath image on iOS

* mobile drawer tweaks

* stream stats

* show settings menu for non-restreamed cameras

* consistent settings icon

* tweaks

* optional stats to fix birdseye player

* add toaster to live camera view

* fix crash on initial save in streaming dialog

* don't require restreaming for context menu streaming settings

* add debug view to context menu

* stats fixes

* update docs

* always show stream info when restreamed

* update camera streaming dialog

* make note of no h265 support for webrtc

* docs clarity

* ensure docs show streams as a dict

* docs clarity

* fix css file

* tweaks
2025-02-10 09:42:35 -07:00
..
resize-observer.ts Improve live streaming (#16447) 2025-02-10 09:42:35 -07:00
use-api-filter.ts Bugfixes (#14813) 2024-11-05 07:22:41 -07:00
use-camera-activity.ts
use-camera-live-mode.ts Improve live streaming (#16447) 2025-02-10 09:42:35 -07:00
use-camera-previews.ts
use-contextmenu.ts
use-date-utils.ts
use-deep-memo.ts
use-draggable-element.ts Timeline improvements (#16429) 2025-02-09 14:13:32 -07:00
use-event-segment-utils.ts
use-fullscreen.ts
use-global-mutate.ts
use-image-loaded.ts
use-keyboard-listener.tsx
use-motion-segment-utils.ts
use-mouse-listener.ts
use-navigation.ts Improve face recognition (#15205) 2025-02-08 12:47:01 -06:00
use-optimistic-state.ts
use-overlay-state.tsx Fixes (#15465) 2024-12-12 08:22:30 -06:00
use-persistence.ts
use-press.ts Explore bulk actions (#15307) 2024-12-02 11:12:55 -07:00
use-session-persistence.ts
use-stats.ts
use-suggestions.ts
use-tap-utils.ts
use-timeline-utils.ts
use-timeline-zoom.ts Timeline improvements (#16429) 2025-02-09 14:13:32 -07:00
use-video-dimensions.ts