@scrypted/nvr 0.0.163 → 0.0.166

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
@@ -18,27 +18,37 @@ The Object Detection Plugin (`tensorflow-lite`) is automatically installed by Sc
18
18
 
19
19
  ### Install App
20
20
 
21
- The Scrypted NVR app allowing viewing of cameras and recordings remotely.
21
+ The Scrypted NVR app allows viewing of cameras and recordings remotely.
22
22
 
23
- App Store installation will be available upon final release. The Beta has Progressive Web Apps (PWA) that can be installed on any platform:
24
23
 
25
- * iOS: Install with Safari
26
- * Android: Install with Chrome
27
- * Windows/Mac/Linux: Install with Edge or Chrome
24
+ #### iOS App Instructions
28
25
 
26
+ 1. Install and log into the Scrypted Cloud plugin.
27
+ 2. [Install the Scrypted Beta App using TestFlight](https://testflight.apple.com/join/mpXXwLk7)
29
28
 
30
29
  <br/>
31
30
 
32
- #### App Install Instructions
31
+ #### Progressive Web App Instructions
32
+
33
+ All platforms (including iOS) can install the Progressive Web App (PWA):
34
+
33
35
  1. Install and log into the Scrypted Cloud plugin.
34
- 2. On your phone/desktop, using the browser(s) specified above for your OS, open [the app installation link](https://nvr.scrypted.app/#/install-pwa) and log into Scrypted Cloud.
35
- 4. This page can be installed as an app. See screenshot below.
36
+ 2. On your phone/desktop, using the browser(s) specified in the section below for your OS, open [the app installation link](https://nvr.scrypted.app/#/install-pwa) and log into Scrypted Cloud.
37
+ 3. This page can be installed as an app. See screenshot.
36
38
 
37
39
  <p align="center">
38
40
  <a href='https://user-images.githubusercontent.com/73924/194009896-359021b8-63a1-484f-aed7-35edeff92fa2.jpeg'>
39
41
  <img width="400" alt="Scrypted_NVR_App_Install" src="https://user-images.githubusercontent.com/73924/194009896-359021b8-63a1-484f-aed7-35edeff92fa2.jpeg"></a>
40
42
  </p>
41
43
 
44
+ PWA Installation Browser:
45
+
46
+ * iOS: Install with Safari
47
+ * Android: Install with Chrome
48
+ * Windows/Mac/Linux: Install with Edge or Chrome
49
+
50
+ <br/>
51
+
42
52
  ## Camera Codec Settings
43
53
 
44
54
  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.163",
3
+ "version": "0.0.166",
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",