mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
Recordings improvements (#12417)
This commit is contained in:
@@ -110,6 +110,8 @@ export default function HlsVideoPlayer({
|
||||
if (!hlsRef.current) {
|
||||
hlsRef.current = new Hls();
|
||||
hlsRef.current.attachMedia(videoRef.current);
|
||||
} else {
|
||||
hlsRef.current.detachMedia();
|
||||
}
|
||||
|
||||
hlsRef.current.loadSource(currentSource);
|
||||
|
||||
Reference in New Issue
Block a user