Re: [FFmpeg-devel] [PATCH v5] avformat/flvenc: add add_keyframe_index option

2016-11-09 Thread Steven Liu
2016-11-08 21:54 GMT+08:00 Michael Niedermayer : > On Tue, Nov 08, 2016 at 07:43:49PM +0800, Steven Liu wrote: > > Add keyframe index metadata > > Used to facilitate seeking; particularly for HTTP pseudo streaming. > > 1. read live streaming or file by sequence > > 2. if use add_keyframe_index o

Re: [FFmpeg-devel] [PATCH v5] avformat/flvenc: add add_keyframe_index option

2016-11-08 Thread Michael Niedermayer
On Tue, Nov 08, 2016 at 07:43:49PM +0800, Steven Liu wrote: > Add keyframe index metadata > Used to facilitate seeking; particularly for HTTP pseudo streaming. > 1. read live streaming or file by sequence > 2. if use add_keyframe_index option, add a mark flag at the position, > use to insert

[FFmpeg-devel] [PATCH v5] avformat/flvenc: add add_keyframe_index option

2016-11-08 Thread Steven Liu
Add keyframe index metadata Used to facilitate seeking; particularly for HTTP pseudo streaming. 1. read live streaming or file by sequence 2. if use add_keyframe_index option, add a mark flag at the position, use to insert new context at the last step. 3. add the keyframes *offset* and *time