Re: [FFmpeg-devel] [PATCH] hlsenc: intialize only on ref_pkt (v2)

2017-02-14 Thread Miroslav Slugeň
Dne 14.2.2017 v 09:33 Steven Liu napsal(a): 2017-02-14 16:30 GMT+08:00 Miroslav Slugeň : Dne 14.2.2017 v 04:59 Steven Liu napsal(a): 2017-02-13 21:15 GMT+08:00 Miroslav Slugeň : This patch will fix cutting hls segments into exactly same length. Because it will intialize only on first ref_pac

Re: [FFmpeg-devel] [PATCH] hlsenc: intialize only on ref_pkt (v2)

2017-02-14 Thread Steven Liu
2017-02-14 16:30 GMT+08:00 Miroslav Slugeň : > Dne 14.2.2017 v 04:59 Steven Liu napsal(a): > > 2017-02-13 21:15 GMT+08:00 Miroslav Slugeň : >> >> This patch will fix cutting hls segments into exactly same length. Because >>> it will intialize only on first ref_packet, which is video frame, not >>>

Re: [FFmpeg-devel] [PATCH] hlsenc: intialize only on ref_pkt (v2)

2017-02-14 Thread Miroslav Slugeň
Dne 14.2.2017 v 04:59 Steven Liu napsal(a): 2017-02-13 21:15 GMT+08:00 Miroslav Slugeň : This patch will fix cutting hls segments into exactly same length. Because it will intialize only on first ref_packet, which is video frame, not audio frame (old behavior) Now it should be possible to crea

Re: [FFmpeg-devel] [PATCH] hlsenc: intialize only on ref_pkt (v2)

2017-02-13 Thread Steven Liu
2017-02-13 21:15 GMT+08:00 Miroslav Slugeň : > This patch will fix cutting hls segments into exactly same length. Because > it will intialize only on first ref_packet, which is video frame, not audio > frame (old behavior) > > Now it should be possible to create segments at exactly same length if