<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi everybody<br>
    <br>
    I've found a project quite similar to yours encoding h264 and
    streaming via wifi, it also cover how to adjust bitrate depending on
    the bandwidth.<br>
    <br>
    link here:<br>
    <br>
    <a
      href="http://es.scribd.com/Akavashi/d/71789823-spyPanda-Thesis-Report">http://es.scribd.com/Akavashi/d/71789823-spyPanda-Thesis-Report</a><br>
    <br>
    Regards.<br>
    <br>
    Daniel M.<br>
    <br>
    <br>
    El 22/05/2012 10:58, Ashfaque escribió:
    <blockquote cite="mid:A9729FF5D97246B58F1CD8F2EF379C3C@iwns10"
      type="cite">
      <div dir="ltr">
        <div style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE:
          12pt">
          <div>Hi Ross, </div>
          <div> </div>
          <div>Now we are able to stream over Wifi with receiver
            application running on iOS device.</div>
          <div>But we are getting a very large propagation delay ranging
            from 200ms initially when application to more than 1.5 sec
            after some 5-10 minutes duration. We are using a camera
            which produces 30fps.</div>
          <div>We had calculated the time needed for capture and H264
            encode the frame which is always lesser than the frame rate
            (33ms for 30fps)</div>
          <div>Trying to find where the delay is, Server side or the
            receiver side.</div>
          <div> </div>
          <div>Does live555 internal layer waits until the frames arrive
            in time order (As fPresentationTime is used for each frame),
            or can we drop frames if they are not in order? Can this
            help us to overcome the issue of propagation delay?</div>
          <div> </div>
          <div>Please suggest any other areas which can cause the
            propagation delay?</div>
          <div> </div>
          <div>Thanks in advance.</div>
          <div> </div>
          <div>Regards,</div>
          <div>Ashfaque</div>
          <div style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY:
            'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT:
            normal; TEXT-DECORATION: none">
            <div style="FONT: 10pt tahoma">
              <div> </div>
              <div style="BACKGROUND: #f5f5f5">
                <div style="font-color: black"><b>From:</b> <a
                    moz-do-not-send="true" title="finlayson@live555.com"
                    href="mailto:finlayson@live555.com">Ross Finlayson</a>
                </div>
                <div><b>Sent:</b> Tuesday, May 22, 2012 1:58 PM</div>
                <div><b>To:</b> <a moz-do-not-send="true"
                    title="live-devel@ns.live555.com"
                    href="mailto:live-devel@ns.live555.com">LIVE555
                    Streaming Media - development & use</a> </div>
                <div><b>Subject:</b> Re: [Live-devel] Streaming over
                  Wifi with no receiver</div>
              </div>
            </div>
            <div> </div>
          </div>
          <div style="FONT-STYLE: normal; DISPLAY: inline; FONT-FAMILY:
            'Calibri'; COLOR: #000000; FONT-SIZE: small; FONT-WEIGHT:
            normal; TEXT-DECORATION: none">It looks to me like your
            output data rate exceeds the capacity of your network (in
            this case, a WiFi network).  This is especially likely if
            you are streaming via multicast, because the bandwidth of
            multicast over WiFi tends to be significantly lower than
            unicast.  If you are streaming via multicast, then you might
            want to try streaming via unicast instead.<br>
            <br>
            <div apple-content-edited="true"><span style="WIDOWS: 2;
                TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING:
                normal; BORDER-COLLAPSE: separate; FONT: medium
                helvetica; WHITE-SPACE: normal; ORPHANS: 2; COLOR:
                rgb(0,0,0); WORD-SPACING: 0px;
                -webkit-border-horizontal-spacing: 0px;
                -webkit-border-vertical-spacing: 0px;
                -webkit-text-decorations-in-effect: none;
                -webkit-text-size-adjust: auto;
                -webkit-text-stroke-width: 0px" class="Apple-style-span"><span
                  style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT:
                  0px; LETTER-SPACING: normal; BORDER-COLLAPSE:
                  separate; FONT: medium helvetica; WHITE-SPACE: normal;
                  ORPHANS: 2; COLOR: rgb(0,0,0); WORD-SPACING: 0px;
                  -webkit-border-horizontal-spacing: 0px;
                  -webkit-border-vertical-spacing: 0px;
                  -webkit-text-decorations-in-effect: none;
                  -webkit-text-size-adjust: auto;
                  -webkit-text-stroke-width: 0px"
                  class="Apple-style-span">Ross Finlayson<br>
                  Live Networks, Inc.<br>
                  <a moz-do-not-send="true"
                    href="http://www.live555.com/">http://www.live555.com/</a></span></span>
            </div>
            <br>
            <p>
            </p>
            <hr>
            _______________________________________________<br>
            live-devel mailing list<br>
            <a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
            <a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
</pre>
    </blockquote>
  </body>
</html>