Re: [FFmpeg-devel] [PATCH 1/2] ffmdec: only seek back at EOF if a server is attached

2015-12-04 Thread Andreas Cadhalpun
On 03.12.2015 14:55, Michael Niedermayer wrote: > On Wed, Dec 02, 2015 at 11:13:14PM +0100, Andreas Cadhalpun wrote: >> Otherwise the ffm demuxer can return the same packets endlessly, if >> there is no server attached. >> --- >> >> I haven't tested ffserver, but since it sets server_attached, it >

Re: [FFmpeg-devel] [PATCH 1/2] ffmdec: only seek back at EOF if a server is attached

2015-12-03 Thread Michael Niedermayer
On Wed, Dec 02, 2015 at 11:13:14PM +0100, Andreas Cadhalpun wrote: > Otherwise the ffm demuxer can return the same packets endlessly, if > there is no server attached. > --- > > I haven't tested ffserver, but since it sets server_attached, it > should still work as previously. probably ok thx [

[FFmpeg-devel] [PATCH 1/2] ffmdec: only seek back at EOF if a server is attached

2015-12-02 Thread Andreas Cadhalpun
Otherwise the ffm demuxer can return the same packets endlessly, if there is no server attached. --- I haven't tested ffserver, but since it sets server_attached, it should still work as previously. --- libavformat/ffmdec.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/