Koushik Dutta 2fb11368f1 Revert "rebroadcast: handle pcm audio"
This reverts commit 66a2259242.
2021-10-12 13:20:53 -07:00
2021-09-23 18:22:20 -07:00
2021-10-12 12:36:43 -07:00
2021-10-11 22:57:38 -07:00
2021-10-02 20:52:59 -07:00
2021-08-24 21:22:41 -07:00
2021-10-08 20:31:12 -07:00
2021-09-10 20:29:06 -07:00
2021-10-04 02:27:15 -07:00
2021-08-24 21:22:41 -07:00
2021-10-10 19:11:22 -07:00

Scrypted Home Automation

Scrypted_Management_Console

Discord

Join Scrypted Discord

Supported Platforms

  • Google Home
  • Apple HomeKit
  • Amazon Alexa

Supported accessories:

Installation

Run on Docker

Instructions

Run Locally

Prerequisites

  • Node v16 (older versions seem to have issues with the cluster module)
  • Windows is not supported, but may work.

Linux Prerequisites

sudo apt install libavahi-compat-libdnssd-dev

Run in Terminal

# Mac M1 (Apple Silicon) should uncomment the nextline to switch to x64 mode
# arch -x86_64 zsh

# checkout source
git clone https://github.com/koush/scrypted.git

# npm install and run
cd scrypted/server
npm install
npm run serve
# visit https://localhost:9443/ in a browser

Debug in VSCode

Follow the steps for running locally above.

# in directory with the scrypted git checkout
cd scrypted/server
# open this directory in VSCode
code .

You can now launch Scrypted in VSCode.

Plugin Development Documentation

https://developer.scrypted.app

HomeKit Secure Video Setup

  1. Install Scrypted
  2. Open https://localhost:9443/
  3. Install the HomeKit Plugin from the available plugins tab
  4. Install the Unifi, HikVision, ONVIF, or Amcrest camera plugin
    • HKSV requires a plugin with hardware motion detect support. If there's no plugin for your camera, you can install the generic RTSP and the OpenCV motion detector plugin. This will use the processing power on your server to detect camera motion.
  5. Install the Rebroadcast plugin.
    • This is optional but highly recommended. It keeps a short video loop of the stream in memory leading up to the motion.
  6. Pair with the Scrypted Server accessory using your HomeKit app on iOS or Mac.
  7. Enable recording on the cameras in HomeKit.
    • Troubleshooting: Reload the HomeKit Plugin and/or restart Scrypted if streaming works, but recording events do not.
Description
No description provided
Readme 64 MiB
Languages
TypeScript 79.8%
Python 16.3%
JavaScript 2.3%
Shell 1.4%
PowerShell 0.1%