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
2022-06-27 11:47:16 -07:00
2022-07-04 13:28:23 -07:00
2022-07-04 13:44:20 -07:00
2021-10-02 20:52:59 -07:00
2021-11-05 23:38:51 -07:00
2021-08-24 21:22:41 -07:00
2022-05-02 11:50:47 -07:00
2022-07-01 13:49:19 -07:00

Scrypted Home Automation

Scrypted is a home automation platform primarily focusing on making camera experiences seamless.

  • Video load instantly, everywhere: Demo
  • HomeKit Secure Video Support
  • Google Home support: "Ok Google, Stream Backyard"
  • Alexa Support: Streaming to Alexa app on iOS/Android and Echo Show.
Scrypted_Management_Console

Installation

Select the appropriate guide. After installation is finished, remember to visit HomeKit Secure Video Setup.

Discord

Chat on Discord for support, tips, announcements, and bug reporting. There is an active and helpful community.

Join Scrypted Discord

Wiki

There are many topics covered in the Scrypted Wiki sidebar. Review them for documented support, tips, and guides before asking for assistance on GitHub or Discord.

Supported Platforms

  • Google Home
  • Apple HomeKit
  • Amazon Alexa

Supported accessories:

Development

Debug the Scrypted Server in VSCode

# check out the code
git clone https://github.com/koush/scrypted
cd scrypted
# get the dependencies for the server and various plugins
./npm-install.sh
# open server project in VS Code
code server

You can now launch Scrypted in VSCode.

Debug Scrypted Plugins in VSCode

# this is an example for homekit.
# check out the code
git clone https://github.com/koush/scrypted
cd scrypted
# get the dependencies for the server and various plugins
./npm-install.sh
# open the homekit project in VS Code
code plugins/homekit

You can now launch (using the Start Debugging play button) the HomeKit Plugin in VSCode. Please be aware that you do not need to restart the Scrypted Server if you make changes to a plugin. Edit the plugin, launch, and the updated plugin will deploy on the running server.

If you do not want to set up VS Code, you can also run build and install the plugin directly from the command line:

# currently in the plugins/homekit directory.
npm run scrypted-webpack && npm run scrypted-deploy 127.0.0.1

Plugin Development

Want to write your own plugin? Full documentation is available here: https://developer.scrypted.app

Description
No description provided
Readme 64 MiB
Languages
TypeScript 79.9%
Python 16.3%
JavaScript 2.3%
Shell 1.4%
PowerShell 0.1%