Remove output.ts.tmp

This commit is contained in:
Manav Rathi
2025-04-17 17:56:14 +05:30
parent 21e0edcb85
commit 4327fbb9e5

View File

@@ -265,6 +265,8 @@ export const ffmpegGenerateHLSPlaylistAndSegments = async (
await Promise.all([
deleteTempFileIgnoringErrors(keyInfoPath),
deleteTempFileIgnoringErrors(keyPath),
// ffmpeg writes a /path/output.ts.tmp, clear it out too.
deleteTempFileIgnoringErrors(videoPath + ".tmp"),
]);
}