Re: [FFmpeg-devel] [PATCH] avfomat/hlsenc: support fmp4 format in hls

2017-07-05 Thread Steven Liu
2017-07-06 8:02 GMT+08:00 Steven Liu : > 2017-07-05 23:28 GMT+08:00 Derek Buitenhuis : >> On 7/3/2017 1:22 PM, Steven Liu wrote: >>> Pushed! >> >> Seems this patch has unexpected behavior when 'hls_segment_type=fmp4' >> and 'hls_flags=single_file'. >> >> It should probably create a self indexed fil

Re: [FFmpeg-devel] [PATCH] avfomat/hlsenc: support fmp4 format in hls

2017-07-05 Thread Derek Buitenhuis
On 7/3/2017 1:22 PM, Steven Liu wrote: > Pushed! Seems this patch has unexpected behavior when 'hls_segment_type=fmp4' and 'hls_flags=single_file'. It should probably create a self indexed file (sidx boxes at the start) and a byte range m3u8, no? At the very least it should fail or warn the use

Re: [FFmpeg-devel] [PATCH] avfomat/hlsenc: support fmp4 format in hls

2017-07-03 Thread Steven Liu
2017-07-01 20:05 GMT+08:00 Steven Liu : > add the fmp4 format into hlsenc > because the fmp4 format add into hls from version 7. > the spec link is: > https://tools.ietf.org/html/draft-pantos-http-live-streaming-20 > and the describe on WWDC > https://developer.apple.com/videos/play/wwdc2017/515/ >

[FFmpeg-devel] [PATCH] avfomat/hlsenc: support fmp4 format in hls

2017-07-01 Thread Steven Liu
add the fmp4 format into hlsenc because the fmp4 format add into hls from version 7. the spec link is: https://tools.ietf.org/html/draft-pantos-http-live-streaming-20 and the describe on WWDC https://developer.apple.com/videos/play/wwdc2017/515/ Signed-off-by: Steven Liu --- doc/muxers.texi