UNPKG

homebridge-unifi-protect

Version:

Homebridge UniFi Protect plugin providing complete HomeKit integration for the entire UniFi Protect ecosystem with full support for most features including HomeKit Secure Video, multiple controllers, blazing fast performance, and much more.

18 lines 814 B
import type { FfmpegOptions, HbpuAbortError, IpFamily } from "homebridge-plugin-utils"; import { FfmpegStreamingProcess } from "homebridge-plugin-utils"; export declare function classifyTeardownFailure(stderrLog: readonly string[], suppressLivestreamApiErrors: boolean): "benign-api" | "canonical" | "probesize"; export declare class ProtectStreamingFfmpegProcess extends FfmpegStreamingProcess { #private; constructor(options: FfmpegOptions, init: { args?: string[]; onProbesizeError: () => void; returnPort?: { ipFamily: IpFamily; port: number; }; signal?: AbortSignal; suppressLivestreamApiErrors: boolean; }); protected logFailedTeardown(reason: HbpuAbortError): void; } //# sourceMappingURL=stream-ffmpeg-process.d.ts.map