Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix hlsenc bug at windows system

2017-01-12 Thread Bodecs Bela
Have you noticed my second comment also about code change in my earlier reply? 2017.01.12. 10:39 keltezéssel, Steven Liu írta: 2017-01-12 17:18 GMT+08:00 Bodecs Bela : 2017.01.12. 6:03 keltezéssel, Steven Liu írta: when hlsenc use flag second_level_segment_index, second_level_segment_size

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix hlsenc bug at windows system

2017-01-12 Thread Steven Liu
2017-01-12 17:18 GMT+08:00 Bodecs Bela : > > > 2017.01.12. 6:03 keltezéssel, Steven Liu írta: > >> when hlsenc use flag second_level_segment_index, >> second_level_segment_size and second_level_segment_duration, >> the rename is ok but the output filename always use the old filename >> so move the

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: fix hlsenc bug at windows system

2017-01-12 Thread Bodecs Bela
2017.01.12. 6:03 keltezéssel, Steven Liu írta: when hlsenc use flag second_level_segment_index, second_level_segment_size and second_level_segment_duration, the rename is ok but the output filename always use the old filename so move the rename operation after the close the ts file and before o