diff --git a/plugins/unifi-protect/package-lock.json b/plugins/unifi-protect/package-lock.json index b5d46afff..3a862dfd3 100644 --- a/plugins/unifi-protect/package-lock.json +++ b/plugins/unifi-protect/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/unifi-protect", - "version": "0.0.75", + "version": "0.0.76", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/unifi-protect", - "version": "0.0.75", + "version": "0.0.76", "license": "Apache", "dependencies": { "@koush/unifi-protect": "^0.0.8", diff --git a/plugins/unifi-protect/package.json b/plugins/unifi-protect/package.json index d2064e900..638e37db1 100644 --- a/plugins/unifi-protect/package.json +++ b/plugins/unifi-protect/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/unifi-protect", - "version": "0.0.75", + "version": "0.0.76", "description": "Unifi Protect Plugin for Scrypted", "author": "Scrypted", "license": "Apache", diff --git a/plugins/unifi-protect/src/main.ts b/plugins/unifi-protect/src/main.ts index 89f6d7665..6c3b0c9b5 100644 --- a/plugins/unifi-protect/src/main.ts +++ b/plugins/unifi-protect/src/main.ts @@ -117,12 +117,12 @@ class UnifiCamera extends ScryptedDeviceBase implements Notifier, Intercom, Came args.push( "-acodec", "libfdk_aac", - "-profile:a", "aac_he", - "-eld_sbr", "1", + "-profile:a", "aac_low", "-threads", "0", "-avioflags", "direct", "-max_delay", "3000000", "-flush_packets", "1", + "-af", "highpass=f=200, lowpass=f=2500, afftdn=tn=1:tr=1", "-flags", "+global_header", "-ar", camera.talkbackSettings.samplingRate.toString(), "-ac", camera.talkbackSettings.channels.toString(),