Commit Graph

  • d2d31d73ed client: remove requirement for process polyfill Koushik Dutta 2022-07-31 14:04:20 -07:00
  • f08b8ef1db snapshot: further improvements to properly handle event and periodic snapshots Koushik Dutta 2022-07-31 14:03:37 -07:00
  • ae1dd55f22 webrtc: fix first packet notification Koushik Dutta 2022-07-30 22:23:36 -07:00
  • f6b4b98428 snapshot: use ffmpeg instead of jimp Koushik Dutta 2022-07-30 16:03:28 -07:00
  • 7b9ef38aff server: publish Koushik Dutta 2022-07-30 09:37:15 -07:00
  • 7e09f4c07f server: fix socket leak Koushik Dutta 2022-07-30 09:29:40 -07:00
  • b6a582d6b1 server: feature to have video conversion respect resize parameters. video snapshots no longer write to file system. Koushik Dutta 2022-07-28 15:46:37 -07:00
  • b35d472f61 vscode-typescripe: update sample Koushik Dutta 2022-07-28 14:19:30 -07:00
  • 20c4296e83 videoanalysis: mute audio on requested stream Koushik Dutta 2022-07-28 14:18:56 -07:00
  • 2b7cb38e9c snapshot: support image resizing Koushik Dutta 2022-07-28 14:17:46 -07:00
  • b285c4a11e webrtc: fix always transcode bug Koushik Dutta 2022-07-28 14:17:23 -07:00
  • a90c114643 client: add connection options Koushik Dutta 2022-07-28 14:15:48 -07:00
  • 5f3657d350 sdk: update Koushik Dutta 2022-07-28 14:12:50 -07:00
  • d3ddd52d30 server: media manager improvements Koushik Dutta 2022-07-28 14:12:43 -07:00
  • 5319bc8827 server: cors fixes Koushik Dutta 2022-07-28 08:28:27 -07:00
  • 8828c60fd4 Merge branch 'main' of github.com:koush/scrypted Koushik Dutta 2022-07-27 13:42:48 -07:00
  • bffe957849 cloud: send hostname for to add support for multiple servers per account Koushik Dutta 2022-07-27 13:42:37 -07:00
  • a19749e885 change to 1280x720 (#325) Jamie Wood 2022-07-27 21:18:06 +01:00
  • 401c716c2d unifi-protect: fix management url Koushik Dutta 2022-07-25 23:58:55 -07:00
  • 92bf534a77 ui: fix settings bug Koushik Dutta 2022-07-25 10:34:44 -07:00
  • 02045cab65 videoanalysis: better object timeout. fix motion zones. Koushik Dutta 2022-07-25 10:34:33 -07:00
  • 19e366ed36 videoanalysis: filter by motion zones when a zone is enabled. Koushik Dutta 2022-07-24 16:44:13 -07:00
  • 198b95d507 core: fix missing setings Koushik Dutta 2022-07-24 11:36:52 -07:00
  • 323f687996 homekit: publish color temperature bulb. fix snapshot spam bug. Koushik Dutta 2022-07-24 10:26:41 -07:00
  • 3d1d0e2c56 Merge branch 'main' of github.com:koush/scrypted Koushik Dutta 2022-07-24 10:20:18 -07:00
  • 1e4c757d32 webrtc: fix google camera gen 2 regression. https://github.com/shinyoshiaki/werift-webrtc/issues/240 Koushik Dutta 2022-07-24 10:19:38 -07:00
  • 90c70e0f54 Implement ColorSettingTemperature in HomeKit plugin (#318) Yan Davidovich 2022-07-24 08:42:24 -07:00
  • c13ba09889 smtp: update Koushik Dutta 2022-07-23 15:35:18 -07:00
  • a466d03dca smtp: update Koushik Dutta 2022-07-23 15:19:14 -07:00
  • 66d3043056 smtp: fix node 18 Koushik Dutta 2022-07-23 15:17:57 -07:00
  • dffed1bd51 videoanalysis: fix missing settings Koushik Dutta 2022-07-23 08:43:08 -07:00
  • a120901daa webrtc: max compat mode should always transcode audio Koushik Dutta 2022-07-23 00:24:16 -07:00
  • 986fe29871 objectdetection/tensorflow-lite: remove coral requirement. remove stream selection setting, as that is consolidated into rebroadcast. Koushik Dutta 2022-07-22 22:16:54 -07:00
  • f312e68e6a webrtc: cleanup Koushik Dutta 2022-07-22 22:16:29 -07:00
  • 23182f3345 homekit: fix doorbell readme generation on devices with no camera. Koushik Dutta 2022-07-22 22:16:10 -07:00
  • 301fb98b4c core/ui: fix 2 way in web interface Koushik Dutta 2022-07-22 12:10:21 -07:00
  • 9b2051c996 webrtc: update werift upstream. Koushik Dutta 2022-07-22 11:16:36 -07:00
  • e8fbc1cdfa webrtc: update werift upstream. Koushik Dutta 2022-07-22 11:14:53 -07:00
  • a0bcc0bbb3 homekit: fix accessory mode pairing code bug where it was using the bridge pairing code Koushik Dutta 2022-07-22 10:39:40 -07:00
  • b56f8009a7 webrtc: add experimental support for upstream ffmpeg. Koushik Dutta 2022-07-21 08:11:48 -07:00
  • 88240ee44b webrtc: fix dropped frames in encoder process Koushik Dutta 2022-07-20 16:39:19 -07:00
  • b25aa92ded webrtc: add experimental gstreamer pipeline. Koushik Dutta 2022-07-19 08:40:42 -07:00
  • e623b644f0 rebroadcast: guard against missing stream id. use potentially sketchy -reorder_queue_size for faster ffmpeg startup. Koushik Dutta 2022-07-19 08:35:59 -07:00
  • 19d670c6f3 server: add support for plugin forking to better utilize cpu cores in plugins like rebroadcast or nvr Koushik Dutta 2022-07-19 08:34:59 -07:00
  • fef8b98796 common: document ffmpeg args Koushik Dutta 2022-07-19 08:32:25 -07:00
  • 621d16e7d9 Merge branch 'main' of github.com:koush/scrypted Koushik Dutta 2022-07-19 08:32:06 -07:00
  • f38e9ed1e3 sdk: add fork call Koushik Dutta 2022-07-19 08:31:59 -07:00
  • a1cac53a2e rebroadcast: improve rtsp server udp support Koushik Dutta 2022-07-16 22:10:10 -07:00
  • 2c0a3923ef common: improve rtsp server udp support Koushik Dutta 2022-07-16 22:09:45 -07:00
  • f3fc445ee7 Updated README for Google Device Access (#312) James T 2022-07-16 06:48:43 +01:00
  • c948d0eb7e common: fix some issues with rtsp/udp Koushik Dutta 2022-07-15 22:16:03 -07:00
  • 7886a45653 common: reduce log spam in browser Koushik Dutta 2022-07-15 08:29:16 -07:00
  • b247be225e server: simplify plugin loading Koushik Dutta 2022-07-15 08:28:53 -07:00
  • 601267c145 client: publish Koushik Dutta 2022-07-15 08:28:40 -07:00
  • 1beddcc711 webrtc: publish Koushik Dutta 2022-07-14 10:22:47 -07:00
  • 3e97d922bf webrtc: fix console Koushik Dutta 2022-07-13 23:39:03 -07:00
  • 5b67c74078 server: implement sendSocket. Koushik Dutta 2022-07-13 07:48:51 -07:00
  • 6e844ce448 sdk: update Koushik Dutta 2022-07-13 07:47:59 -07:00
  • f5c2542213 common: parse/report fua and stap packets Koushik Dutta 2022-07-13 07:47:18 -07:00
  • d91ac863e1 amcrest: fix ad110 2 way audio bug caused by ffmpeg change Koushik Dutta 2022-07-12 12:57:26 -07:00
  • 74829b1cc8 unifi-protect: fix actual ws reconnect bug Koushik Dutta 2022-07-12 12:47:01 -07:00
  • 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. Koushik Dutta 2022-07-12 11:44:35 -07:00
  • a511130c29 Merge branch 'main' of github.com:koush/scrypted Koushik Dutta 2022-07-08 12:38:14 -07:00
  • 949b3e41e5 sdk: update for nvr playback position Koushik Dutta 2022-07-08 12:38:10 -07:00
  • e98b37f985 homekit: publish Koushik Dutta 2022-07-07 10:03:18 -07:00
  • 41a24fbaba server: Fix api access auth issue. Koushik Dutta 2022-07-07 09:58:51 -07:00
  • 97ee3bf148 client: remove debug sideband code Koushik Dutta 2022-07-07 09:57:55 -07:00
  • 41da5a4af4 ui: simplify camera streaming Koushik Dutta 2022-07-07 09:57:25 -07:00
  • ce7162f015 homekit: fix erroneous pin code Koushik Dutta 2022-07-07 09:56:53 -07:00
  • 95ade274ef homekit/common: fix jitter buffer sequence number distance calculation bug Koushik Dutta 2022-07-07 09:56:39 -07:00
  • bc522ef055 sdk: update Koushik Dutta 2022-07-07 09:56:03 -07:00
  • 8782ada8da update ffmpeg-hardware-acceleration.ts (#307) Matus Kral 2022-07-07 07:10:59 +02:00
  • 51c841727a server: publish Koushik Dutta 2022-07-04 13:44:20 -07:00
  • b0fe3a4618 server: switch node-pty to one with modern prebuilts Koushik Dutta 2022-07-04 13:43:59 -07:00
  • a8b6111db4 server: simplify rpc serializer Koushik Dutta 2022-07-04 13:28:58 -07:00
  • c0e2b82a7a client: fixup sourcemaps Koushik Dutta 2022-07-04 13:28:23 -07:00
  • 766a2a86d4 webrtc: avoid ffmpeg if preferred audio codec is found even if not advertised Koushik Dutta 2022-07-04 13:27:56 -07:00
  • 7afd019328 Update install-scrypted-dependencies-win.ps1 Koushik Dutta 2022-07-01 22:37:00 -07:00
  • 1dbab5e052 Update README.md Koushik Dutta 2022-07-01 13:49:19 -07:00
  • b3ef837de5 install: cleanup Koushik Dutta 2022-07-01 13:48:10 -07:00
  • 7c2b20f64a install: watch for install errors Koushik Dutta 2022-07-01 13:44:01 -07:00
  • b93a9f88b6 Merge branch 'main' of github.com:koush/scrypted Koushik Dutta 2022-07-01 13:27:31 -07:00
  • d646f86843 install: pip install on windows too. Koushik Dutta 2022-07-01 13:27:26 -07:00
  • d5452fadbe server: publish Koushik Dutta 2022-07-01 13:24:29 -07:00
  • a8675479c6 server: fix python plugins on windows Koushik Dutta 2022-07-01 13:22:36 -07:00
  • a4b24fabf8 rebroadcast: log parsed sps Koushik Dutta 2022-07-01 11:43:12 -07:00
  • c367e2217c webrtc: workaround mid mismatch on sdp verification Koushik Dutta 2022-07-01 11:42:55 -07:00
  • 83089ab1e5 homekit: publish node v18 fixes, merges from upstream Koushik Dutta 2022-07-01 11:41:56 -07:00
  • 77bf411597 cli: support windows Koushik Dutta 2022-07-01 11:37:52 -07:00
  • 11c5543734 server: publish new ffmpeg Koushik Dutta 2022-07-01 11:36:21 -07:00
  • b3a03554ff server: change default volume path. use off the shelf ffmpeg. Koushik Dutta 2022-07-01 10:46:41 -07:00
  • 2a550b084f cli: add windows command fix Koushik Dutta 2022-07-01 10:24:10 -07:00
  • e84ff90ee3 amcrest/hikvision: add setKeepAlive to tcp socket to see if that detects terminated connections Koushik Dutta 2022-06-30 17:22:01 -07:00
  • 8a21b0e2d0 server: add support for properties from newer sdks Koushik Dutta 2022-06-28 22:19:21 -07:00
  • e7d2b86be1 plugins: IntrusionSensor changed to TamperSensor Koushik Dutta 2022-06-28 21:53:18 -07:00
  • 8579a9f561 server: cleanups Koushik Dutta 2022-06-28 21:06:10 -07:00
  • 4134b14a78 Merge branch 'main' of github.com:koush/scrypted Koushik Dutta 2022-06-28 21:04:26 -07:00
  • 755cbbd111 server: add support for methods from newer sdks Koushik Dutta 2022-06-28 21:03:36 -07:00
  • 194fcd5fa2 sdk: add event reporting, report sdk version Koushik Dutta 2022-06-28 16:39:16 -07:00
  • c9328bb249 Merge branch 'main' of github.com:koush/scrypted Koushik Dutta 2022-06-28 16:38:12 -07:00