[FFmpeg-trac] #6043(undetermined:new): hls muxer states "failed to delete old segment" but not

FFmpeg trac at avcodec.org
Sat Dec 24 13:57:20 EET 2016


#6043: hls muxer states "failed to delete old segment" but not
-------------------------------------+-------------------------------------
             Reporter:  doubleb      |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by doubleb):

 An even simpler command line to reproduce the error: (wait 50 seconds
 after starting)

 {{{
 ffmpeg -loglevel info   -y -f lavfi -i color=c=red:size=640x480:r=25 -f
 lavfi -f lavfi -i color=c=pink:size=1920x1080:r=25 -f lavfi -i
 anullsrc=r=44100:cl=stereo  -f lavfi -i anullsrc=r=44100:cl=stereo
 -filter_complex "[1]setpts=PTS-STARTPTS[1o]; [0:v]setpts=PTS-STARTPTS
 [0vo]; [1o][0vo] overlay=x=10:y=10 ,  split=3 [v1][v2][vimg] ; [v1]
 scale=size=960x540, setdar=dar=16/9, nullsink ; [v2] scale=size=640x360,
 setdar=dar=16/9 , nullsink ; [vimg] fps=1/5, scale=size=320x180, nullsink
 ; [3]asetpts=PTS-STARTPTS [0ao]; [2]asetpts=PTS-STARTPTS [2o]; [0ao][2o]
 amix [aout1] "   -map "[aout1]"  -acodec aac -cutoff 20000 -ac 2 -ar 44100
 -ab 192k  -f hls -hls_time 3 -hls_list_size 5 -hls_flags delete_segments
 -use_localtime 1 -hls_segment_filename 'segment%Y%m%d%H%M%S.ts'
 stream.m3u8}}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6043#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list