<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
<head>
<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>
</head>
<body style="direction: ltr;"
bidimailui-detected-decoding-type="latin-charset" bgcolor="#ffffff"
text="#000000">
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>
</body>
</html>