![]() |
Video Freezing While Audio Keeps Playing - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Video Freezing While Audio Keeps Playing (/t-video-freezing-while-audio-keeps-playing) |
RE: Video Freezing While Audio Keeps Playing - TheDreadPirate - 2025-02-17 As long as its a relatively recent ONN TV Box, it should be ok. The ffmpeg log you shared looked pretty ordinary. The video itself shouldn't have been particularly demanding. Does this issue only happen on some files? An individual movie? A particular show/season of a show? If it only happens on some files, we can try remuxing the file to try to see if the issue is caused by a bad container (video container, not docker container). Code: docker exec -it jellyfin bash #opens a bash shell for the container so we can use jellyfin-ffmpeg |