Re: [FFmpeg-devel] [GSoC] FFserver: Add HLS and DASH

2018-07-11 Thread Stephan Holljes
On Sun, Jul 8, 2018 at 11:21 PM, Michael Niedermayer wrote: > On Thu, Jun 28, 2018 at 02:51:00AM +0200, Stephan Holljes wrote: >> This patchset took embarrassingly long to produce. I first took a few wrong >> turns, but I think I'm now at a point where I reached the limits of the >> public server

Re: [FFmpeg-devel] [GSoC] FFserver: Add HLS and DASH

2018-07-08 Thread Michael Niedermayer
On Thu, Jun 28, 2018 at 02:51:00AM +0200, Stephan Holljes wrote: > This patchset took embarrassingly long to produce. I first took a few wrong > turns, but I think I'm now at a point where I reached the limits of the > public server API in libavformat. The main problem is that I cannot set > option

Re: [FFmpeg-devel] [GSoC] FFserver: Add HLS and DASH

2018-07-05 Thread Stephan Holljes
On Thu, Jun 28, 2018 at 2:51 AM, Stephan Holljes wrote: > This patchset took embarrassingly long to produce. I first took a few wrong > turns, but I think I'm now at a point where I reached the limits of the > public server API in libavformat. The main problem is that I cannot set > options on cli

[FFmpeg-devel] [GSoC] FFserver: Add HLS and DASH

2018-06-27 Thread Stephan Holljes
This patchset took embarrassingly long to produce. I first took a few wrong turns, but I think I'm now at a point where I reached the limits of the public server API in libavformat. The main problem is that I cannot set options on clients that are accepted through http_accept(), for example a timeo