mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
HLS Error: Type: networkError Details: levelLoadTimeOut Fatal: false #2154
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 @maximeaudy on GitHub (Sep 24, 2020).
Describe the bug
I installed jellyfin in a docker container, I have a reverse proxy with nginx which redirects to the port of the container, but when I launch a video, it loops
Logs in navigator
HLS Error: Type: networkError Details: levelLoadTimeOut Fatal: false
Logs in container
MediaBrowser.Api.Playback.Hls.VideoHlsService: FFMpeg exited with code 1
@sumeetkpatel commented on GitHub (Jan 19, 2021):
I'm also getting this but only on certain Live TV m3u8 streams, whats odd for me is that 2 channels from the same provider are identical but one reliably works, and the other reliably doesn't work.
SBS works, SBS Movies does not, both are fine in VLC
Strangely they are encoded differently (probably resulting in the issues). Perhaps it is because the not working stream is interpreted as
"Height":0,"Width":0,"RealFrameRate":90000, perhaps it is because my server cannot decode the "not working" stream for some reason?I tried adding aac support and disabling video accelleration with no impact.
test.m3u8
Transcode Log Diff of the respective streams (W=Working, NW=Not working)

@cvium commented on GitHub (Apr 20, 2021):
Please re-open and fill out the issue template properly. We need the complete logs, not random snippets you think is relevant. There's not enough information here 🤷