[FFmpeg-devel] [PATCH] avformat/dashenc: Only use temporary files when outputting to file protocol

2017-02-07 Thread Thomas Stephens
Skips using temporary files when outputting to a protocol other than "file", which enables dash to output content over network protocols. The logic has been copied from the HLS format. --- libavformat/dashenc.c | 29 +++-- 1 file changed, 23 insertions(+), 6 deletions(-) d

Re: [FFmpeg-devel] [PATCH] avformat/dashenc: Only use temporary files when outputting to file protocol

2017-02-14 Thread Thomas Stephens
Has anybody had a chance to look at this patch? Thanks, --Thomas On Tue, Feb 7, 2017, 2:20 PM Thomas Stephens wrote: > Skips using temporary files when outputting to a protocol other than > "file", which enables dash to output content over network > protocols. The logic h