Updated external content (Jenkins build 88)
parent
8581b65590
commit
8e28e4ebf1
|
@ -210,6 +210,7 @@ If you do not specify any of these, the binding will use the default which shoul
|
|||
| `hlsOutOptions`| This gives you direct access to specify your own FFmpeg options to be used. Default: `-strict -2 -f lavfi -i aevalsrc=0 -acodec aac -vcodec copy -hls_flags delete_segments -hls_time 2 -hls_list_size 4` |
|
||||
| `gifOutOptions`| This gives you direct access to specify your own FFmpeg options to be used for animated GIF files. Default: `-r 2 -filter_complex scale=-2:360:flags=lanczos,setpts=0.5*PTS,split[o1][o2];[o1]palettegen[p];[o2]fifo[o3];[o3][p]paletteuse` |
|
||||
| `mjpegOptions` | Allows you to change the settings for creating a MJPEG stream from RTSP using FFmpeg. Possible reasons to change this would be to rotate or re-scale the picture from the camera, change the JPG compression for better quality or the FPS rate. |
|
||||
| `snapshotOptions` | Specify your own FFmpeg options to be used when creating snapshots from RTSP. Default: `-an -vsync vfr -q:v 2 -update 1` |
|
||||
| `motionOptions` | This gives access to the FFmpeg parameters for detecting motion alarms from a RTSP stream. One possible use for this is to use the CROP feature to ignore any trees that move in the wind or a timecode stamp. Crop will not remove the trees from your picture, it only ignores the movement of the tree. |
|
||||
| `gifPreroll`| Store this many snapshots from BEFORE you trigger a GIF creation. Default: `0` will not use snapshots and will instead use a realtime stream from the ffmpegInput URL |
|
||||
| `ipWhitelist`| Enter any IPs inside brackets that you wish to allow to access the video stream. `DISABLE` the default value will turn this feature off. Example: `ipWhitelist="(127.0.0.1)(192.168.0.99)"` |
|
||||
|
|
|
@ -241,6 +241,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
@ -479,6 +487,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
@ -722,6 +738,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
@ -1006,6 +1030,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
@ -1272,6 +1304,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
@ -1535,6 +1575,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
@ -1823,6 +1871,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
@ -2098,6 +2154,14 @@
|
|||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="snapshotOptions" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<label>Snapshot Options</label>
|
||||
<description>Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
</description>
|
||||
<default>-an -vsync vfr -q:v 2 -update 1</default>
|
||||
<advanced>true</advanced>
|
||||
</parameter>
|
||||
|
||||
<parameter name="alarmInputUrl" type="text" required="false" groupName="FFmpeg Setup">
|
||||
<context>url</context>
|
||||
<label>Alarm Input URL</label>
|
||||
|
|
|
@ -295,9 +295,14 @@ Use `storagecapacity=xxx` to override how much space to consume at most for Aman
|
|||
If you choose to skip this during system installation, you can still setup both, mirroring and Amanda, at
|
||||
any later time using the 5X menu options.
|
||||
|
||||
Should you need to switch to run on backup, get a another new SD card to match the size of the broken card.
|
||||
Menu 5X provides interactive access to the aforementioned functions:
|
||||
`53 Setup SD monitoring` prepares the partitions on an SD card and sets up timers to execute both, a full mirroring
|
||||
and complementary rsync 'diff' runs in a backup schedule.
|
||||
`54 Raw copy SD` is a one-time raw copy (mirror) run.
|
||||
`55 Sync SD` proagates (syncs) differences from your main SD card to your external card.
|
||||
|
||||
Should you need to switch over to your backup card, get a another new SD card to match the size of the broken card and use menu option 54 to copy your active backup card back to the new one and switch cards back as soon as possible.
|
||||
|
||||
Use menu option 54 to copy your active backup card back to the new one and switch cards back as soon as possible.
|
||||
|
||||
#### Tailscale VPN network
|
||||
Tailscale is a management toolset to establish a WireGuard based VPN between multiple systems if you want
|
||||
|
|
Loading…
Reference in New Issue