[FFmpeg-devel] [GSoC] FFserver config file support

2018-05-28 Thread Stephan Holljes
This is an updated version of the previous patchset. The most notable changes are: - timestamp fix reworked to work with mp4 - the lua file reader is much safer by using lua's protected environment While the matroska muxer still spams the output about creating new clusters because of times

[FFmpeg-devel] [GSoC] FFserver config file support

2018-05-20 Thread Stephan Holljes
This patch set builds upon the previous set that implemented ffserver with a more flexible httpd interface. It includes a fix for timestamp handling, which sadly still does not properly fix the issue. The majority of this patch set adds the ability to read lua-config files. After reading up on how