Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#7638 closed defect (fixed)

writing dash: failed to delete old segments

Reported by: Frans Overkleeft Owned by:
Priority: normal Component: avformat
Version: unspecified Keywords: dash
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Creating an mpeg-dash live view under Windows 10 from the feed of a camera the old segments are not deleted after -window_size and extra_window_size segments are written. The error message is:
[dash @ 000002648be3e740] failed to delete E:\hls\cameray_segment_00002.mp4: Invalid argument
where E:\hls\cameray_segment_00002.mp4 is the filename of the segment to delete. See also attached console output.

Attachments (1)

Failed to delete old segment.txt (5.0 KB ) - added by Frans Overkleeft 5 years ago.
Console output

Download all attachments as: .zip

Change History (7)

by Frans Overkleeft, 5 years ago

Console output

comment:1 by Carl Eugen Hoyos, 5 years ago

Component: ffmpegavformat
Keywords: multiplexer: removed

comment:2 by Karthick Jeyapal, 5 years ago

Could you please try this patch
http://ffmpeg.org/pipermail/ffmpeg-devel/2018-December/238338.html

It fixed the issue for me.

comment:3 by Karthick Jeyapal, 5 years ago

Resolution: fixed
Status: newclosed

in reply to:  3 comment:4 by Frans Overkleeft, 5 years ago

Replying to j_karthic:
Sorry for the delay. I'm still trying to build an ffmpeg with libx264 support. I've never done this before, so it takes some time.

comment:6 by Frans Overkleeft, 5 years ago

Abandoned my attempts trying to create a build and tested with Zeranoe build fmpeg-20190107-038d291-win64-static. Problem solved.

Note: See TracTickets for help on using tickets.