mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Playback stops with 'corrupted' streams #5262
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 @NachoBB on GitHub (Nov 24, 2023).
I have found resilience problems with streams that are not very clean. This can be verified at this URL
https://rakuten-actionmovies-2-es.samsung.wurl.tv/3000.m3u8
When an ad break occurs, playback is interrupted.
This does not happen if the stream goes through an IPTV proxy (in this case Stream Master)
Perhaps the problem would be solved by adding +discardcorrupt to the ffmpeg transcoding. Is there any possibility to do this if using Docker distribution?
@GodBleak commented on GitHub (Nov 26, 2023):
Seems like a duplicate of jellyfin/jellyfin-ffmpeg#57
@sevenrats commented on GitHub (Nov 27, 2023):
Ffmpeg does not support EXT-X-DISCONTINUITY and streams that rely on it will not work with jellyfin. Merging support for it might be possible downstream but this is a feature request, not a bug report.