Isaac Connor
f0e5f8cb6e
Add current device to list of devices so as not to generate warnings. Add autocomplete=off to device text input.
2025-12-23 09:53:53 -05:00
Isaac Connor
37574c10d1
Add semantic autocomplete tag to Ffmpeg user input
2025-09-24 09:54:53 -04:00
Isaac Connor
e7be1b07ea
Add DefaultPlayer, remove RTSP2WebType
2025-09-24 09:46:36 -04:00
Isaac Connor
8a2c62a2f4
Converting password fields to hidden doesn't work. Assigning semantic autocomplete attributes seems to for now
2025-09-21 09:44:56 -04:00
Isaac Connor
074008ba02
Add nvidia av1 encoding
2025-09-16 11:47:30 -04:00
Isaac Connor
ba3f9439c0
Move AMcrest API to Analysis tab as it does not depend on onvif
2025-08-31 11:21:55 -04:00
Isaac Connor
7bf2fb8fce
Convert OutputCodec from int to varchar OutputCodecName. ffmpeg has different values for codec_id for different versions of ffmpeg. So just use the codec name instead.
2025-08-20 15:59:02 -04:00
Isaac Connor
7200e6c067
Only show groups if there are any in the system. Add autocomplete=one-time-code to prevent autocomplete on manufacturer and model
2025-08-15 18:22:48 -04:00
Isaac Connor
95ad036f73
Add List button and make Edit go directly to the selected Control as well as being a button.
2025-08-11 20:09:10 -04:00
Isaac Connor
74290ca416
Fix incomplete change
2025-07-21 10:35:25 -04:00
Isaac Connor
33392c2a27
Add class attributes for remaining li elements
2025-07-20 14:32:22 -04:00
Isaac Connor
e54b44bd71
Finally kill saving username/password form data
2025-07-16 13:49:48 -04:00
Isaac Connor
ce3c1ceb01
Add Go2RTCEnable
2025-06-26 15:08:04 -04:00
Isaac Connor
cdcf57e6dc
Add quadra encoders, decoders and add hwaccelname and hwacceldevice
2025-05-13 08:09:20 -04:00
IgorA100
b3302c3dad
Added control over the availability of the "Save" & "Zone" buttons when editing a new monitor (monitor.php)
2025-03-16 12:15:59 +03:00
IgorA100
2e3d1bcf05
Added a save button without closing the page, The transition to the zone management page is controlled separately to avoid losing unsaved data (monitor.php)
2025-03-15 18:18:40 +03:00
Isaac Connor
5cff2f0904
FIx name collision on RTSP2WebStream => RTSP2WebStreamOptions
2025-03-02 14:37:26 -05:00
Isaac Connor
c04b4b9bf2
Add av1-vaapi
2025-02-28 17:50:07 -05:00
IgorA100
844ae5e688
Added support for selecting Secondary stream for RTSP2Web (monitor.php)
2025-02-22 19:38:49 +03:00
DesigNET
19882b0625
Added Japanese translation of placeholders.
2024-09-09 02:10:30 +00:00
Isaac Connor
b613d562bf
Only show CaptureMethod if there is more than 1 option
2024-07-25 12:37:45 -04:00
Isaac Connor
31197c1039
Add convenience dropdown for video devices
2024-07-25 12:08:38 -04:00
IgorA100
3591c8717c
Feat: Show the camera image on the monitor editing page on the Viewing tab (monitor.php)
2024-07-14 16:41:48 +03:00
Isaac Connor
200ba2322f
Add WallClockTimestampts to monitor edit under recording options
2024-07-06 08:51:58 -04:00
Isaac Connor
65da80d6ae
remove extra space
2024-06-21 15:49:53 -04:00
Isaac Connor
d8e15f19c2
Add options for h264_v4l2m2m encoder
2024-06-20 20:58:21 -04:00
Isaac Connor
a74c8e0ff9
Fix broken link to controlcaps
2024-05-17 09:29:00 -04:00
Isaac Connor
007f0e29b4
When editing buffer settings, ensure that MaxImageBuffers > PreEventCount.
2024-05-14 10:03:20 -04:00
Isaac Connor
a93b698d4b
FIx eslint
2024-03-30 13:57:26 -04:00
Isaac Connor
ce668c12c0
The actual min value for StartupDelay is 0
2024-03-20 11:35:37 -04:00
Isaac Connor
168f4ab3dc
Rename zone=>zones. Add a case so that we don't log about an invalid tab. When doing so, log about name instead of tab.
2024-03-20 11:17:22 -04:00
Isaac Connor
1ae7c9c4b1
Add UI for setting StartupDelay
2024-03-19 14:59:04 -04:00
IgorA100
40a249ef56
fix space
2024-03-18 18:54:43 +03:00
IgorA100
f20ce4627d
Fix: Display according to translation
2024-03-18 18:51:40 +03:00
IgorA100
a42cf7a5c5
Replaced quotes
2024-03-16 15:32:43 +03:00
IgorA100
1b7f3b0ede
Added a button for editing detection zone from monitor settings
2024-03-16 15:23:16 +03:00
Isaac Connor
c078cf7bba
Use per-monitor permission on save button
2024-03-05 14:02:20 -05:00
Isaac Connor
beda6cd66d
Remove unused linked monitor array population. All is done in javascript now
2024-03-05 11:47:39 -05:00
Simpler1
e1e255393d
typo
2024-03-02 09:55:08 -05:00
Simpler1
6ff4c3f7ec
Added additional parameters
2024-03-02 09:52:55 -05:00
Simpler1
ea0c79d976
Placeholder text for monitor date time format.
...
After spending an hour trying to figure out which date time format to enter here, I thought it would be best to just spell it out for users trying to customize this.
2024-03-01 16:59:17 -05:00
Isaac Connor
c33ec9833a
Only show non deleted monitors in linked monitors
2024-02-29 08:59:14 -05:00
Isaac Connor
c48ccd3ce2
Add autocomplete to onvif_username and fix case when local inputs aren't there after switching from non-local to local because Method is now wrong.
2024-02-27 17:39:34 -05:00
Isaac Connor
c51c53c47a
FIx use of inline javascript for the method dropdown on remote type monitors
2024-02-27 16:50:52 -05:00
Server
58d8cf0adf
Makes the "Events" part of the ONVIF URL configurable
...
as required per some ONVIF version 21.06 cameras
by default sets the Events Path equals to "/Events"
to maintain functionality
2024-02-24 11:05:08 -06:00
Isaac Connor
78ab72a0d9
Remove EventStartMode stuff
2024-02-22 16:58:14 -05:00
Isaac Connor
eeb8856157
Ad EventStartMode and EventCLoseMode to monitor
2024-02-22 10:46:36 -05:00
Isaac Connor
def378fe12
Fix relative path to dms.js
2024-02-17 11:59:09 -05:00
Server
0ff48f631e
Implements an option to disable soap_wsa code that doesn't work
...
with some chinese cameras, more common to Latam zone
2024-02-12 19:22:01 -06:00
Isaac Connor
cc7b8fa9d0
Rename DMS2LL to dms2ll to satisfy eslint
2024-02-07 11:14:19 -05:00