[FFmpeg-devel] RTMP stream stops after a while

Kostya kostya.shishkov
Sun Jan 10 20:24:24 CET 2010


On Sun, Jan 10, 2010 at 07:13:14PM +0000, Mahmut Akcay wrote:
> I've been trying RTMP support with some live streams. For some streams,
> after a certain amount of time, ffplay stops playing the stream. Below are
> some examples:
> 
> Stops after 50 seconds
> rtmp://rtmplive.dr.dk/live/livedr04astream3
> 
> Stops after 90 seconds
> rtmp://cp76154.live.edgefcs.net:1935/live/TV_LIVE_1 at 10773
> 
> Presumably it doesn't handle a message type that causes the connection to
> brake.

Yes, it should track number of bytes received and report that to server
but does not do so. Maybe one day I'll finish my patch for supporting
that.
 
> mahmut



More information about the ffmpeg-devel mailing list