[mythtv-commits] [MythTV/mythtv] d8eb7f: MythZoneminder: add support for ZoneMinder 1.32.x

Paul Harrison noreply at github.com
Thu May 2 11:35:19 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: d8eb7f78283dd7acc2239a4e8b726951ff5482d3
      https://github.com/MythTV/mythtv/commit/d8eb7f78283dd7acc2239a4e8b726951ff5482d3
  Author: Paul Harrison <pharrison at mythtv.org>
  Date:   2019-05-02 (Thu, 02 May 2019)

  Changed paths:
    M mythplugins/mythzoneminder/mythzmserver/main.cpp
    M mythplugins/mythzoneminder/mythzmserver/zmserver.cpp
    M mythplugins/mythzoneminder/mythzmserver/zmserver.h

  Log Message:
  -----------
  MythZoneminder: add support for ZoneMinder 1.32.x

This updates mythzmserver to work with the current stable version of
ZoneMinder (tested on 1.32.3).

NOTES:
By default mythzmserver will read ZM's config from /etc/zm/zm.conf and
/etc/zm/conf.d/01-system-paths.conf which now stores more information
like the location of the mmap files and image storage locations. You
can override the location of these config files using -c/--zmconfig and
-o/--zmoverrideconfig command line options to mythzmserver.

Previous versions of mythzmserver used the config setting ZM_VERSION to
determine what version of ZM was running. Later versions of ZM have removed
it from the config files and in fact if it's present it breaks ZM's API so
should be removed. For now if not present we assume we are dealing with
ZM >= 1.32.x




More information about the mythtv-commits mailing list