Re: [FFmpeg-devel] ffservers future

2016-04-08 Thread wm4
On Fri, 8 Apr 2016 18:13:53 +0100 Derek Buitenhuis wrote: > On 4/8/2016 2:30 PM, Michael Niedermayer wrote: > > There are a few known bugs in it like code depending on > > sizeof(AVStream) and general a little too much direct access into APIs > > these things will cause ffserver to frequently bre

Re: [FFmpeg-devel] ffservers future

2016-04-08 Thread Derek Buitenhuis
On 4/8/2016 2:30 PM, Michael Niedermayer wrote: > There are a few known bugs in it like code depending on > sizeof(AVStream) and general a little too much direct access into APIs > these things will cause ffserver to frequently break if APIs change > even slightly. To calrify, the problem is acces