frigate/web/src/components/player
Nicolas Mowen 224cbdc2d6
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
Miscellaneous Fixes (#20989)
* Include DB in safe mode config

Copy DB when going into safe mode to avoid creating a new one if a user has configured a separate location

* Fix documentation for example log module

* Set minimum duration for recording segments

Due to the inpoint logic, some recordings would get clipped on the end of the segment with a non-zero duration but not enough duration to include a frame. 100 ms is a safe value for any video that is 10fps or higher to have a frame

* Add docs to explain object assignment for classification

* Add warning for Intel GPU stats bug

Add warning with explanation on GPU stats page when all Intel GPU values are 0

* Update docs with creation instructions

* reset loading state when moving through events in tracking details

* disable pip on preview players

* Improve HLS handling for startPosition

The startPosition was incorrectly calculated assuming continuous recordings, when it needs to consider only some segments exist. This extracts that logic to a utility so all can use it.

---------

Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-11-21 15:40:58 -06:00
..
dynamic Miscellaneous Fixes (#20989) 2025-11-21 15:40:58 -06:00
BirdseyeLivePlayer.tsx Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
GenericVideoPlayer.tsx Make keyboard shortcuts consistent (#20326) 2025-10-02 07:21:37 -06:00
HlsVideoPlayer.tsx Miscellaneous Fixes (#20989) 2025-11-21 15:40:58 -06:00
JSMpegPlayer.tsx Fix stream stats display (#19874) 2025-09-01 19:23:44 -05:00
LivePlayer.tsx Miscellaneous Fixes (#20866) 2025-11-10 10:03:56 -07:00
MsePlayer.tsx Miscellaneous fixes (#20875) 2025-11-11 17:00:54 -06:00
PlayerStats.tsx Fix stream stats display (#19874) 2025-09-01 19:23:44 -05:00
PreviewPlayer.tsx Miscellaneous Fixes (#20989) 2025-11-21 15:40:58 -06:00
PreviewThumbnailPlayer.tsx Various Tweaks (#20713) 2025-10-29 09:40:50 -05:00
VideoControls.tsx UI Tweaks (#20791) 2025-11-04 10:54:05 -06:00
WebRTCPlayer.tsx Improve live view console errors (#20340) 2025-10-03 06:37:18 -06:00