mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 17:22:03 +00:00
unifi-protect: fix g3 instant talkback regression
This commit is contained in:
4
plugins/unifi-protect/package-lock.json
generated
4
plugins/unifi-protect/package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user