-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
44 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
Create and edit Scrypted `.env` configuration file: | ||
|
||
::: code-group | ||
|
||
```sh[Docker Compose] | ||
nano ~/.scrypted/volume/.env | ||
``` | ||
|
||
```sh[Proxmox] | ||
nano ~/.scrypted/volume/.env | ||
``` | ||
|
||
```sh[Linux] | ||
nano ~/.scrypted/volume/.env | ||
``` | ||
|
||
```sh[Mac] | ||
touch ~/.scrypted/volume/.env | ||
open -a TextEdit ~/.scrypted/volume/.env | ||
``` | ||
|
||
```[Windows Command Prompt] | ||
notepad %USERPROFILE%\.scrypted\volume\.env | ||
``` | ||
|
||
::: | ||
|
||
Paste the following into the editor, and make the necessary changes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
Only local RTSP Cameras are officially supported by Scrypted NVR. This is typically any camera that implements the `ONVIF` and `RTSP` protocol and uses the `H.264` video codec. | ||
|
||
Unsupported hardware (which may work to varying degrees) includes: | ||
* Cloud cameras like Ring, Google/Nest, and Arlo. | ||
* Non-native RTSP Cameras like Wyze. | ||
* Battery powered cameras. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters