Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Check ret on avformat_write_header

2018-01-27 Thread Liu Steven
> 在 2018年1月28日,上午7:17,Brendan McGrath 写道: > > On 26/01/18 14:30, 刘歧 wrote: >> >>> On 24 Jan 2018, at 09:24, Brendan McGrath >>> wrote: >>> >>> Encoding currently fails when using hls_ts_options with the fmp4 >>> segment type. >>> >>>

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Check ret on avformat_write_header

2018-01-27 Thread Brendan McGrath
On 26/01/18 14:30, 刘歧 wrote: On 24 Jan 2018, at 09:24, Brendan McGrath wrote: Encoding currently fails when using hls_ts_options with the fmp4 segment type. This is due to the fact that avformat_write_header does not process the passed options when the avformat

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Check ret on avformat_write_header

2018-01-25 Thread 刘歧
> On 24 Jan 2018, at 09:24, Brendan McGrath wrote: > > Encoding currently fails when using hls_ts_options with the fmp4 > segment type. > > This is due to the fact that avformat_write_header does not process > the passed options when the avformat is already

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Check ret on avformat_write_header

2018-01-25 Thread 刘歧
> On 24 Jan 2018, at 09:24, Brendan McGrath wrote: > > Encoding currently fails when using hls_ts_options with the fmp4 > segment type. > > This is due to the fact that avformat_write_header does not process > the passed options when the avformat is already

[FFmpeg-devel] [PATCH] avformat/hlsenc: Check ret on avformat_write_header

2018-01-23 Thread Brendan McGrath
Encoding currently fails when using hls_ts_options with the fmp4 segment type. This is due to the fact that avformat_write_header does not process the passed options when the avformat is already initialized. When using fmp4, the hls_ts_options are parsed and the avformat initialized within