Commit Graph

30 Commits

Author SHA1 Message Date
Isaac Connor
f065daf940 spacing, move some variables deeper in scope, merge fprintf calls 2019-12-29 16:46:30 -05:00
Isaac Connor
b787682fa9 Fix play from pause when not buffering. When change of zoom, send two paused images so that response is instant. Fix some misplaced line feeds. 2019-09-26 13:51:13 -04:00
Isaac Connor
90cb5d018a Fix 2673 (#2675)
* Change MaxFPS to DECIMAL(5,3) to handle values like 1/60 = 0.017

* When fps < 1 we may need to wait longer than 10s.  Also, we cannot sleep for a long time, because we may need to send a keep alive or check the command queue. So limit the sleep to 1s

* Bump version

* Update MaxFPS to Decimal(5,3)

* Fix missing ;
2019-07-31 11:42:38 -04:00
Isaac Connor
4b8a2a94e3 reduce frame send time too slow to a warning instead of error 2019-06-05 10:12:56 -04:00
Isaac Connor
fee95c2316 ifdef HAVE_ZLIB_H around code that uses Image->Zip 2019-05-03 09:04:31 -04:00
Isaac Connor
189e78b42d add comments and a test for zm_terminate in the checkCommandQueue while loop 2019-01-21 13:29:20 -05:00
Andrew Bauer
c7f9ffa521 Merge pull request #2217 from connortechnology/touch_lockfile
Touch lockfile
2018-10-11 08:45:09 -05:00
Isaac Connor
94796aea2c Always make SWAP_PATH dir as under systemd it may be chrooted 2018-09-23 16:49:57 -04:00
Isaac Connor
c8549e41da touch the zms lock file every hour so that we can determine which ones are stale 2018-09-21 15:58:14 -04:00
Andrew Bauer
7bc2c6dbc5 Downgrade Unable to send stream to warning
Downgraded this from en Error to a Warning. This message can trigger following the normal closing of a monitor. Thus, it's not necessarily an error.
2018-05-04 12:04:28 -05:00
Isaac Connor
0b0fbae1c5 Add output of paused image when paused 2018-04-12 18:43:57 -04:00
Isaac Connor
b974b4dcd1 google code style, and when paused, don't die after 10 seconds 2018-04-12 13:14:00 -04:00
Isaac Connor
989ed65f52 spacing and braces, remove a dead unused function 2018-04-11 10:50:28 -04:00
Isaac Connor
1d221dff7c Frame throttling is not an error. 2018-01-29 11:45:33 -05:00
Isaac Connor
7e2f132cdd Better debugging 2018-01-29 07:22:05 -08:00
Isaac Connor
190d8d1600 remove useless debug code 2018-01-28 15:17:41 -05:00
Isaac Connor
cd1d2e1721 lots more debugging. re-add status update command on failure 2017-11-22 01:18:07 -05:00
Isaac Connor
4d758b7ce9 debugging 2017-11-21 23:57:13 -05:00
Isaac Connor
d5962b11ff Merge branch 'storageareas' of github.com:connortechnology/ZoneMinder into storageareas 2017-11-14 02:48:38 -05:00
Isaac Connor
495cd580aa add more debugging 2017-11-02 11:45:49 -04:00
Isaac Connor
f0cfebe719 Merge branch 'storageareas' of github.com:connortechnology/ZoneMinder into storageareas 2017-11-01 13:11:49 -04:00
Isaac Connor
ac9116e78b add connkey to logging so I can tell which process is which 2017-11-01 12:01:12 -04:00
Isaac Connor
c9d52b47ba add debug 2017-10-31 13:29:49 -07:00
Isaac Connor
ab1c9f7c98 add more debugging 2017-10-31 16:27:43 -04:00
Isaac Connor
eb48759ff8 wip 2017-10-27 13:37:51 -07:00
Isaac Connor
fece06c9e3 google code style 2017-10-19 17:12:36 -04:00
Isaac Connor
83f8a240d5 blah 2017-08-11 12:20:46 -04:00
Isaac Connor
49319990fa Don't keep setting the event_file unnecessarily. Add some code comments 2017-07-26 10:38:18 -04:00
Isaac Connor
7a67a5e475 fix merge 2017-06-13 21:15:58 -04:00
Isaac Connor
42e94d1a7c contains the MonitorStream class 2017-04-10 21:57:31 -04:00