Socket
Socket
Sign inDemoInstall

@scrypted/nvr

Package Overview
Dependencies
Maintainers
1
Versions
910
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrypted/nvr - npm Package Compare versions

Comparing version 0.0.134 to 0.0.135

2

package.json
{
"name": "@scrypted/nvr",
"version": "0.0.134",
"version": "0.0.135",
"scripts": {

@@ -5,0 +5,0 @@ "prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",

@@ -44,15 +44,2 @@ # Scrypted NVR Plugin

You can use the admin page provided by your camera manufacturer to set the optimal codec settings as required by HomeKit:
* h264 video. Do **NOT** use H.264+, "Super" H.264, H.264B, or any other fancy variant. **TURN IT OFF**. Sometimes this unsupported variant setting is called "Smart Code(c)" and it should be set to "Close" or "Off".
* Configure All Substreams, in the following order of preference.
* 1920x1080, 2 Mbit variable bitrate
* 640x480p, 500 Kbit variable bitrate
* 3840x2160, 8 Mbit, variable bitrate (If the camera is not 4K, continue below)
* 1280x720, 1 Mbit, variable bitrate
* 4 second keyframe interval
* `Keyframe Interval` is the number of seconds between keyframes. `Frame Interval` is the number frames between keyframes.
* Cameras are typically configured in `Frame Interval` rather than `Keyframe Interval`. The formula for `Frame Interval` value is: `Frame Interval = 4 * FPS`. So if `FPS` is `30` as specified, `Frame Interval` should be set to `120`.
* Audio codecs, in order of preference:
* Opus (used for live streaming to HomeKit or web)
* PCM-ulaw/G711u (raw format suitable for web)
It is highly recommended to use the codec settings detailed in the [Scrypted Codec Settings guide](https://github.com/koush/scrypted/wiki/Codec-Settings).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc