@scrypted/nvr 0.0.164 → 0.0.167

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
@@ -20,28 +20,35 @@ The Object Detection Plugin (`tensorflow-lite`) is automatically installed by Sc
20
20
 
21
21
  The Scrypted NVR app allows viewing of cameras and recordings remotely.
22
22
 
23
- iOS App: [Install in TestFlight](https://testflight.apple.com/join/mpXXwLk7)
24
23
 
25
- All platforms (including iOS) can install the Progressive Web App (PWA):
26
-
27
- * iOS: Install with Safari
28
- * Android: Install with Chrome
29
- * Windows/Mac/Linux: Install with Edge or Chrome
24
+ #### iOS App Instructions
30
25
 
31
- Desktop and Android apps is under development.
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)
32
28
 
33
29
  <br/>
34
30
 
35
- #### PWA Install Instructions
31
+ #### Progressive Web App Instructions
32
+
33
+ All platforms (including iOS) can install the Progressive Web App (PWA):
34
+
36
35
  1. Install and log into the Scrypted Cloud plugin.
37
- 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.
38
- 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.
39
38
 
40
39
  <p align="center">
41
40
  <a href='https://user-images.githubusercontent.com/73924/194009896-359021b8-63a1-484f-aed7-35edeff92fa2.jpeg'>
42
41
  <img width="400" alt="Scrypted_NVR_App_Install" src="https://user-images.githubusercontent.com/73924/194009896-359021b8-63a1-484f-aed7-35edeff92fa2.jpeg"></a>
43
42
  </p>
44
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
+
45
52
  ## Camera Codec Settings
46
53
 
47
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.164",
3
+ "version": "0.0.167",
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",