Re: [FFmpeg-devel] [PATCH v4] avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow

2019-09-09 Thread Liu Steven
> 在 2019年9月8日,下午2:55,Andreas Rheinhardt 写道: > > Liu Steven: >> >> >>> 在 2019年8月9日,下午5:30,Liu Steven 写道: >>> >>> >>> 在 2019年8月5日,上午10:29,Steven Liu 写道: just remove the 'i' of the v3 mail subject. write mpegts or fmp4 context into buffer, and flush the buffer into

Re: [FFmpeg-devel] [PATCH v4] avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow

2019-09-08 Thread Andreas Rheinhardt
Liu Steven: > > >> 在 2019年8月9日,下午5:30,Liu Steven 写道: >> >> >> >>> 在 2019年8月5日,上午10:29,Steven Liu 写道: >>> >>> just remove the 'i' of the v3 mail subject. >>> write mpegts or fmp4 context into buffer, and flush the buffer into >>> output file when split fragment. merge two format split workflow

Re: [FFmpeg-devel] [PATCH v4] avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow

2019-08-17 Thread Liu Steven
> 在 2019年8月9日,下午5:30,Liu Steven 写道: > > > >> 在 2019年8月5日,上午10:29,Steven Liu 写道: >> >> just remove the 'i' of the v3 mail subject. >> write mpegts or fmp4 context into buffer, and flush the buffer into >> output file when split fragment. merge two format split workflow into >> one workflow

Re: [FFmpeg-devel] [PATCH v4] avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow

2019-08-09 Thread Liu Steven
> 在 2019年8月5日,上午10:29,Steven Liu 写道: > > just remove the 'i' of the v3 mail subject. > write mpegts or fmp4 context into buffer, and flush the buffer into > output file when split fragment. merge two format split workflow into > one workflow > > Signed-off-by: Steven Liu > --- >

[FFmpeg-devel] [PATCH v4] avformat/hlsenc: merge mpegts and fmp4 workflow to one workflow

2019-08-04 Thread Steven Liu
just remove the 'i' of the v3 mail subject. write mpegts or fmp4 context into buffer, and flush the buffer into output file when split fragment. merge two format split workflow into one workflow Signed-off-by: Steven Liu --- libavformat/hlsenc.c | 251 +--