Re: [FFmpeg-devel] [PATCH v3] Fix usage of temp_file flag in hls_flags option

2018-12-26 Thread Liu Steven
> 在 2018年12月20日,上午12:19,Aleksey Skripka 写道: > > All my tests ok. > Thank you, Adrian. > >> On 19 Dec 2018, at 12:41, Adrian wrote: >> >> Okay, so given you two have some valid points, I've combined both and ended >> up with final version of the patch: >> - it uses temp file for playlist

Re: [FFmpeg-devel] [PATCH v3] Fix usage of temp_file flag in hls_flags option

2018-12-20 Thread Liu Steven
;>> >>>>>>>>> Hello, >>>>>>>>> >>>>>>>>> after upgrading FFmpeg from 4.0 to 4.1 I noticed that temp files in >>>>>>>>> HLS muxed stopped working. >>>>>>>>> It looks like a regression introd

Re: [FFmpeg-devel] [PATCH v3] Fix usage of temp_file flag in hls_flags option

2018-12-19 Thread Aleksey Skripka
> 223d2bde22ce33dcbcb6f17f234b609cb98f1fb6. I've prepared a patch and >>>>>>>> tested it cross-compiling for my project's target platform (ARM, >>>>>>>> Buildroot) and it seems like everything is in or

Re: [FFmpeg-devel] [PATCH v3] Fix usage of temp_file flag in hls_flags option

2018-12-19 Thread Ronak
d2bde22ce33dcbcb6f17f234b609cb98f1fb6. I've prepared a patch and >>>>>>>> tested it cross-compiling for my project's target platform (ARM, >>>>>>>> Buildroot) and it seems like everything is in order. I ran regression >>>>>>>> t

[FFmpeg-devel] [PATCH v3] Fix usage of temp_file flag in hls_flags option

2018-12-19 Thread Adrian
Okay, so given you two have some valid points, I've combined both and ended up with final version of the patch: - it uses temp file for playlist when either a flag is specified or playlist type is anything other than VOD - it does not use temp file for HLS_SINGLE_FILE in place mentioned by