<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><div class="moz-cite-prefix">Started playing session<br>
      Receiving streamed data (signal with "kill -HUP 14502" or "kill
      -USR1 14502" to terminate)...<br>
      Data packets have begun arriving [1384803098725]<br>
      <br>
      <br>
      MultiFramedRTPSource::doGetNextFrame1(): The total received frame
      size exceeds the client's buffer size (100000).  15034 by<br>
      tes of trailing data will be dropped!<br>
      FileSink::afterGettingFrame(): The input frame data was too large
      for our buffer size (100000).  15034 bytes of trailing da<br>
      ta was dropped!  Correct this by increasing the "bufferSize"
      parameter in the "createNew()" call to at least 115034<br></div></div></blockquote><div><br></div></div>That's not a 'failure'; that just indicates that "openRTSP" received data (in this case, probably a H.264 'key' frame') that was too large for its buffer.  Giving a larger buffer size to "openRTSP" - by adding the "-b 200000" option - would avoid this.  See <a href="http://www.live555.com/openRTSP">http://www.live555.com/openRTSP</a><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; 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;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; 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;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>