Release 5.7.2

This commit is contained in:
Tom Sightler
2024-10-03 20:11:12 -04:00
parent 0b4fc9ba78
commit bee811c9f6
7 changed files with 795 additions and 502 deletions

View File

@@ -2,7 +2,7 @@
// to native Javascript with custom logging for ring-mqtt and some unused code removed.
// Much thanks to @dgreif for the original code which is the basis for this work.
import { FfmpegProcess, reservePorts, RtpSplitter, } from '@homebridge/camera-utils'
import { FfmpegProcess, reservePorts, RtpSplitter } from '@homebridge/camera-utils'
import { firstValueFrom, ReplaySubject, Subject } from 'rxjs'
import pathToFfmpeg from 'ffmpeg-for-homebridge'
import { concatMap, take } from 'rxjs/operators'