@scrypted/nvr 0.0.134 → 0.0.136
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -14
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,17 +41,4 @@ App Store installation will be available upon final release. The Beta has Progre
|
|
|
41
41
|
|
|
42
42
|
## Camera Codec Settings
|
|
43
43
|
|
|
44
|
-
You can use the admin page provided by your camera manufacturer to set the optimal codec settings
|
|
45
|
-
|
|
46
|
-
* 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".
|
|
47
|
-
* Configure All Substreams, in the following order of preference.
|
|
48
|
-
* 1920x1080, 2 Mbit variable bitrate
|
|
49
|
-
* 640x480p, 500 Kbit variable bitrate
|
|
50
|
-
* 3840x2160, 8 Mbit, variable bitrate (If the camera is not 4K, continue below)
|
|
51
|
-
* 1280x720, 1 Mbit, variable bitrate
|
|
52
|
-
* 4 second keyframe interval
|
|
53
|
-
* `Keyframe Interval` is the number of seconds between keyframes. `Frame Interval` is the number frames between keyframes.
|
|
54
|
-
* 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`.
|
|
55
|
-
* Audio codecs, in order of preference:
|
|
56
|
-
* Opus (used for live streaming to HomeKit or web)
|
|
57
|
-
* PCM-ulaw/G711u (raw format suitable for web)
|
|
44
|
+
You can use the admin page provided by your camera manufacturer to set the optimal codec settings for the NVR. It is highly recommended to use the codec settings detailed in the [Scrypted Codec Settings guide](https://github.com/koush/scrypted/wiki/Codec-Settings).
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrypted/nvr",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.136",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
|
|
6
6
|
"prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",
|