<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] Buffer size on
client</title></head><body>
<blockquote type="cite" cite><font face="Arial">I am looking at the
Elphel example and I would like to stream MJPEG where the frame size
would be in the region of 200KB, I have tried increasing
the&nbsp;OutPacketBuffer::maxSize but I am still not able to view the
stream in VLC. &nbsp;If I use openRTSP I get the following
message:</font></blockquote>
<blockquote type="cite" cite><font
face="Arial"><br></font></blockquote>
<blockquote type="cite" cite><font
face="Arial">MultiFramedRTPSource::doGetNextFrame1(): The total
received frame size exceeds the client's buffer size (100000).
&nbsp;583 bytes of trailing data will be dropped!</font></blockquote>
<blockquote type="cite" cite><font
face="Arial"><br></font></blockquote>
<blockquote type="cite" cite><font face="Arial">Do I just need to
increase the buffer size on the client? If so how do I do increase the
buffer on the client side?</font></blockquote>
<div><br></div>
<div>Just use the &quot;-b &lt;buffer-size&gt;&quot; option to
&quot;openRTSP&quot;; see
&lt;http://www.live555.com/openRTSP/#other-options&gt;</div>
<div><br></div>
<div>I hope you realize, though, that JPEG is a very poor codec for
video streaming, because each frame is so large (and so takes up many
network packets).&nbsp; If *any* of these network packets gets lost,
then the whole frame must be discarded.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>