<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello,
    <div class="moz-forward-container">
      <div class="moz-forward-container">
        <p>I am trying to save a H.264 stream from an ip camera over
          RTSP but I get this error:</p>
        <p>Unable to determine our source address: This computer has an
          invalid IP address: 0.0.0.0<br>
          Unable to create receiver for "video/H264" subsession:
          getsockname() error: Bad file descriptor<br>
        </p>
        <p>I tried the same compilation procedure in my PC and there it
          works, so I don't know what is wrong. </p>
        <p><u>live555 compliled from:</u></p>
        <p><a moz-do-not-send="true" class="moz-txt-link-freetext"
            href="http://www.live555.com/liveMedia/public/live555-latest.tar.gz">http://www.live555.com/liveMedia/public/live555-latest.tar.gz</a></p>
        <p>./genMakefiles linux</p>
        <p> <br>
        </p>
        <p><u>My environment is olimex board with A20 processor:</u><br>
        </p>
        <p>Kernel Version: Linux  3.4.112  armv7l GNU/Linux</p>
        <p>Distribution: Ubuntu 14.04.05 LTS<br>
        </p>
        <p><br>
        </p>
        <p>Adding line to /etc/hosts ==>   192.168.1.102
          [myhostname]    <br>
        </p>
        <p>I solve the first error "Unable to determine our source
          address: This computer has an invalid IP address: 0.0.0.0" but
          the other one remains.</p>
        <p>It seems to be something regarding getsockname() or
          INADDR_ANY functions or maybe my Kernel .</p>
        <p>Any help will be fine.</p>
        <p>Thank you.</p>
        <p>M.<br>
        </p>
      </div>
    </div>
    <br>
  </body>
</html>