iobroker.agent-dvr 0.1.0 → 0.2.0
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.de.md +289 -175
- package/README.md +226 -90
- package/admin/assets/index-ulvdM37k.js +685 -0
- package/admin/i18n/de.json +3 -7
- package/admin/i18n/en.json +131 -135
- package/admin/i18n/es.json +3 -7
- package/admin/i18n/fr.json +3 -7
- package/admin/i18n/it.json +3 -7
- package/admin/i18n/nl.json +3 -7
- package/admin/i18n/pl.json +3 -7
- package/admin/i18n/pt.json +3 -7
- package/admin/i18n/ru.json +3 -7
- package/admin/i18n/uk.json +3 -7
- package/admin/i18n/zh-cn.json +3 -7
- package/admin/index_m.html +27 -0
- package/build/main.js +152 -103
- package/build/main.js.map +2 -2
- package/io-package.json +16 -17
- package/lib/web.js +52 -5
- package/package.json +1 -1
- package/www/flv.min.js +7534 -0
- package/www/index.html +382 -99
- package/admin/custom/go2rtcMapping.js +0 -169
- package/admin/jsonConfig.json +0 -822
package/admin/i18n/de.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Ecke der Aufnahme-Kachel, in der der Tag-Badge erscheint",
|
|
126
126
|
"cfgDashBtnsVisible": "Buttons immer sichtbar",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Aufnahme- und PTZ-Button immer anzeigen (sonst nur bei Hover)",
|
|
128
|
+
"hdrCameraStreams": "Stream-Zuweisung",
|
|
128
129
|
"hdrGo2rtc": "go2rtc WebRTC-Streams",
|
|
129
|
-
"cfgGo2rtcEnabled": "go2rtc aktivieren",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "WebRTC-Streams von go2rtc statt MJPEG verwenden",
|
|
131
130
|
"cfgGo2rtcUrl": "go2rtc URL",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "Basis-URL des go2rtc-Servers, z. B. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "AgentDVR Kamera-Key (z.B. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "go2rtc Stream-Name (z.B. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Wähle die Stream-Quelle je Kamera: MJPEG oder MP4/FLV (über AgentDVR) oder ein go2rtc-Stream."
|
|
133
|
+
}
|
package/admin/i18n/en.json
CHANGED
|
@@ -1,137 +1,133 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
"cfgGo2rtcMapping": "Stream mapping",
|
|
134
|
-
"cfgGo2rtcMapping_tt": "Maps each AgentDVR camera to a go2rtc stream. Add one row per camera. Cameras without an entry fall back to MJPEG.",
|
|
135
|
-
"cfgGo2rtcCamKey": "AgentDVR camera key (e.g. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "go2rtc stream name (e.g. Reolink)"
|
|
2
|
+
"agent-dvr adapter settings": "Agent DVR Adapter Settings",
|
|
3
|
+
"tabConnection": "Connection",
|
|
4
|
+
"tabFeatures": "Features",
|
|
5
|
+
"tabWidget": "Widget",
|
|
6
|
+
"tabAdvanced": "Advanced",
|
|
7
|
+
"cfgIp": "AgentDVR IP Address",
|
|
8
|
+
"cfgPort": "Port",
|
|
9
|
+
"cfgUser": "Username (optional)",
|
|
10
|
+
"cfgPass": "Password (optional)",
|
|
11
|
+
"cfgPollSeconds": "Poll interval (seconds)",
|
|
12
|
+
"cfgHttpTimeoutMs": "HTTP timeout (ms)",
|
|
13
|
+
"cfgEnableSystemControls": "System control buttons",
|
|
14
|
+
"cfgEnablePtz": "PTZ control buttons",
|
|
15
|
+
"cfgEnableUrls": "Generate stream URLs",
|
|
16
|
+
"cfgEnableEventDps": "Event data points",
|
|
17
|
+
"cfgEnablePush": "Real-time push trigger",
|
|
18
|
+
"cfgEnableOverview": "Overview widget (all cameras)",
|
|
19
|
+
"cfgStoreRawJson": "Store raw API JSON",
|
|
20
|
+
"cfgEnableWidget": "Gallery widget per camera",
|
|
21
|
+
"cfgWidgetMode": "Widget mode",
|
|
22
|
+
"cfgWidgetModeNojs": "Pure HTML/CSS (no JavaScript, compatible everywhere)",
|
|
23
|
+
"cfgWidgetModeJs": "Full JS (search + tag filter, requires script execution)",
|
|
24
|
+
"cfgWidgetAnzahl": "Max. recordings in gallery",
|
|
25
|
+
"cfgWidgetMinCol": "Min. column width (px)",
|
|
26
|
+
"cfgWidgetShowTags": "Show event tags",
|
|
27
|
+
"cfgWidgetLiveAspect": "Live tile aspect ratio (e.g. 16/9, leave empty for auto)",
|
|
28
|
+
"cfgWidgetTagPosition": "Tag badge position",
|
|
29
|
+
"cfgTagPosTopLeft": "Top left",
|
|
30
|
+
"cfgTagPosTopRight": "Top right",
|
|
31
|
+
"cfgTagPosBotLeft": "Bottom left",
|
|
32
|
+
"cfgTagPosBotRight": "Bottom right",
|
|
33
|
+
"cfgWidgetMaxModalWidth": "Max. player width (px)",
|
|
34
|
+
"cfgWidgetPlayerUrl": "External player URL (leave empty for built-in player)",
|
|
35
|
+
"cfgMaxDepth": "Max. object flatten depth",
|
|
36
|
+
"cfgMaxArray": "Max. array length to expand",
|
|
37
|
+
"cfgEventTagsDynamic": "Auto-detect event tags from recordings",
|
|
38
|
+
"cfgEventTagsIgnore": "Event tags to ignore (comma-separated)",
|
|
39
|
+
"cfgEventTags": "Fixed event tags to always create (comma-separated)",
|
|
40
|
+
"cfgEnableSnapshotB64": "Snapshot as Base64",
|
|
41
|
+
"hdrControls": "Control Buttons",
|
|
42
|
+
"hdrEvents": "Events & Push",
|
|
43
|
+
"hdrDisplay": "Display",
|
|
44
|
+
"hdrDebug": "Debug",
|
|
45
|
+
"hdrWidgetGeneral": "Gallery Widget",
|
|
46
|
+
"hdrWidgetLayout": "Layout",
|
|
47
|
+
"hdrWidgetTags": "Tags",
|
|
48
|
+
"hdrWidgetPlayer": "Livestream & Player",
|
|
49
|
+
"cfgEnableSystemControls_tt": "Arm/Disarm/Restart buttons, profile selector and all system-wide control commands",
|
|
50
|
+
"cfgEnablePtz_tt": "Hold switches for PTZ (left/right/up/down/zoom) per camera",
|
|
51
|
+
"cfgEnableUrls_tt": "URL states for snapshot, MJPEG and MP4 stream per camera",
|
|
52
|
+
"cfgEnableSnapshotB64_tt": "Save camera image as Base64 on every poll (photo.jpg, full resolution). Refresh button always present.",
|
|
53
|
+
"cfgEnableEventDps_tt": "Mirror metadata of the last recording (filename, date, duration, tags)",
|
|
54
|
+
"cfgEnablePush_tt": "Push trigger state is updated immediately when AgentDVR reports a new recording",
|
|
55
|
+
"cfgEnableOverview_tt": "HTML state with all cameras as tile grid (for visualizations, dashboards etc.)",
|
|
56
|
+
"cfgStoreRawJson_tt": "Write full getObjects response to system.raw_getObjects (useful for debugging)",
|
|
57
|
+
"cfgEnableWidget_tt": "HTML gallery with the latest recordings per camera (for visualizations, dashboards etc.)",
|
|
58
|
+
"cfgWidgetMode_tt": "Pure HTML/CSS compatible everywhere. Full JS with search field and tag filter (requires script execution).",
|
|
59
|
+
"cfgWidgetAnzahl_tt": "Maximum number of recordings in the gallery per camera",
|
|
60
|
+
"cfgWidgetMinCol_tt": "Minimum column width of the gallery grid in pixels",
|
|
61
|
+
"cfgWidgetMaxModalWidth_tt": "Maximum width of the video player in the modal dialog in pixels",
|
|
62
|
+
"cfgWidgetShowTags_tt": "Show event tags as colored badge labels on gallery tiles",
|
|
63
|
+
"cfgWidgetTagPosition_tt": "Corner of the image where the tag badge appears",
|
|
64
|
+
"cfgWidgetLiveAspect_tt": "Aspect ratio of the livestream tile e.g. 16/9. Leave empty for automatic.",
|
|
65
|
+
"cfgWidgetPlayerUrl_tt": "URL of an external video player. Leave empty for built-in player.",
|
|
66
|
+
"hdrWidgetFilter": "Filter & Sort",
|
|
67
|
+
"cfgWidgetSortNewest": "Newest first",
|
|
68
|
+
"cfgWidgetSortNewest_tt": "Sort recordings by date, newest first",
|
|
69
|
+
"cfgWidgetShowSearch": "Show search field (JS mode only)",
|
|
70
|
+
"cfgWidgetShowSearch_tt": "Show text search over date, tag and filename in JS mode",
|
|
71
|
+
"cfgWidgetCompact": "Compact layout",
|
|
72
|
+
"cfgWidgetCompact_tt": "Smaller spacing and font – more entries at a glance (works in both modes)",
|
|
73
|
+
"cfgWidgetDefaultTag": "Default tag filter (empty = all)",
|
|
74
|
+
"cfgWidgetDefaultTag_tt": "This tag is pre-selected on first load (JS mode only)",
|
|
75
|
+
"cfgWidgetThumbSize": "Thumbnail size",
|
|
76
|
+
"cfgWidgetThumbSize_tt": "Width of preview images in the gallery (overrides min. column width)",
|
|
77
|
+
"cfgWidgetThumbSmall": "Small (120 px)",
|
|
78
|
+
"cfgWidgetThumbMedium": "Medium (180 px)",
|
|
79
|
+
"cfgWidgetThumbLarge": "Large (240 px)",
|
|
80
|
+
"tabDashboard": "Live Dashboard",
|
|
81
|
+
"hdrDashView": "View",
|
|
82
|
+
"cfgDashDefaultView": "Default view on open",
|
|
83
|
+
"cfgDashDefaultView_tt": "Which tab is active when the dashboard opens",
|
|
84
|
+
"cfgDashViewLive": "Live view",
|
|
85
|
+
"cfgDashViewRec": "Recordings",
|
|
86
|
+
"cfgDashShowOffline": "Show offline cameras",
|
|
87
|
+
"cfgDashShowOffline_tt": "Include cameras that are currently offline in the live grid",
|
|
88
|
+
"hdrDashGrid": "Camera grid",
|
|
89
|
+
"cfgDashGridCols": "Column count (0 = automatic)",
|
|
90
|
+
"cfgDashGridCols_tt": "Force a fixed number of camera columns. 0 = optimal count is calculated automatically.",
|
|
91
|
+
"hdrDashStream": "Stream & Refresh",
|
|
92
|
+
"cfgDashRefreshSec": "Reload camera list every (seconds)",
|
|
93
|
+
"cfgDashRefreshSec_tt": "How often the camera list is reloaded from the server (0 = no automatic reload)",
|
|
94
|
+
"cfgDashStreamReconnect": "Auto-reconnect stream on error",
|
|
95
|
+
"cfgDashStreamReconnect_tt": "Automatically restart the MJPEG stream after a connection drop",
|
|
96
|
+
"hdrWidgetTheme": "Colors & Design",
|
|
97
|
+
"cfgWidgetColorCardBg": "Tile background",
|
|
98
|
+
"cfgWidgetColorCardBg_tt": "Background color of thumbnail tiles – rgba(r,g,b,a) or #hex",
|
|
99
|
+
"cfgWidgetColorTagBg": "Tag badge background",
|
|
100
|
+
"cfgWidgetColorTagBg_tt": "Background color of the tag badge",
|
|
101
|
+
"cfgWidgetColorTagText": "Tag badge text color",
|
|
102
|
+
"cfgWidgetColorTagText_tt": "Text color of the tag badge",
|
|
103
|
+
"cfgWidgetColorAccent": "Accent color",
|
|
104
|
+
"cfgWidgetColorAccent_tt": "Accent color for links and buttons in the widget",
|
|
105
|
+
"cfgWidgetColorModalBg": "Modal background",
|
|
106
|
+
"cfgWidgetColorModalBg_tt": "Background color of the video player dialog",
|
|
107
|
+
"cfgWidgetBorderRadius": "Border radius (px)",
|
|
108
|
+
"cfgWidgetBorderRadius_tt": "Corner radius of thumbnail tiles in pixels (0 = square)",
|
|
109
|
+
"hdrDashTheme": "Colors & Design",
|
|
110
|
+
"cfgDashColorBg": "Background",
|
|
111
|
+
"cfgDashColorBg_tt": "Main background color of the dashboard",
|
|
112
|
+
"cfgDashColorSurface": "Surface / Cards",
|
|
113
|
+
"cfgDashColorSurface_tt": "Background color of tiles and cards",
|
|
114
|
+
"cfgDashColorAccent": "Accent color",
|
|
115
|
+
"cfgDashColorAccent_tt": "Main accent color (buttons, active elements, borders)",
|
|
116
|
+
"cfgDashColorText": "Text color",
|
|
117
|
+
"cfgDashColorText_tt": "Primary text color",
|
|
118
|
+
"cfgDashColorBorder": "Border color",
|
|
119
|
+
"cfgDashColorBorder_tt": "Color of dividers and borders",
|
|
120
|
+
"cfgDashColorOnline": "Online color",
|
|
121
|
+
"cfgDashColorOnline_tt": "Color of the online status indicator",
|
|
122
|
+
"cfgDashColorOffline": "Offline color",
|
|
123
|
+
"cfgDashColorOffline_tt": "Color of the offline status indicator",
|
|
124
|
+
"cfgDashTagPosition": "Tag badge position",
|
|
125
|
+
"cfgDashTagPosition_tt": "Corner of the recording tile where the tag badge appears",
|
|
126
|
+
"cfgDashBtnsVisible": "Buttons always visible",
|
|
127
|
+
"cfgDashBtnsVisible_tt": "Always show record and PTZ buttons on camera tile (otherwise only visible on hover)",
|
|
128
|
+
"hdrCameraStreams": "Stream Assignment",
|
|
129
|
+
"hdrGo2rtc": "go2rtc WebRTC Streams",
|
|
130
|
+
"cfgGo2rtcUrl": "go2rtc URL",
|
|
131
|
+
"cfgGo2rtcUrl_tt": "Base URL of the go2rtc server, e.g. http://192.168.1.1:1984",
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Select the stream source per camera: MJPEG or MP4/FLV (via AgentDVR) or a go2rtc stream."
|
|
137
133
|
}
|
package/admin/i18n/es.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Esquina del mosaico de grabación donde aparece el badge de etiqueta",
|
|
126
126
|
"cfgDashBtnsVisible": "Botones siempre visibles",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Mostrar siempre los botones de grabación y PTZ (de lo contrario, solo al pasar el cursor)",
|
|
128
|
+
"hdrCameraStreams": "Asignación de streams",
|
|
128
129
|
"hdrGo2rtc": "Streams WebRTC go2rtc",
|
|
129
|
-
"cfgGo2rtcEnabled": "Activar go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "Usar streams WebRTC de go2rtc en lugar de MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "URL base del servidor go2rtc, p. ej. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "Clave de cámara AgentDVR (p.ej. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "Nombre de stream go2rtc (p.ej. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Selecciona la fuente de stream por cámara: MJPEG o MP4/FLV (vía AgentDVR) o un stream de go2rtc."
|
|
133
|
+
}
|
package/admin/i18n/fr.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Coin de la tuile d'enregistrement où apparaît le badge d'étiquette",
|
|
126
126
|
"cfgDashBtnsVisible": "Boutons toujours visibles",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Toujours afficher les boutons d'enregistrement et PTZ (sinon visible au survol seulement)",
|
|
128
|
+
"hdrCameraStreams": "Attribution des flux",
|
|
128
129
|
"hdrGo2rtc": "Flux WebRTC go2rtc",
|
|
129
|
-
"cfgGo2rtcEnabled": "Activer go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "Utiliser les flux WebRTC de go2rtc au lieu de MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "URL de base du serveur go2rtc, par ex. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "Clé caméra AgentDVR (ex. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "Nom du flux go2rtc (ex. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Sélectionne la source de flux par caméra : MJPEG ou MP4/FLV (via AgentDVR) ou un flux go2rtc."
|
|
133
|
+
}
|
package/admin/i18n/it.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Angolo del riquadro di registrazione dove appare il badge etichetta",
|
|
126
126
|
"cfgDashBtnsVisible": "Pulsanti sempre visibili",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Mostra sempre i pulsanti di registrazione e PTZ (altrimenti solo al passaggio del mouse)",
|
|
128
|
+
"hdrCameraStreams": "Assegnazione stream",
|
|
128
129
|
"hdrGo2rtc": "Stream WebRTC go2rtc",
|
|
129
|
-
"cfgGo2rtcEnabled": "Attiva go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "Usa stream WebRTC da go2rtc invece di MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "URL base del server go2rtc, es. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "Chiave telecamera AgentDVR (es. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "Nome stream go2rtc (es. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Seleziona la sorgente dello stream per ogni telecamera: MJPEG o MP4/FLV (via AgentDVR) o uno stream go2rtc."
|
|
133
|
+
}
|
package/admin/i18n/nl.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Hoek van de opnametegel waar de tagbadge verschijnt",
|
|
126
126
|
"cfgDashBtnsVisible": "Knoppen altijd zichtbaar",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Opname- en PTZ-knoppen altijd tonen (anders alleen bij hover)",
|
|
128
|
+
"hdrCameraStreams": "Stream-toewijzing",
|
|
128
129
|
"hdrGo2rtc": "go2rtc WebRTC-streams",
|
|
129
|
-
"cfgGo2rtcEnabled": "go2rtc inschakelen",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "WebRTC-streams van go2rtc gebruiken in plaats van MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "go2rtc URL",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "Basis-URL van de go2rtc-server, bijv. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "AgentDVR camerasleutel (bijv. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "go2rtc streamnaam (bijv. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Selecteer de streambron per camera: MJPEG of MP4/FLV (via AgentDVR) of een go2rtc-stream."
|
|
133
|
+
}
|
package/admin/i18n/pl.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Róg kafelka nagrania, w którym pojawia się odznaka tagu",
|
|
126
126
|
"cfgDashBtnsVisible": "Przyciski zawsze widoczne",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Zawsze pokazuj przyciski nagrywania i PTZ (w przeciwnym razie tylko po najechaniu)",
|
|
128
|
+
"hdrCameraStreams": "Przypisanie strumieni",
|
|
128
129
|
"hdrGo2rtc": "Strumienie WebRTC go2rtc",
|
|
129
|
-
"cfgGo2rtcEnabled": "Włącz go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "Używaj strumieni WebRTC z go2rtc zamiast MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "Bazowy URL serwera go2rtc, np. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "Klucz kamery AgentDVR (np. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "Nazwa strumienia go2rtc (np. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Wybierz źródło strumienia dla każdej kamery: MJPEG, MP4/FLV (przez AgentDVR) lub strumień go2rtc."
|
|
133
|
+
}
|
package/admin/i18n/pt.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Canto do bloco de gravação onde o badge de etiqueta aparece",
|
|
126
126
|
"cfgDashBtnsVisible": "Botões sempre visíveis",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Mostrar sempre os botões de gravação e PTZ (caso contrário, só ao passar o rato)",
|
|
128
|
+
"hdrCameraStreams": "Atribuição de streams",
|
|
128
129
|
"hdrGo2rtc": "Streams WebRTC go2rtc",
|
|
129
|
-
"cfgGo2rtcEnabled": "Ativar go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "Usar streams WebRTC do go2rtc em vez de MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "URL base do servidor go2rtc, ex. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "Chave de câmera AgentDVR (ex. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "Nome do stream go2rtc (ex. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Selecione a fonte de stream por câmera: MJPEG ou MP4/FLV (via AgentDVR) ou um stream go2rtc."
|
|
133
|
+
}
|
package/admin/i18n/ru.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Угол плитки записи, где появляется значок тега",
|
|
126
126
|
"cfgDashBtnsVisible": "Кнопки всегда видны",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Всегда показывать кнопки записи и PTZ (иначе только при наведении)",
|
|
128
|
+
"hdrCameraStreams": "Назначение потоков",
|
|
128
129
|
"hdrGo2rtc": "go2rtc WebRTC-потоки",
|
|
129
|
-
"cfgGo2rtcEnabled": "Включить go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "Использовать WebRTC-потоки от go2rtc вместо MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "Базовый URL сервера go2rtc, например http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "Ключ камеры AgentDVR (напр. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "Имя потока go2rtc (напр. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Выберите источник потока для каждой камеры: MJPEG, MP4/FLV (через AgentDVR) или поток go2rtc."
|
|
133
|
+
}
|
package/admin/i18n/uk.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "Кут плитки запису, де з'являється значок тегу",
|
|
126
126
|
"cfgDashBtnsVisible": "Кнопки завжди видимі",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "Завжди показувати кнопки запису та PTZ (інакше лише при наведенні)",
|
|
128
|
+
"hdrCameraStreams": "Призначення потоків",
|
|
128
129
|
"hdrGo2rtc": "WebRTC-потоки go2rtc",
|
|
129
|
-
"cfgGo2rtcEnabled": "Увімкнути go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "Використовувати WebRTC-потоки від go2rtc замість MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "URL go2rtc",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "Базова URL-адреса сервера go2rtc, напр. http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "Ключ камери AgentDVR (напр. cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "Назва потоку go2rtc (напр. Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "Виберіть джерело потоку для кожної камери: MJPEG, MP4/FLV (через AgentDVR) або потік go2rtc."
|
|
133
|
+
}
|
package/admin/i18n/zh-cn.json
CHANGED
|
@@ -125,13 +125,9 @@
|
|
|
125
125
|
"cfgDashTagPosition_tt": "录像磁贴上标签徽章显示的角落",
|
|
126
126
|
"cfgDashBtnsVisible": "按钮始终可见",
|
|
127
127
|
"cfgDashBtnsVisible_tt": "始终显示录制和PTZ按钮(否则仅在悬停时显示)",
|
|
128
|
+
"hdrCameraStreams": "流分配",
|
|
128
129
|
"hdrGo2rtc": "go2rtc WebRTC 流",
|
|
129
|
-
"cfgGo2rtcEnabled": "启用 go2rtc",
|
|
130
|
-
"cfgGo2rtcEnabled_tt": "使用 go2rtc 的 WebRTC 流代替 MJPEG",
|
|
131
130
|
"cfgGo2rtcUrl": "go2rtc URL",
|
|
132
131
|
"cfgGo2rtcUrl_tt": "go2rtc 服务器的基础 URL,例如 http://192.168.1.1:1984",
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
"cfgGo2rtcCamKey": "AgentDVR 摄像头键(例如 cam_8_Reolink)",
|
|
136
|
-
"cfgGo2rtcStream": "go2rtc 流名称(例如 Reolink)"
|
|
137
|
-
}
|
|
132
|
+
"cfgGo2rtcMapping_tt": "为每个摄像头选择流源:MJPEG、MP4/FLV(通过 AgentDVR)或 go2rtc 流。"
|
|
133
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Agent DVR adapter settings</title>
|
|
7
|
+
<script>
|
|
8
|
+
var script = document.createElement('script');
|
|
9
|
+
script.setAttribute('type', 'text/javascript');
|
|
10
|
+
script.setAttribute('src',
|
|
11
|
+
window.location.port === '3000'
|
|
12
|
+
? window.location.protocol + '//' + window.location.hostname + ':8081/socket.io/socket.io.js'
|
|
13
|
+
: './../../socket.io/socket.io.js');
|
|
14
|
+
script.onload = function() {
|
|
15
|
+
setTimeout(function() {
|
|
16
|
+
if (typeof registerSocketOnLoad === 'function') { registerSocketOnLoad(); }
|
|
17
|
+
}, 1000);
|
|
18
|
+
};
|
|
19
|
+
document.head.appendChild(script);
|
|
20
|
+
</script>
|
|
21
|
+
<script type="module" crossorigin src="./assets/index-ulvdM37k.js"></script>
|
|
22
|
+
</head>
|
|
23
|
+
<body>
|
|
24
|
+
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
25
|
+
<div id="root"></div>
|
|
26
|
+
</body>
|
|
27
|
+
</html>
|