mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Add hls_wrap option to FFMPEG before remux IPTV to hls #3220
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mailbyms on GitHub (Aug 31, 2021).
Describe the feature you'd like
I set up my live tv (IPTV) by adding a .m3u source file, and during watching IPTV program, I find FFMPEG generates lots of TS files on the jellyfin server side, the directory is
/volume1/@appstore/jellyfin/var/data/transcodesThose files won't delete themselves, and it will consume serval GB of disk.
In fact , ffmpeg has a parameter called "hls_wrap", it would fix this problem.
Then I check Jellyfin's processes, I find there is no
hls_wrapwhen invoking FFMPEGAdditional context
@DomiStyle commented on GitHub (Aug 12, 2023):
This sounds like a duplicate of https://github.com/jellyfin/jellyfin/issues/3929 and is fixed by https://github.com/jellyfin/jellyfin/pull/8744 .
Could probably close this?
@Shadowghost commented on GitHub (Aug 23, 2023):
Fixed in master by #8744