Koushik Dutta
d1d4f10039
Merge branch 'main' of github.com:koush/scrypted
2023-02-10 22:15:28 -08:00
Koushik Dutta
2d414ed22c
webhook: fix hang
2023-02-10 22:15:23 -08:00
Koushik Dutta
c23935861e
Update install-scrypted-dependencies-mac.sh
2023-02-10 21:29:28 -08:00
Koushik Dutta
0d7115b9a1
webrtc: fix missing turn servers
2023-02-10 12:25:18 -08:00
Koushik Dutta
ba71a50612
externals: revert inadvertent change
2023-02-10 12:24:54 -08:00
Koushik Dutta
7981ee282f
Merge branch 'main' of github.com:koush/scrypted
2023-02-10 08:16:53 -08:00
Koushik Dutta
31faa2e4bd
cloud: add ip checker
2023-02-10 08:16:46 -08:00
Koushik Dutta
12b5f41e9b
Merge branch 'main' of github.com:koush/scrypted
2023-02-09 21:25:21 -07:00
Koushik Dutta
cbee7ee149
windows: update node
2023-02-09 21:25:13 -07:00
Koushik Dutta
31150601bf
Merge branch 'main' of github.com:koush/scrypted
2023-02-09 20:04:57 -08:00
Koushik Dutta
7b522203ad
core: fix windows slashes in urls
2023-02-09 20:04:53 -08:00
Koushik Dutta
27c883f396
windows: cleanup script after install
2023-02-09 20:45:53 -07:00
Koushik Dutta
713d654140
windows: installation fixes
2023-02-09 20:41:19 -07:00
Koushik Dutta
5df0a87de5
Update install-scrypted-dependencies-win.ps1
2023-02-09 12:28:56 -08:00
Koushik Dutta
cccc8147f3
detect: add pyav backend in case gstreamer is unavailable
2023-02-09 12:00:57 -08:00
Koushik Dutta
cc43273f34
tensorflow: readme
2023-02-08 12:35:40 -08:00
Koushik Dutta
aa5cb119cc
server: dont run watchdog on plugins that havent fully started
2023-02-08 12:35:35 -08:00
Koushik Dutta
d8ceed6bc5
tensorflow: publish desktop variant
2023-02-08 09:45:28 -08:00
Koushik Dutta
55a8c88f9f
tensorflow: legacy
2023-02-07 22:47:33 -08:00
Koushik Dutta
4f7b75eadb
docker-mdns: readme
2023-02-07 16:16:53 -08:00
Koushik Dutta
c3ced31f3c
docker-mdns: initial prototype
2023-02-07 16:16:21 -08:00
Koushik Dutta
4c718a3c67
mac: fix install script typo
2023-02-06 22:04:25 -08:00
Koushik Dutta
8b59f7304c
webrtc: publish beta
2023-02-06 22:03:42 -08:00
Koushik Dutta
33d2b5a675
mac: fix install script typo
2023-02-06 22:03:39 -08:00
Koushik Dutta
02ad295e12
common: ignore rtcp packets that may be erroneously in the rtp stream
2023-02-06 20:01:42 -08:00
Koushik Dutta
414b7825ad
server: publish
2023-02-06 14:49:44 -08:00
Koushik Dutta
6b5592d49d
server: disable plugin watchdog when debugging
2023-02-06 14:49:36 -08:00
Koushik Dutta
596f2f582f
server: publish
2023-02-06 14:22:19 -08:00
Koushik Dutta
8b6f816e1d
server: fix potential server crash in watchdog process
2023-02-06 14:22:03 -08:00
Koushik Dutta
d37a56eedf
homekit: add default option for advertiser
2023-02-05 14:25:26 -08:00
Koushik Dutta
70f6c972a9
homekit: respect Server Address setting
2023-02-04 00:09:42 -08:00
Koushik Dutta
b9aba68937
rebroadcast: publish
2023-02-02 20:06:58 -08:00
Koushik Dutta
8cc8fbfd54
rebroadcast: reduce inactivity timeout to 10 seconds. watch for invalid server_port values in rtsp session.
2023-02-02 20:06:44 -08:00
Koushik Dutta
09eafbd936
homekit: publish
2023-02-02 15:31:32 -08:00
Koushik Dutta
f9830ab0da
homekit: allow custom bind
2023-02-02 15:30:54 -08:00
Koushik Dutta
6f7316e913
homekit: clean up address bind
2023-02-02 11:21:16 -08:00
Koushik Dutta
a66ad9a9a3
homekit: fix advertiser interface settings
2023-02-02 11:08:26 -08:00
Koushik Dutta
b8f9db7c78
homekit: publish advertiser restricted to server interface change
2023-02-02 10:08:35 -08:00
Koushik Dutta
c9d909126a
sdk: fix zip creation crash
2023-02-02 10:06:58 -08:00
Koushik Dutta
a0ebd0d9b6
client: separate local/direct connection, fix chrome self signed defaults
2023-02-01 09:57:19 -08:00
Koushik Dutta
58e7eb4cc4
Merge branch 'main' of github.com:koush/scrypted
2023-02-01 08:42:21 -08:00
Koushik Dutta
3215e1953f
server: add plugin hang watchdog
2023-02-01 08:42:17 -08:00
Brett Jia
9cb6b12798
beta: arlo talkback w/ native webrtc to arlo servers ( #543 )
...
* parse endpoint and ffmpeg args
* aiortc logging, detect ffmpeg input source format
* log intercom source
* bump
* write sdp to file
* bump
* stop loop correctly
* run ffmpeg to convert inputs to known format
* options don't seem to do anything
* bump
* refactoring to use webrtc for video
* pass through ffmpeg to clean up stream for PyAV
* relay talkback audio
* cachebust
* mute talkback with silence
* cleanly exit orphaned subprocesses
* rename class
* bump minor version
* fetch webrtc stream from prebuffer
* prebuffer still not working
* Revert "prebuffer still not working"
This reverts commit b30ccebb17 .
* Revert "fetch webrtc stream from prebuffer"
This reverts commit 8dbd308c59 .
* try to fix buffer overrun
* expose option to purge pip cache and reinstall deps
* some more logging
* use v1 pypi
* bump 0.5.2
* per-camera settings to toggle webrtc implementation
* change setting name
* wire up existing push to talk for Intercom
* documentation
* bump 0.5.3
* 0.5.4 with new python dependency versioning
* bump av build
* 0.5.5
* optimize event waiting by reducing polling
* more minor optimizations
* tweak performance and requirements.txt
* reimplement with pion webrtc
* bump 0.6.0
* fix interfaces for doorbells
2023-02-01 07:58:19 -08:00
Koushik Dutta
eb4365d157
various: add onStop to observe webrtc playback
2023-01-31 20:23:25 -08:00
Koushik Dutta
1ffaeb1a18
homekit: fixup project files
2023-01-30 16:16:37 -08:00
Koushik Dutta
b675a87026
homekit: add adcertiser address setting
2023-01-30 16:15:07 -08:00
Koushik Dutta
3cc3f49484
homekit: advertiser should respect address override
2023-01-30 14:23:01 -08:00
Koushik Dutta
96c755c90a
mqtt: fix some reconnection/recreation bugs
2023-01-30 12:39:23 -08:00
Koushik Dutta
967b0dedd8
twilio: migrate
2023-01-28 22:56:19 -08:00
Koushik Dutta
79d3d98430
hue: migrate
2023-01-28 22:54:43 -08:00