homebridge-plugin-utils
Version:
Opinionated utilities to provide common capabilities and create rich configuration webUI experiences for Homebridge plugins.
8 lines (7 loc) • 331 B
TypeScript
export declare const HOMEKIT_IDR_INTERVAL = 5;
export declare const HOMEKIT_STREAMING_HEADROOM = 64;
export declare const HKSV_FRAGMENT_LENGTH = 4000;
export declare const HKSV_IDR_INTERVAL = 4;
export declare const HKSV_TIMEOUT = 4500;
export declare const FFMPEG_INPUT_TIMEOUT = 5000;
export declare const RPI_GPU_MINIMUM = 128;