mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Cleanup
This commit is contained in:
parent
930b433a5f
commit
646387d8c2
@ -189,11 +189,6 @@ export default function DynamicVideoPlayer({
|
|||||||
playlist: `${apiHost}vod/${camera}/start/${recordingParams.after}/end/${recordingParams.before}/master.m3u8`,
|
playlist: `${apiHost}vod/${camera}/start/${recordingParams.after}/end/${recordingParams.before}/master.m3u8`,
|
||||||
startPosition: startTimestamp ? startTimestamp - timeRange.after : 0,
|
startPosition: startTimestamp ? startTimestamp - timeRange.after : 0,
|
||||||
});
|
});
|
||||||
if (startTimestamp) {
|
|
||||||
console.log(
|
|
||||||
`start timestamp is ${startTimestamp} which is ${startTimestamp - recordingParams.after} seconds from start of playlist`,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
setLoadingTimeout(setTimeout(() => setIsLoading(true), 1000));
|
setLoadingTimeout(setTimeout(() => setIsLoading(true), 1000));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user