@scrypted/nvr 0.0.271 → 0.0.273

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 CHANGED
@@ -4,7 +4,7 @@ NVR plugin for Scrypted.
4
4
 
5
5
  **This plugin is currently only intended for local RTSP cameras.**
6
6
 
7
- This readme will guide you through the NVR setup, camera smart detection setup and app installation. **New Scrypted users are encouraged to integrate and verify their cameras with Scrypted before setting up this NVR plugin**. Additional help and support can also be found on the [Scrypted Discord #nvr Channel](https://discord.gg/DcFzmBHYGq).
7
+ This readme will guide you through the NVR setup, camera smart detection setup and app installation. **New Scrypted users are encouraged to integrate and verify their cameras with Scrypted before using the NVR plugin**. Additional help and support can also be found on the [Scrypted Discord #nvr Channel](https://discord.gg/DcFzmBHYGq).
8
8
 
9
9
  ### Purchase and Manage Subscription
10
10
 
@@ -26,6 +26,8 @@ The NVR requires a storage directory for recordings. It is highly recommended to
26
26
  ```
27
27
  2. Observe the free space reported by Scrypted NVR Plugin to verify the correct drive is being used.
28
28
 
29
+ <br/>
30
+
29
31
  ### Camera Setup
30
32
 
31
33
  After adding a camera to Scrypted using the appropriate camera plugin, enable recording in the Camera Settings by selecting `Scrypted NVR` in the `Integrations and Extensions` list. Scrypted NVR highly recommends following the [Scrypted Codec Settings guide](https://github.com/koush/scrypted/wiki/Codec-Settings) to configure your camera for optimal recording and playback performance (these are the same settings for HomeKit). You can use the admin page provided by your camera manufacturer to configure these settings.
@@ -41,8 +43,9 @@ After the cameras are configured, [Cameras and Recordings](/endpoint/@scrypted/c
41
43
  Cameras and recordings can be viewed remotely via a browser or the app. The [Scrypted Cloud](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/cloud) plugin is required.
42
44
 
43
45
  1. Install the [Scrypted Cloud](/endpoint/@scrypted/core/public/#/component/plugin/install/@scrypted/cloud) plugin.
44
- * Scrypted Cloud accomodates custom domains and is required to be installed when self hosting. See below for self hosting instructions.
45
- 2. Log in to the Scrypted Cloud plugin.
46
+ * Scrypted Cloud accommodates custom domains and is required to be installed when self hosting. See below for self hosting instructions.
47
+ 2. Login on the Scrypted Cloud plugin.
48
+ * Though it is not required, configuring port forwarding or UPNP on your router is highly recommended for the best performance.
46
49
  3. Your cameras can now be viewed from anywhere at [nvr.scrypted.app](https://nvr.scrypted.app).
47
50
 
48
51
  <br/>
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.271",
3
+ "version": "0.0.273",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",