Opened 3 years ago
Closed 3 years 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 )
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)
Change History (3)
by , 3 years ago
Attachment: | ffmpeg-20220519-084524.log added |
---|
comment:1 by , 3 years ago
Description: | modified (diff) |
---|
comment:2 by , 3 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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.