Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: add error message for encrypt fmp4 mode

2018-04-15 Thread Steven Liu
> On 16 Apr 2018, at 14:30, Gyan Doshi wrote: > > > > On 4/16/2018 11:52 AM, Steven Liu wrote: > >> +av_log(s, AV_LOG_ERROR, "Encrypted fmp4 not yet supported\n"); > > >> av_log(s, AV_LOG_WARNING, "Cannot use both -hls_key_info_file >> and -hls_enc," >> -

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: add error message for encrypt fmp4 mode

2018-04-15 Thread Gyan Doshi
On 4/16/2018 11:52 AM, Steven Liu wrote: +av_log(s, AV_LOG_ERROR, "Encrypted fmp4 not yet supported\n"); av_log(s, AV_LOG_WARNING, "Cannot use both -hls_key_info_file and -hls_enc," - " will use -hls_key_info_file priority\n"); +

[FFmpeg-devel] [PATCH v2] avformat/hlsenc: add error message for encrypt fmp4 mode

2018-04-15 Thread Steven Liu
and refine the warning message when use both hls_key_info_file and hls_enc Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index c7540166ab..c27a66ea79 100644 --- a/libavforma