Koushik Dutta
e804fc2ff9
unifi-protect: fix g3 instant talkback regression
2022-01-15 14:00:30 -08:00
Koushik Dutta
82508685db
unifi-protect: publish
2022-01-15 13:50:12 -08:00
Koushik Dutta
74aad5f833
unifi-protect: fix reversed two way audio regression
2022-01-15 13:49:39 -08:00
Koushik Dutta
6d5c2619e9
Merge pull request #115 from vandalon/main
...
Attempt to enhance talkback quality
2022-01-15 13:23:06 -08:00
Koushik Dutta
3a1b2c9344
server: publish
2022-01-15 13:22:03 -08:00
Koushik Dutta
87b9466ee7
rebroadcast: readme
2022-01-15 13:21:16 -08:00
Koushik Dutta
adf3a11b4d
videoanalysis: memory improvements, and support direct pipeline hooks
2022-01-15 13:21:04 -08:00
vandalon
db432acec3
Merge pull request #2 from vandalon/vandalon-unifi-talkback-patch-1
...
Latency , background noise and crackling fix attempts
2022-01-15 22:04:23 +01:00
vandalon
c235ee355f
Update main.ts
...
- Moved to libfdk_aac (because it's also used for homekit and has some nicer profiles that can be used)
- use High efficiency profile
- use as many threads as core are available
- avioflag and flush_packages flags to minimise latency
- max_delay to make sure the delay won't grow endlessly
- filter audio below 200hz en above 2500hz and use the afftdn filter to limit background noise and such
- Limit bitrate to 16K , this seems to help agains crackling sound (maybe because it speeds up transcoding). Audio still seems very acceptable with 16K
2022-01-15 22:03:41 +01:00
Koushik Dutta
74329509a9
opencv: fix detection interval sleep
2022-01-14 20:52:23 -08:00
Koushik Dutta
885b40c152
opencv: prevent detection noise on empty set
2022-01-14 20:36:04 -08:00
Koushik Dutta
c0b55703a0
opencv: prevent unnecessary allocations by reusing buffers
2022-01-14 20:27:37 -08:00
Koushik Dutta
3d11e0cbe8
core: fix aggregate video device
2022-01-14 20:27:20 -08:00
Koushik Dutta
66097ee241
unifi-protect: package camera fixes. homekit transcoding defaults fixes.
2022-01-14 15:43:52 -08:00
Koushik Dutta
f802f13bc2
unifi-protect: publish
2022-01-14 11:53:16 -08:00
Koushik Dutta
c33a60d0a0
homekit: transcode default should set fps
2022-01-14 11:38:29 -08:00
Koushik Dutta
e880e20d0f
unifi-protect: package camera support
2022-01-14 11:38:29 -08:00
Koushik Dutta
d8300c3ea3
Update README.md
2022-01-14 09:48:32 -08:00
Koushik Dutta
77bc27aded
general pending changes
2022-01-13 23:27:37 -08:00
Koushik Dutta
4ae0b13a68
unifi-protect: publish
2022-01-13 23:26:19 -08:00
Koushik Dutta
b32e2c0c18
pam-diff: keywords
2022-01-13 22:53:21 -08:00
Koushik Dutta
01a2868f94
pam-diff: cleanup logging
2022-01-13 22:51:28 -08:00
Koushik Dutta
fc086548ea
pam-diff: cleanup logging
2022-01-13 22:48:55 -08:00
Koushik Dutta
88fd8ec38c
pam-diff: motion detection
2022-01-13 22:42:22 -08:00
Koushik Dutta
bb22930b1a
pam-diff: motion detection
2022-01-13 22:42:04 -08:00
Koushik Dutta
c5de1557bd
Revert "unifi-protect: fetch talkback url on every intercom start"
...
This reverts commit fbe7b62736 .
2022-01-13 13:20:36 -08:00
Koushik Dutta
fbe7b62736
unifi-protect: fetch talkback url on every intercom start
2022-01-13 13:12:01 -08:00
Koushik Dutta
85a74cda68
unifi-protect: use websocket talkback api
2022-01-13 11:56:20 -08:00
Koushik Dutta
d1bb78d174
homekit/amcrest/unifi: dynamic bitrate support
2022-01-12 23:30:45 -08:00
Koushik Dutta
5107e32c1c
core: cleanup
2022-01-12 23:00:12 -08:00
Koushik Dutta
b76cb33e6c
homekit/unifi: dynamic bitrate support on remote streaming
2022-01-12 22:53:36 -08:00
Koushik Dutta
a20dc3ec52
server: fast path for retrieving plugin package json from running plugin
2022-01-12 08:00:58 -08:00
Koushik Dutta
4b9d6563d5
server: publish
2022-01-12 07:55:45 -08:00
Koushik Dutta
a8d855983f
Merge remote-tracking branch 'origin/main'
2022-01-12 07:53:54 -08:00
Koushik Dutta
7caa6814f8
server: fix race condition around device initialization and teardown
2022-01-12 07:52:09 -08:00
Koushik Dutta
e09c7c62ce
server: fix bug where entire plugin was being sent rather than only the id.
2022-01-12 07:51:07 -08:00
Koushik Dutta
94a61e247e
server: prevent mixin interface noise
2022-01-12 07:41:20 -08:00
Koushik Dutta
1b36903bf2
homekit: add support for dynamically reconfiguring stream bitrates!
2022-01-11 21:41:09 -08:00
Koushik Dutta
8134f9314b
server: fix url conversion issue
2022-01-11 21:08:04 -08:00
Koushik Dutta
bdad277cb5
sdk: update with support for VideoStreamConfiguration
2022-01-11 20:24:54 -08:00
Koushik Dutta
f5af0fe0c0
videoanalysis: memory improvements and intrinsic detection support
2022-01-11 20:03:29 -08:00
Koushik Dutta
53b4e5fc2b
homekit: fix busted mtu. accidental deletion?
2022-01-11 17:15:41 -08:00
Koushik Dutta
320519737c
server: publish
2022-01-11 10:51:10 -08:00
Koushik Dutta
1e41450daa
server: app login handlers must happen before server init
2022-01-11 10:48:49 -08:00
Koushik Dutta
7780aa8774
server: request rejection logging
2022-01-11 10:41:29 -08:00
Koushik Dutta
d041008a9a
server: dont listen on server ports until server has loaded plugins.
2022-01-11 10:26:31 -08:00
Koushik Dutta
e9f33f6fc4
server: publish
2022-01-10 23:25:13 -08:00
Koushik Dutta
623ffea51d
server: update ffmpeg
2022-01-10 22:53:26 -08:00
Koushik Dutta
0029fb2a9b
server: update ffmpeg and node forge
2022-01-10 22:39:06 -08:00
Koushik Dutta
051ee641f7
server: update ffmpeg and node forge
2022-01-10 22:37:22 -08:00