Opened 2 years ago

Closed 23 months ago

#9786 closed defect (invalid)

The flag -hls_flags temp_file does not work

Reported by: jidckii Owned by:
Priority: important Component: ffmpeg
Version: git-master Keywords: hls_flags temp_file
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description (last modified by jidckii)

In the log, ffmpeg writes that a file with the extension .tmp has been created, but in fact not.

git master: built on 20220422 from https://www.johnvansickle.com/ffmpeg/

This is clearly visible in the screenshot
https://i.imgur.com/0ePnGKb.png
log attached

Attachments (1)

ffmpeg-20220519-084524.log (180.6 KB ) - added by jidckii 2 years ago.

Download all attachments as: .zip

Change History (3)

by jidckii, 2 years ago

Attachment: ffmpeg-20220519-084524.log added

comment:1 by jidckii, 2 years ago

Description: modified (diff)

comment:2 by Marton Balint, 23 months ago

Resolution: invalid
Status: newclosed

Tmp files are renamed to normal files after they are complete. So the fact that you don't see any tmp files on your screenshot does not indicate an issue. You should only be able to see the tmp file of the segment which is currently written, therefore not part of the m3u8 yet. But the fact that even your last segment is part of the m3u8 indicates that even that is done, so no tmp for it should be present.

Note: See TracTickets for help on using tickets.