Add support for go2rtc for non-Frigate cameras
This commit is contained in:
@@ -9,10 +9,10 @@ import {
|
||||
compressRanges,
|
||||
} from '../camera-manager/range';
|
||||
import { EventQuery, RecordingQuery, RecordingSegment } from '../camera-manager/types';
|
||||
import { capEndDate, convertRangeToCacheFriendlyTimes } from '../camera-manager/util';
|
||||
import { capEndDate, convertRangeToCacheFriendlyTimes } from '../camera-manager/utils';
|
||||
import { ClipsOrSnapshotsOrAll } from '../types';
|
||||
import { ViewMedia } from '../view/media';
|
||||
import { ModifyInterface, errorToConsole } from '../utils/basic.js';
|
||||
import { ViewMedia } from '../view/media';
|
||||
|
||||
// Allow timeline freshness to be at least this number of seconds out of date
|
||||
// (caching times in the data-engine may increase the effective delay).
|
||||
|
||||
Reference in New Issue
Block a user