Commit Graph

1211 Commits

Author SHA1 Message Date
Koushik Dutta
6e55df4ab7 core: use direct API endpoint, greatly speeds up web interface. 2021-12-14 13:09:20 -08:00
Koushik Dutta
b8aa43e55e server: provide a direct API endpoint. greatly speeds up web interface. 2021-12-14 13:08:49 -08:00
Koushik Dutta
2950c5dda5 homekit: recording logging 2021-12-14 12:54:14 -08:00
Koushik Dutta
5c86d6c5e7 sdk: update 2021-12-14 12:35:13 -08:00
Koushik Dutta
87205490b6 server: revert socket proxy change. too complicated. no benefit. 2021-12-14 00:27:18 -08:00
Koushik Dutta
acf31f2f82 server: prototype http proxy 2021-12-14 00:20:13 -08:00
Koushik Dutta
42f80fed1d homekit: fix missing opencv motion detector 2021-12-13 18:07:36 -08:00
Koushik Dutta
957f141284 rebroadcast: pcm audio is defaulted to off. 2021-12-13 18:06:48 -08:00
Koushik Dutta
57b3b39f98 Revert "rebroadcast: pcm audio is defaulted to off."
This reverts commit e8460f810d.
2021-12-13 18:05:59 -08:00
Koushik Dutta
e8460f810d rebroadcast: pcm audio is defaulted to off. 2021-12-13 18:05:23 -08:00
Koushik Dutta
2d08c2fa44 gstreamer; comments 2021-12-13 10:30:42 -08:00
Koushik Dutta
83fbe6b70b videoanalysis: fix some 32bit overflow issue 2021-12-13 10:09:54 -08:00
Koushik Dutta
bd4f95aaf4 tensorflow-lite: first frame logging 2021-12-13 00:47:24 -08:00
Koushik Dutta
9e92203312 Merge branch 'main' of github.com:koush/scrypted into main 2021-12-12 21:10:57 -08:00
Koushik Dutta
f7998f8bd5 opencv: memory leak fix 2021-12-12 21:10:52 -08:00
Koushik Dutta
a4b2553fe3 Update install-scrypted-dependencies-linux.sh 2021-12-12 17:14:31 -08:00
Koushik Dutta
77273933dd Update install-scrypted-dependencies-linux.sh 2021-12-12 16:23:48 -08:00
Koushik Dutta
316ac4aef3 server: fix mixin table generation bug 2021-12-12 13:14:29 -08:00
Koushik Dutta
a42472a2ce Merge branch 'main' of github.com:koush/scrypted into main 2021-12-12 11:18:20 -08:00
Koushik Dutta
bd045ffb48 homekit: autopopulate bridge addresses from recording requests. 2021-12-12 11:18:14 -08:00
Koushik Dutta
8d4d53c9a0 Delete rpc directory 2021-12-12 01:16:08 -08:00
Koushik Dutta
d5ce7a5ee9 plugins: rebuild various plugins using settings mixin 2021-12-12 00:59:37 -08:00
Koushik Dutta
1b2790c507 server: fix ipv6 url endpoint. fix mixin release race conditions. 2021-12-12 00:57:39 -08:00
Koushik Dutta
a3e94e09f3 install: missing deps 2021-12-11 13:05:19 -08:00
Koushik Dutta
4b131351fc server: Fix various ipv6 and network ip detection issues 2021-12-11 13:04:57 -08:00
Koushik Dutta
389e2f014c install: service script 2021-12-11 11:01:42 -08:00
Koushik Dutta
ed545af815 install: service script 2021-12-11 10:38:35 -08:00
Koushik Dutta
d491430585 install: service script 2021-12-11 10:28:43 -08:00
Koushik Dutta
fe177e936d install: service script 2021-12-11 10:11:10 -08:00
Koushik Dutta
ba4b09a083 install: service script 2021-12-11 09:42:25 -08:00
Koushik Dutta
07bbbf43cf install: service script 2021-12-11 09:38:00 -08:00
Koushik Dutta
9801c0de89 install: service script 2021-12-11 09:33:55 -08:00
Koushik Dutta
4c99735662 install: service script 2021-12-11 09:33:34 -08:00
Koushik Dutta
8dd6e6f2c1 install: daemon fixup 2021-12-11 09:30:38 -08:00
Koushik Dutta
a1e936b67d install: service script 2021-12-11 09:26:55 -08:00
Koushik Dutta
ed87db48e9 install: service script 2021-12-11 09:03:23 -08:00
Koushik Dutta
58d5416302 install: service script 2021-12-11 09:01:30 -08:00
Koushik Dutta
592146872e install: add local install script 2021-12-11 08:23:30 -08:00
Koushik Dutta
73f3ab4160 videoanalysis: fix analyze button and busted checkbox 2021-12-11 01:57:13 -08:00
Koushik Dutta
f22f630e8b videoanalysis: add analyze button 2021-12-11 00:39:53 -08:00
Koushik Dutta
f0d595386f videoanalysis: handle missing resolution with 1080p fallback 2021-12-11 00:11:02 -08:00
Koushik Dutta
5f03339882 videoanalysis: handle missing resolution with 1080p fallback 2021-12-11 00:09:44 -08:00
Koushik Dutta
7761a34de6 server: fix missing Storage events. Fixes broken grouped devices. 2021-12-10 23:57:31 -08:00
Koushik Dutta
3e2c486ea3 core: fix missing url 2021-12-10 23:57:09 -08:00
Koushik Dutta
d8f4789356 cameras: rebuild 2021-12-10 23:27:13 -08:00
Koushik Dutta
f09021f225 videoanalysis: support raw rtsp streams 2021-12-10 23:25:06 -08:00
Koushik Dutta
28af8b41f1 videoanalysis: filter people from analysis 2021-12-10 22:53:20 -08:00
Koushik Dutta
76929ad569 videoanalysis: warn on redundant opencv 2021-12-10 22:50:58 -08:00
Koushik Dutta
ca20577f34 Update Dockerfile.common 2021-12-10 22:46:58 -08:00
Koushik Dutta
a33cd661d6 server: relax mixin console guarding 2021-12-10 22:09:45 -08:00