<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 20/10/12 18:22, Greg Grotsky wrote:<br>
    </div>
    <blockquote
cite="mid:CAKL4i_rK3fG6hyt9sAY6i4X5xqQJbtBOXcVnmGrrpwzKT3uQ5Q@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">On Sat, Oct 20, 2012 at 11:13 AM, Paul
        Harrison <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:mythtv@sky.com" target="_blank">mythtv@sky.com</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div>
            <div class="h5">Nothing springs to mind at the moment. If
              you start it from the command line with the --daemon
              switch removed does it print anything to the console?</div>
          </div>
          <br>
          <br>
        </blockquote>
        <div><br>
        </div>
        <div>I got it to spit stuff out but I have to remove the daemon
          switch as you suggested. When I do a "live view" now it prints
          a bunch of this in the mythzmlog:</div>
        <div><br>
        </div>
        <div>Processing: 'GET_LIVE_FRAME'</div>
      </div>
      <div>Getting live frame from monitor: 2</div>
      <div>Processing: 'GET_LIVE_FRAME'</div>
      <div>Getting live frame from monitor: 2</div>
      <div>Processing: 'GET_LIVE_FRAME'</div>
      <div>Getting live frame from monitor: 2</div>
      <div>Processing: 'GET_LIVE_FRAME'</div>
      <div>Getting live frame from monitor: 2</div>
      <div>Processing: 'GET_LIVE_FRAME'</div>
      <div>Getting live frame from monitor: 2</div>
      <div><br>
      </div>
      <div>while the mythfrontend log spits out the errors I posted
        earlier.</div>
      <br>
    </blockquote>
    <br>
    OK I think the problem is you are using mmap in ZM and for some
    reason mythzmserver has been compiled without mmap support. The mmap
    support is conditionally compiled based on the value
    _POSIX_MAPPED_FILES which according to the mmap man page should be
    defined in unistd.h on my system it is actually defined in
    /usr/include/bits/posix_opt.h. <br>
    <br>
    Wonder if we just need to add an include for unistd.h? Try adding
    #include &lt;unistd.h&gt; to the top of zmserver.cpp.<br>
    <br>
    Paul H.&nbsp; <br>
    <br>
    <br>
  </body>
</html>