<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">Is this a hard limit or is there a way
to increase it? David<br>
<pre class="moz-signature" cols="72">David R Robison
Open Roads Consulting, Inc.
103 Watson Road, Chesapeake, VA 23320
phone: (757) 546-3401
e-mail: <a class="moz-txt-link-abbreviated" href="mailto:drrobison@openroadsconsulting.com">drrobison@openroadsconsulting.com</a>
web: <a class="moz-txt-link-freetext" href="http://openroadsconsulting.com">http://openroadsconsulting.com</a>
blog: <a class="moz-txt-link-freetext" href="http://therobe.blogspot.com">http://therobe.blogspot.com</a>
book: <a class="moz-txt-link-freetext" href="http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526">http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526</a>
</pre>
On 9/12/2012 12:17 PM, Camera Man wrote:<br>
</div>
<blockquote cite="mid:5050B5B6.5040407@gmail.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
On 09/12/2012 11:36 AM, David R Robison wrote:
<blockquote cite="mid:5050AC04.1050700@openroadsconsulting.com"
type="cite">
<pre wrap="">I am trying to decode an h.264 stream and seeing a lot of "illegal short
term buffer state detected." errors. The video is not playing smoothly
and I am wondering if these errors could cause a problem. Can anyone
tell me what causes these errors? It is possible that there is a problem
with the stream being created by the h.264 camera but I will need to be
able to explain what the problem is (if there is one) to the camera
manufacturer. Thanks, David
</pre>
</blockquote>
If this is UDP, it's a buffering problem - ffmpeg has a socket
buffer limit of 64KB; an 1280x720 I-frame is often 200K-300K, so
some packets get lost.<br>
<br>
Try to switch to TCP; if the problem disappears, that's your
problem.<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Libav-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a>
<a class="moz-txt-link-freetext" href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a>
</pre>
</blockquote>
<br>
<BR />
<BR />
<HR />
This email communication (including any attachments) may contain confidential and/or privileged material intended solely for the individual or entity to which it is addressed.<BR />
If you are not the intended recipient, please delete this email immediately.<BR />
</body>
</html>