[FFmpeg-trac] #8348(undetermined:new): HLS Muxer - Master playlist with delete_segments failing
FFmpeg
trac at avcodec.org
Thu Oct 31 01:37:16 EET 2019
#8348: HLS Muxer - Master playlist with delete_segments failing
-------------------------------------+-------------------------------------
Reporter: barhom | Owner:
Type: defect | Status: new
Priority: critical | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by barhom):
Had to cut the input.ts file to fit 2.5M,
Use this command when running,
{{{
ffmpeg -i input.ts -sn -map 0:v:0 -map 0:a:0 -c copy -b:v 3500k -hls_time
1 -hls_list_size 3 -hls_flags
append_list+omit_endlist+delete_segments+discont_start+program_date_time
-master_pl_name master.m3u8 -f hls /tmp/hls/8387/vs_%v/playlist.m3u8
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8348#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list