[FFmpeg-user] mpegts streaming freeezes after 20 seconds

Roger Pack rogerdpack2 at gmail.com
Tue Nov 6 16:05:49 CET 2012


On Mon, Nov 5, 2012 at 11:58 PM, Jacobs <jacobhameiri at gmail.com> wrote:

> If I stream to a file I get a steady working stream.
>
> If I stream to udp:
> what freezes is the output in ffplay, I suspect it has something to do with
> frame rate adjustment.
>


My guess is that some lost UDP packets are causing it to hang. (maybe try
TCP?)
Maybe you could compile FFmpeg then run ffmpeg with debug symbols
(ffmpeg_g) through gdb, then when it hangs, hit ctrl+c, then see what
backtraces it appears "frozen" at?


More information about the ffmpeg-user mailing list