Isaac Connor
|
e943f0a411
|
Merge pull request #3450 from gonzalezcalleja/fix_zmpkg
Fix when using a custom state with zmpkg.pl
|
2022-03-08 11:21:00 -05:00 |
Javier Gonzalez
|
858ab62fc4
|
Fix when using a custom state
|
2022-03-08 17:10:29 +01:00 |
Isaac Connor
|
05b5ca9b15
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2022-03-08 09:06:37 -05:00 |
Isaac Connor
|
0785e3571c
|
code style, remove duplicated code.
|
2022-03-08 09:06:31 -05:00 |
Isaac Connor
|
a748b0ed0a
|
When connecting to a monitor, if it fails, disconnect. This should fix a bug in zmtrigger and others where it would never reconnect. The idea is that we asked for a successful connection, if it failed, we shouldn't be in a failed connected state, we should be disconnected.
|
2022-03-08 09:06:06 -05:00 |
Isaac Connor
|
8fe0cb5e33
|
tidy up the mem_info hash and turn into a hash instead of a pointer to a hash. Check for validity flah before checking sizes. Improve debug logging.
|
2022-03-08 09:04:41 -05:00 |
Isaac Connor
|
b13fd68376
|
Merge pull request #3449 from jp-bennett/master
Add rtsp_quirk to Janus mountpoints.
|
2022-03-05 12:48:47 -05:00 |
Jonathan Bennett
|
9f4df40ac5
|
Add rtsp_quirk to Janus mountpoints.
Workaround for Vivotek and possibly other cameras that use nonstandard RTSP URIs,
|
2022-03-04 20:40:56 -06:00 |
Isaac Connor
|
10402fdabe
|
Use template backticks for the Notes string to handle multi-line
|
2022-03-04 13:41:19 -05:00 |
Isaac Connor
|
8db08f5a10
|
Merge branch 'master' of github.com:ZoneMinder/zoneminder
|
2022-03-04 12:09:44 -05:00 |
Isaac Connor
|
69856f2b8c
|
Delete zm_update-1.37.multistream.sql asit has been merged to 1.37.12
|
2022-03-04 12:09:41 -05:00 |
Isaac Connor
|
1fb42d0b77
|
Change api of selectLayout. Now takes a value. use MonitorStream.setScale to set image scale. In general fix behaviour when switching between fixed sizes, scales and layouts
|
2022-03-04 12:08:29 -05:00 |
Isaac Connor
|
920f5470a8
|
Don't set width&height on img. img is always 100% of container. Don't show zoom unless it is != 1.0. Only update buttons if there is a change, to reduce redraws
|
2022-03-04 12:07:32 -05:00 |
Isaac Connor
|
0c31e35b4e
|
Add classes to fields of monitor status so we can style them as needed
|
2022-03-04 12:06:49 -05:00 |
Isaac Connor
|
9b9746113e
|
If we asked for stream, keep streaming even not decoding or other problem. We will wait for the situation to change
|
2022-03-04 12:06:24 -05:00 |
Isaac Connor
|
5b9ca3f164
|
Merge pull request #3447 from jp-bennett/master
Adds support for Janus 1.x
|
2022-02-28 20:49:56 -05:00 |
Jonathan Bennett
|
c28c043773
|
Adds support for Janus 1.x
|
2022-02-28 18:05:17 -06:00 |
Isaac Connor
|
3a8b46b7df
|
Merge pull request #3446 from jp-bennett/master
Add additional Firefox streaming workaround
|
2022-02-28 15:50:49 -05:00 |
Isaac Connor
|
494da65b9a
|
Replace use of Function with Recording
|
2022-02-28 15:46:38 -05:00 |
Isaac Connor
|
7283f8629a
|
Function dropdown no longer exists
|
2022-02-28 15:44:15 -05:00 |
Isaac Connor
|
addfdcd330
|
Remove sets::isin references
|
2022-02-28 15:41:57 -05:00 |
Jonathan Bennett
|
1749afc8e2
|
Add additional Firefox streaming workaround
|
2022-02-28 14:17:19 -06:00 |
Isaac Connor
|
eee6053293
|
Only startup a new event if recording==ALWAYS
|
2022-02-28 13:35:11 -05:00 |
Isaac Connor
|
433782bd6e
|
disable yellow dot when analysing turned off. Enabled is gone... need to do a more interesting check
|
2022-02-28 13:34:51 -05:00 |
Isaac Connor
|
980aaa5942
|
Fix case of recording events when Recording==NONE
|
2022-02-28 12:10:14 -05:00 |
Isaac Connor
|
e31b18a1a6
|
Use a define to disable y-channel use
|
2022-02-28 12:02:09 -05:00 |
Isaac Connor
|
a32b77510d
|
Fix logic on error reporting of failure to connect to db
|
2022-02-28 09:38:54 -05:00 |
Isaac Connor
|
7ef9824736
|
Handle NoDect case
|
2022-02-28 09:11:48 -05:00 |
Isaac Connor
|
1ae8fcae63
|
add a label for rateControl
|
2022-02-27 14:31:04 -05:00 |
Isaac Connor
|
5b319258c4
|
fix eslint
|
2022-02-27 14:26:05 -05:00 |
Isaac Connor
|
abb8aa5da5
|
bump version for function replacement
|
2022-02-27 14:17:14 -05:00 |
Isaac Connor
|
3b9d13eb8e
|
rename to 1.37.12 and add missing updates for other functions
|
2022-02-27 14:16:40 -05:00 |
Isaac Connor
|
cf31db0bad
|
Merge branch 'master' into replace_function_concept
|
2022-02-27 14:05:34 -05:00 |
Isaac Connor
|
133553e630
|
Revert "Merge pull request #3119 from Carbenium/fmt"
This reverts commit 90d930c7c3 , reversing
changes made to 0bcb9d276f .
|
2022-02-27 14:05:14 -05:00 |
Isaac Connor
|
e33b41745d
|
Merge branch 'master' into replace_function_concept
|
2022-02-27 14:04:01 -05:00 |
Isaac Connor
|
1d15de0534
|
Make getMonitorCapturingOptions a member of the class, so can call it getCapturingOptions. Same with Analysing and Recording options
|
2022-02-27 14:03:48 -05:00 |
Isaac Connor
|
13251b133a
|
Make getMonitorCapturingOptions a member of the class, so can call it getCapturingOptions. Same with Analysing and Recording options
|
2022-02-27 14:03:37 -05:00 |
Isaac Connor
|
46c43ca508
|
Revert "Fix fmt=>Fmt and add it's libs to list of libraries to link to"
This reverts commit d5101ef32a .
|
2022-02-27 13:46:52 -05:00 |
Isaac Connor
|
c5b9ed9451
|
Revert "Fix zms build"
This reverts commit e6b36bb186 .
|
2022-02-27 13:46:51 -05:00 |
Isaac Connor
|
57da477f69
|
Revert "Install fmt-devel"
This reverts commit fad152e93d .
|
2022-02-27 13:46:50 -05:00 |
Isaac Connor
|
c3485a6840
|
Revert "Add libfmt-dev"
This reverts commit d8eaaa4a50 .
|
2022-02-27 13:46:32 -05:00 |
Isaac Connor
|
d8eaaa4a50
|
Add libfmt-dev
|
2022-02-27 11:07:10 -05:00 |
Isaac Connor
|
fad152e93d
|
Install fmt-devel
|
2022-02-27 10:53:07 -05:00 |
Isaac Connor
|
e6b36bb186
|
Fix zms build
|
2022-02-27 10:41:42 -05:00 |
Isaac Connor
|
d5101ef32a
|
Fix fmt=>Fmt and add it's libs to list of libraries to link to
|
2022-02-27 10:41:40 -05:00 |
Isaac Connor
|
90d930c7c3
|
Merge pull request #3119 from Carbenium/fmt
Add fmt library for type-safe string formatting
|
2022-02-27 10:37:41 -05:00 |
Isaac Connor
|
47fae7a296
|
spacing, improve debug
|
2022-02-26 19:18:28 -05:00 |
Isaac Connor
|
0bcb9d276f
|
code style.
|
2022-02-26 18:25:51 -05:00 |
Isaac Connor
|
914581bc57
|
add libavdevice-dev and libgsoap-dev to build
|
2022-02-26 18:25:51 -05:00 |
Isaac Connor
|
2bd85089f4
|
Put integers in quotes as well. Proper JSON has all values in quotes. This is important because integers like 0123 are invalid
|
2022-02-26 18:25:51 -05:00 |