Commit Graph

2957 Commits

Author SHA1 Message Date
Koushik Dutta
fef8b98796 common: document ffmpeg args 2022-07-19 08:32:25 -07:00
Koushik Dutta
621d16e7d9 Merge branch 'main' of github.com:koush/scrypted 2022-07-19 08:32:06 -07:00
Koushik Dutta
f38e9ed1e3 sdk: add fork call 2022-07-19 08:31:59 -07:00
Koushik Dutta
a1cac53a2e rebroadcast: improve rtsp server udp support 2022-07-16 22:10:10 -07:00
Koushik Dutta
2c0a3923ef common: improve rtsp server udp support 2022-07-16 22:09:45 -07:00
James T
f3fc445ee7 Updated README for Google Device Access (#312)
* Update README.md

Added step by step guide to help others set up Google Device Access

* Revert "Update README.md"

This reverts commit 353045675e.

* Update README.md

* Update README.md

Updated with step by step guide
2022-07-15 22:48:43 -07:00
Koushik Dutta
c948d0eb7e common: fix some issues with rtsp/udp 2022-07-15 22:16:03 -07:00
Koushik Dutta
7886a45653 common: reduce log spam in browser 2022-07-15 08:29:16 -07:00
Koushik Dutta
b247be225e server: simplify plugin loading 2022-07-15 08:28:53 -07:00
Koushik Dutta
601267c145 client: publish 2022-07-15 08:28:40 -07:00
Koushik Dutta
1beddcc711 webrtc: publish 2022-07-14 10:22:47 -07:00
Koushik Dutta
3e97d922bf webrtc: fix console 2022-07-13 23:39:03 -07:00
Koushik Dutta
5b67c74078 server: implement sendSocket. 2022-07-13 07:48:51 -07:00
Koushik Dutta
6e844ce448 sdk: update 2022-07-13 07:47:59 -07:00
Koushik Dutta
f5c2542213 common: parse/report fua and stap packets 2022-07-13 07:47:18 -07:00
Koushik Dutta
d91ac863e1 amcrest: fix ad110 2 way audio bug caused by ffmpeg change 2022-07-12 12:57:26 -07:00
Koushik Dutta
74829b1cc8 unifi-protect: fix actual ws reconnect bug 2022-07-12 12:47:01 -07:00
Koushik Dutta
2abfc1bb91 unifi-protect: restart the entire plugin if websocket times out. revisit this as this is bad when there are multiple udm hubs being managed and only 1 is offline. 2022-07-12 11:44:35 -07:00
Koushik Dutta
a511130c29 Merge branch 'main' of github.com:koush/scrypted 2022-07-08 12:38:14 -07:00
Koushik Dutta
949b3e41e5 sdk: update for nvr playback position 2022-07-08 12:38:10 -07:00
Koushik Dutta
e98b37f985 homekit: publish 2022-07-07 10:03:18 -07:00
Koushik Dutta
41a24fbaba server: Fix api access auth issue. 2022-07-07 09:58:51 -07:00
Koushik Dutta
97ee3bf148 client: remove debug sideband code 2022-07-07 09:57:55 -07:00
Koushik Dutta
41da5a4af4 ui: simplify camera streaming 2022-07-07 09:57:25 -07:00
Koushik Dutta
ce7162f015 homekit: fix erroneous pin code 2022-07-07 09:56:53 -07:00
Koushik Dutta
95ade274ef homekit/common: fix jitter buffer sequence number distance calculation bug 2022-07-07 09:56:39 -07:00
Koushik Dutta
bc522ef055 sdk: update 2022-07-07 09:56:03 -07:00
Matus Kral
8782ada8da update ffmpeg-hardware-acceleration.ts (#307)
- fix nvidia pipeline arguments:
   - replace bad "-" characters with proper dashes (in -hwaccel)
   - add  hwaccel_output_format parameter to the cuvid pipeline as well
       - change hwaccel output format to something forcing the pipeline to download the frames from video memory (not doing so breaks the pipeline completely in case custom user filter arguments contain software scale= (for cuda/cuvid scale_cuda=/scale_npp= would be needed) or/and transcoding is involved which for the moment uses scale=

- update depretiated encoder nvenc_h264 -> h264_nvenc
2022-07-06 22:10:59 -07:00
Koushik Dutta
51c841727a server: publish 2022-07-04 13:44:20 -07:00
Koushik Dutta
b0fe3a4618 server: switch node-pty to one with modern prebuilts 2022-07-04 13:43:59 -07:00
Koushik Dutta
a8b6111db4 server: simplify rpc serializer 2022-07-04 13:28:58 -07:00
Koushik Dutta
c0e2b82a7a client: fixup sourcemaps 2022-07-04 13:28:23 -07:00
Koushik Dutta
766a2a86d4 webrtc: avoid ffmpeg if preferred audio codec is found even if not advertised 2022-07-04 13:27:56 -07:00
Koushik Dutta
7afd019328 Update install-scrypted-dependencies-win.ps1 2022-07-01 22:37:00 -07:00
Koushik Dutta
1dbab5e052 Update README.md 2022-07-01 13:49:19 -07:00
Koushik Dutta
b3ef837de5 install: cleanup 2022-07-01 13:48:10 -07:00
Koushik Dutta
7c2b20f64a install: watch for install errors 2022-07-01 13:44:01 -07:00
Koushik Dutta
b93a9f88b6 Merge branch 'main' of github.com:koush/scrypted 2022-07-01 13:27:31 -07:00
Koushik Dutta
d646f86843 install: pip install on windows too. 2022-07-01 13:27:26 -07:00
Koushik Dutta
d5452fadbe server: publish 2022-07-01 13:24:29 -07:00
Koushik Dutta
a8675479c6 server: fix python plugins on windows 2022-07-01 13:22:36 -07:00
Koushik Dutta
a4b24fabf8 rebroadcast: log parsed sps 2022-07-01 11:43:12 -07:00
Koushik Dutta
c367e2217c webrtc: workaround mid mismatch on sdp verification 2022-07-01 11:42:55 -07:00
Koushik Dutta
83089ab1e5 homekit: publish node v18 fixes, merges from upstream 2022-07-01 11:41:56 -07:00
Koushik Dutta
77bf411597 cli: support windows 2022-07-01 11:37:52 -07:00
Koushik Dutta
11c5543734 server: publish new ffmpeg 2022-07-01 11:36:21 -07:00
Koushik Dutta
b3a03554ff server: change default volume path. use off the shelf ffmpeg. 2022-07-01 10:46:41 -07:00
Koushik Dutta
2a550b084f cli: add windows command fix 2022-07-01 10:24:10 -07:00
Koushik Dutta
e84ff90ee3 amcrest/hikvision: add setKeepAlive to tcp socket to see if that detects terminated connections 2022-06-30 17:22:01 -07:00
Koushik Dutta
8a21b0e2d0 server: add support for properties from newer sdks 2022-06-28 22:19:21 -07:00