Re: [FFmpeg-devel] ffserver jpg output

2015-05-01 Thread Michael Niedermayer
On Sat, May 02, 2015 at 01:48:51AM +0200, Michael Niedermayer wrote: > On Fri, May 01, 2015 at 05:13:11PM -0600, ill wrote: > > The patch that caligula sent works. I tested it on the git from > > yesterday and firefox is now able to read the jpg ffserver output > > properly with that applied. > > T

Re: [FFmpeg-devel] ffserver jpg output

2015-05-01 Thread Michael Niedermayer
On Fri, May 01, 2015 at 05:13:11PM -0600, ill wrote: > The patch that caligula sent works. I tested it on the git from > yesterday and firefox is now able to read the jpg ffserver output > properly with that applied. > The only difference is that I added an enter on line 26 because it > was two lin

Re: [FFmpeg-devel] ffserver jpg output

2015-05-01 Thread ill
The patch that caligula sent works. I tested it on the git from yesterday and firefox is now able to read the jpg ffserver output properly with that applied. The only difference is that I added an enter on line 26 because it was two lines into one. Can it be committed now? diff -Nrup ffmpeg-

Re: [FFmpeg-devel] ffserver jpg output

2015-04-30 Thread ill
Who is in charge of committing the patches? This patch fixes bugs, so I don't see why it should be ignored. Ave all Background: I'm using ffserver, which feeds of a webcam, to serve .swf and .jpg files. To serve the .jpg files, I use the patch mentioned in http://lists.ffmpeg.org/pipermail

Re: [FFmpeg-devel] ffserver jpg output

2015-04-30 Thread ill
So can this be applied to ffserver and put in the git? Ave all Background: I'm using ffserver, which feeds of a webcam, to serve .swf and .jpg files. To serve the .jpg files, I use the patch mentioned in http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2006-June/013107.html Over the years I

[FFmpeg-devel] ffserver jpg output

2015-04-30 Thread Caligula useraccount
Ave all Background: I'm using ffserver, which feeds of a webcam, to serve .swf and .jpg files. To serve the .jpg files, I use the patch mentioned in http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2006-June/013107.html Over the years I "ported" the patch to more current versions of ffmpeg. Atta

Re: [FFmpeg-devel] ffserver jpg output

2015-04-29 Thread ill
There was a patch to fix this, but I don't think it was ever applied: http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2006-June/013107.html Did you test the patch? Carl Eugen No. I don't know if it works and don't really know how to apply it. It's also a bit old. _

Re: [FFmpeg-devel] ffserver jpg output

2015-04-29 Thread Carl Eugen Hoyos
ill gmail.com> writes: > There was a patch to fix this, but I don't think it was ever applied: > http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2006-June/013107.html Did you test the patch? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

[FFmpeg-devel] ffserver jpg output

2015-04-29 Thread ill
The jpg output plugin is outputting a stream (with no mimetype) instead of an image file, so browsers like firefox can't view it properly and try to download it or try to grab the never ending stream instead of just a single image. There was a patch to fix this, but I don't think it was ever a