Isaac Connor
|
227b9d0919
|
Merge pull request #3527 from ovargasp/master
es_la V3
|
2022-07-14 17:51:22 -04:00 |
Isaac Connor
|
dd1ee09994
|
Set C++ standard to 17
|
2022-07-14 17:48:12 -04:00 |
ovargasp
|
00a005e990
|
Merge pull request #1 from ovargasp/ovargasp-patch-1-(Lang-File-with-OLANG-format)
Version 3 of es_la with OLANG format for prompts
|
2022-07-14 15:37:00 -06:00 |
Isaac Connor
|
d8b3be0cc9
|
delete booleval
|
2022-07-14 17:33:54 -04:00 |
Isaac Connor
|
53931037ed
|
remove booleval
|
2022-07-14 17:28:15 -04:00 |
Isaac Connor
|
1798d95b8b
|
Have working monitorlink expressions
|
2022-07-14 17:25:51 -04:00 |
Isaac Connor
|
e4bd2d351a
|
Merge branch 'master' into monitorlink_expressions
|
2022-07-14 14:42:56 -04:00 |
Isaac Connor
|
54a0f5d8df
|
Fixup verifyToken to use refs for strings
|
2022-07-14 13:53:23 -04:00 |
Isaac Connor
|
4caffe4674
|
Include iostream since we use it
|
2022-07-14 13:42:54 -04:00 |
Isaac Connor
|
3d541eee99
|
Remove comments about locale
|
2022-07-14 13:19:39 -04:00 |
Isaac Connor
|
e84a1477ff
|
put back ?>
|
2022-07-14 13:19:10 -04:00 |
Isaac Connor
|
9ad7ce3823
|
Remove remaining locale stuff from language files
|
2022-07-14 13:16:49 -04:00 |
Isaac Connor
|
576448e906
|
Fix memleak when not doing passthrough
|
2022-07-14 13:10:43 -04:00 |
Isaac Connor
|
d0ca677207
|
Fix %u instead of %d for id which is unsigned. Pass string instead of c_str
|
2022-07-14 12:07:26 -04:00 |
Isaac Connor
|
9db65f5c5f
|
Remove unneeded = assignments
|
2022-07-14 12:03:49 -04:00 |
Isaac Connor
|
66f5b9b93d
|
Remove zm_rtsp_server_thread as it isn't used anymore
|
2022-07-14 12:01:10 -04:00 |
Isaac Connor
|
fbe70df1b6
|
use const and just pass string
|
2022-07-14 11:57:35 -04:00 |
Isaac Connor
|
129e712692
|
Remove redundant assignment
|
2022-07-14 11:53:05 -04:00 |
Isaac Connor
|
61fcd60a40
|
initialize all members and make lostInterval an int since we can get negative numbers when doing subtraction
|
2022-07-14 10:58:42 -04:00 |
Isaac Connor
|
fd566b2212
|
Pass std::strings by ref
|
2022-07-14 10:53:47 -04:00 |
Isaac Connor
|
b29e61b30e
|
Don't need to check for mAuthenticator, can just delete it
|
2022-07-14 10:52:14 -04:00 |
Isaac Connor
|
eb8646f1de
|
Pass std::strings by ref
|
2022-07-14 10:51:49 -04:00 |
Isaac Connor
|
90e27e9d3a
|
Just pass the std::string not c_str()
|
2022-07-14 10:51:39 -04:00 |
Isaac Connor
|
774adcf7cc
|
Use nullptr instead of 0 when initialising hp
|
2022-07-14 10:44:00 -04:00 |
Isaac Connor
|
64a9120ea7
|
packet_counts is always true here
|
2022-07-14 10:42:01 -04:00 |
Isaac Connor
|
4f2dc894d5
|
get rid of got_packet to quiet cppcheck
|
2022-07-14 10:35:22 -04:00 |
Isaac Connor
|
4ab8166665
|
Init Janus_Healthy although it is never used
|
2022-07-14 10:29:10 -04:00 |
Isaac Connor
|
0cd315c6a4
|
reduce scope of CurlMsg m
|
2022-07-14 10:26:55 -04:00 |
Isaac Connor
|
43649e1e36
|
Don't need to test for event
|
2022-07-14 10:25:19 -04:00 |
Isaac Connor
|
b4c832c789
|
Code style, initialize Amcrest_Alarmed to false in constructor
|
2022-07-14 10:25:05 -04:00 |
Isaac Connor
|
e589171138
|
mFormatContext is already in Camera
|
2022-07-14 10:18:53 -04:00 |
Isaac Connor
|
f96e5e526d
|
MOptArgV points into opVect so it needs to stick around.
|
2022-07-14 10:14:29 -04:00 |
Isaac Connor
|
e6de9c3e01
|
A polygon must have 3 vertices at minimum
|
2022-07-14 10:06:26 -04:00 |
Isaac Connor
|
4805064d61
|
Remove always false condition
|
2022-07-14 10:02:58 -04:00 |
Isaac Connor
|
173cc8af21
|
Make AmcrestAPI and JanusManager explicit to satisfy cppcheck
|
2022-07-14 10:00:23 -04:00 |
Isaac Connor
|
ce589db5d0
|
Initialize mAddressFamily to satisfy cppcheck
|
2022-07-14 09:59:58 -04:00 |
Isaac Connor
|
1bbb2ea3d5
|
reuse event_file to shut up cppcheck
|
2022-07-14 09:59:38 -04:00 |
Isaac Connor
|
004e4415d3
|
Pass filename by reference for performance
|
2022-07-14 09:59:09 -04:00 |
Isaac Connor
|
f3a5f13877
|
Fix null ptr dereference on systems with SENDFILE7. FreeBSD for example
|
2022-07-14 09:50:19 -04:00 |
Isaac Connor
|
bc12205ec3
|
pass jwt_token_str and key by ref for performance
|
2022-07-14 09:46:24 -04:00 |
Isaac Connor
|
e38dd4649d
|
Convert missed strftimes to dateTimeFormatter. Fixes #3526
|
2022-07-13 18:47:27 -04:00 |
Isaac Connor
|
df49d7a1ee
|
Send out a quit command when jumping to prev/next video so that hopefully zms exits.
|
2022-07-13 18:47:27 -04:00 |
Isaac Connor
|
9334001247
|
Convert frame->pts to stream pts. Add a seek if jumping a long way into the mp4
|
2022-07-13 18:47:27 -04:00 |
Isaac Connor
|
356678f164
|
Use ints when comparing maxfps and effectivefps so that small decimal differences in fps don't matter.
|
2022-07-13 18:47:27 -04:00 |
Isaac Connor
|
af6ad6acfa
|
Merge pull request #3524 from ovargasp/master
created es_la.php with all messages up to 1.37.17
|
2022-07-13 16:36:40 -04:00 |
ovargasp
|
ea0ad373fe
|
Update zm_monitor.cpp
|
2022-07-13 12:33:09 -06:00 |
ovargasp
|
213d57ee03
|
Update options.php
|
2022-07-13 12:05:53 -06:00 |
ovargasp
|
ea73c8b81e
|
Update zm_monitor.cpp
|
2022-07-13 11:05:28 -06:00 |
ovargasp
|
53824fa3da
|
Update zm_monitor.cpp
|
2022-07-13 11:01:18 -06:00 |
ovargasp
|
79183c5107
|
Add files via upload
|
2022-07-13 09:39:55 -06:00 |