Koushik Dutta
b1ccb417f3
homekit: clean up return audio code
2023-01-18 15:10:44 -08:00
Koushik Dutta
e783b428a6
homekit: typo
2023-01-18 15:08:51 -08:00
Koushik Dutta
cf483bb169
homekit: fixup two way audio teardown
2023-01-18 15:08:25 -08:00
Koushik Dutta
3dedabdc7a
homekit: publish
2023-01-18 09:35:06 -08:00
Koushik Dutta
cfc92fd65b
homekit: modernize two way audio code
2023-01-18 09:34:37 -08:00
Koushik Dutta
0cf9c1b3ef
homekit: update to new media stream feedback method
2023-01-18 08:44:56 -08:00
Koushik Dutta
174c50050e
onvif: add onvif backchannel header to all requests
2023-01-18 08:31:47 -08:00
Koushik Dutta
1297ed9bdf
webrtc: fix firefox codec detection
2023-01-18 08:06:39 -08:00
Koushik Dutta
0e0ca55605
Merge branch 'main' of github.com:koush/scrypted
2023-01-17 22:51:47 -08:00
Koushik Dutta
40ff0f2043
videoanalysis: possible fix for ghotsing and missed events
2023-01-17 22:51:30 -08:00
Koushik Dutta
b13fd7ab0b
Update README.md
2023-01-16 14:56:02 -08:00
ownaginatious
d29633192c
Additional HKSV troubleshooting tips ( #517 )
2023-01-16 14:54:26 -08:00
Koushik Dutta
25173ac75a
google-home: suffix advertisement name
2023-01-15 10:23:53 -08:00
Koushik Dutta
061191591f
Merge remote-tracking branch 'origin/main'
2023-01-15 10:03:07 -08:00
Koushik Dutta
22bce96318
remove numba dependency
2023-01-15 10:02:31 -08:00
Samuel Burkhard
a8926efc55
refactor: replace deprecated functions from core fs examples ( #515 )
2023-01-15 08:01:18 -08:00
Koushik Dutta
212202eedf
detect: remove debug logging
2023-01-15 00:37:45 -08:00
Koushik Dutta
318ada3ba6
detect: publish betas
2023-01-15 00:34:34 -08:00
Koushik Dutta
0ae1fef28b
detect: publish betas
2023-01-15 00:33:23 -08:00
Koushik Dutta
e6938654ca
predict: wip testing
2023-01-15 00:06:31 -08:00
Koushik Dutta
baedbbb4ab
update sort_oh
2023-01-14 23:42:10 -08:00
Koushik Dutta
b938aa59a7
remove sort_oh
2023-01-14 23:40:02 -08:00
Koushik Dutta
a331dadbe2
remove sort_oh
2023-01-14 23:36:20 -08:00
Koushik Dutta
091f691eab
videoanalysis: fix up history tracking
2023-01-14 18:38:45 -08:00
Koushik Dutta
cc3222f235
predict: fix non intersection
2023-01-14 18:18:46 -08:00
Koushik Dutta
8773af1b0b
videoanalysis: fix detection expiration.
2023-01-14 18:14:48 -08:00
Koushik Dutta
7b4b2d1356
predict: improve tracker box matching
2023-01-14 18:14:17 -08:00
Koushik Dutta
caccd1f1d3
homekit: fix/add missing server address alert
2023-01-14 14:49:09 -08:00
Koushik Dutta
a403510fba
pushover: update and publish
2023-01-14 14:32:12 -08:00
Koushik Dutta
76aae9e8ac
detection plugins: persist trackers
2023-01-13 22:50:03 -08:00
Koushik Dutta
f8f11e9821
webrtc: logging
2023-01-13 21:00:55 -08:00
Koushik Dutta
e40f5f426a
detections: add sort tracker
2023-01-13 21:00:47 -08:00
Koushik Dutta
624c88f281
detections: add sort tracker
2023-01-13 20:57:41 -08:00
Koushik Dutta
2efe46a805
chromecast: add alert if scrypted cloud is not installed or set up.
2023-01-13 12:43:06 -08:00
Koushik Dutta
6b1e78f650
webrtc/rebroadcast: handle orientation during medium/low res check
2023-01-13 11:24:22 -08:00
Koushik Dutta
a31c227e56
webrtc/rebroadcast: improve support for medium resolution webrtc clients, only fall back to transcoding baseline when completely necessary
2023-01-13 11:17:35 -08:00
Koushik Dutta
d7dab4bef3
alexa: provide hint that medium resolution is always used.
2023-01-13 11:05:06 -08:00
Koushik Dutta
f51ce5c7e9
webrtc: performance improvements
2023-01-13 07:58:00 -08:00
Koushik Dutta
36f0f2b1f2
core: support readonly device picker
2023-01-12 09:31:52 -08:00
Koushik Dutta
5346896d22
Merge branch 'main' of github.com:koush/scrypted
2023-01-12 09:07:59 -08:00
Koushik Dutta
97c83c6966
webrtc: fix potential werift bug where srflx or relay candidate are used erroneously
2023-01-12 09:07:54 -08:00
slyoldfox
b1eef48681
Fix fontawesome ( #509 )
...
* * Fix an issues in SIP.js where the ACK and BYE replies didn't go to the correct uri
* Fix @fortawesome/fontawesome fonts in package-lock.json pointing to wrong registry
2023-01-12 08:56:33 -08:00
Brett Jia
217007a7b2
beta: arlo talkback (basestation only) ( #475 )
...
* initial research
* experimental
* sdp seems to work, stopIntercom is broken
* converting to separate rtc device
* standalone rtc speaker implemented but not working
* minor cleanup
* webrtc troubleshooting and improvements
* wait for sdp response before sending candidates
* logging changes, rtc troubleshooting
* use a future
* restore aiortc and run RTC in a background thread
* documentation
* documentation
* typo
* comments + simplify background coroutine calls
* simplify future
* only enable intercom for basestation cameras
* bump 0.4.0
* backward compatible headers
* bump 0.4.1
* pin cryptography to latest without rust
* monkey patch binary deps and pin cryptography for armv7l
* hacks to use ffmpeg but fails due to dependency on pylibsrtp
* revert back to 0.4.2
* 0.4.3 fix for M1 Macs
* use pre-built armv7l wheels
* publish 0.4.4
* use custom pypi index for armv7l wheels
2023-01-10 21:20:15 -08:00
Koushik Dutta
a85ac600eb
webrtc: fix race condition in address gathering
2023-01-09 21:43:33 -08:00
Koushik Dutta
214a13183e
webrtc: use typical homekit mtu
2023-01-09 17:26:28 -08:00
Koushik Dutta
85953f4ea5
webrtc: fix mtu issue on cell networks
2023-01-09 14:44:51 -08:00
Koushik Dutta
51b6a04d24
homekit: dont error out when homekit receives an adaptive bitrate request
2023-01-09 14:01:06 -08:00
Koushik Dutta
6107cd1783
rebroadcast: fix worker termination bugs
2023-01-07 23:16:22 -08:00
Koushik Dutta
c83dce4068
cloud: tag connections
2023-01-07 23:14:58 -08:00
Koushik Dutta
7a7af04d8c
core: allow other users cloud access
2023-01-07 23:14:36 -08:00