<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000">Thank you for your quick 
responses.<br>
<br>
I do see this problem happen usually when i start getting errors. How 
can I avoid getting errors? I dont think the errors are from the input 
stream but my inability to process the stream.<br>
<br>
The machine is an 8 CPU AMD Opeteron running at 2.1Ghz. I think that 
should be fast enough.<br>
How do I programmatically handle the errors? Is there a callback I can 
set to be called when I start getting errors?<br>
<br>
Thanks<br>
<br>
Kalileo wrote:
<blockquote 
cite="mid:476F469B-9E2D-436A-A628-D885D3466DF7@universalx.net" 
type="cite">
  <pre wrap="">On May 30, 2013, at 22:46 , Vahid Kowsari wrote:

</pre>
  <blockquote type="cite"><pre wrap="">Hi All,

I am working on a piece of code at the moment to receive HD H264 MPEG TS streams at around 7.5 mbps from a udp multicast.
This code is running inside of ubuntu VM remotely.

I am having problems because no matter what I do I get fifo buffer overflows after a certain period of time.
</pre></blockquote>
  <pre wrap=""><!---->
Assuming that this is not an issue with your device lacking the power to keep up with decoding, have you checked what might trigger the overflow?

I see such overflows happening whenever there are some bigger errors in the input stream.

</pre>
  <blockquote type="cite"><pre wrap="">I have done the following:
1. Increased the the fifo_size, set overrun non fatal
</pre></blockquote>
  <pre wrap=""><!---->
" overrun non fatal" in my experience is fatal, better reset / restart at that point.

_______________________________________________
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>
<div class="moz-signature">-- <br>__________________________________________________________<br>
Vahid Kowsari<br>
<a class="moz-txt-link-abbreviated" href="mailto:vahid@kowsari.com">vahid@kowsari.com</a><br>
</div>
</body></html>