Re: [FFmpeg-devel] [PATCH v2 2/2] avformat/hlsenc: write temp file for append single file by encryption mode

2020-08-10 Thread Steven Liu
Steven Liu 于2020年8月2日周日 下午10:35写道: > > Steven Liu 于2020年7月25日周六 上午10:49写道: > > > > Steven Liu 于2020年7月22日周三 下午5:16写道: > > > > > > fix ticket: 8783 > > > Because in single file by encryption mode, it cannot get the last one > > > block of the file, it need ff_format_io_close for get full file

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat/hlsenc: write temp file for append single file by encryption mode

2020-08-02 Thread Steven Liu
Steven Liu 于2020年7月25日周六 上午10:49写道: > > Steven Liu 于2020年7月22日周三 下午5:16写道: > > > > fix ticket: 8783 > > Because in single file by encryption mode, it cannot get the last one > > block of the file, it need ff_format_io_close for get full file size, > > then hlsenc can get the total size of the

Re: [FFmpeg-devel] [PATCH v2 2/2] avformat/hlsenc: write temp file for append single file by encryption mode

2020-07-24 Thread Steven Liu
Steven Liu 于2020年7月22日周三 下午5:16写道: > > fix ticket: 8783 > Because in single file by encryption mode, it cannot get the last one > block of the file, it need ff_format_io_close for get full file size, > then hlsenc can get the total size of the encryption content, > so write the content into temp

[FFmpeg-devel] [PATCH v2 2/2] avformat/hlsenc: write temp file for append single file by encryption mode

2020-07-22 Thread Steven Liu
fix ticket: 8783 Because in single file by encryption mode, it cannot get the last one block of the file, it need ff_format_io_close for get full file size, then hlsenc can get the total size of the encryption content, so write the content into temp file first, and get the temp file content append