mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Playback issue with new video files added #6204
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 @Sarxzer on GitHub (Aug 16, 2024).
This issue respects the following points:
Description of the bug
Since recently, when I add a video file and scan the folder, Jellyfin is able to find it, name it an get every metadata, but when I try to launch the video, I get a "Playback failed due to a fatal player error.". Using vlc, I check the codec, resolution etc but they are the same as other working video files.
Reproduction steps
I don't know how to reproduce this bug.
What is the current bug behavior?
I get an error when I try to launch a recently added video, and it never did that.
What is the expected correct behavior?
Launching the video without error.
Jellyfin Server version
10.9.9+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.9.9
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
localhost-1723839874793.log
Relevant screenshots or videos
No response
Additional information
No response
@gnattu commented on GitHub (Aug 17, 2024):
Jellyfin is unable to locate ffmpeg in your install. Did you set env var or the config to overwrite the location, and point to an invalid path?
@Sarxzer commented on GitHub (Aug 17, 2024):
No I didn't modify the path to FFmpeg, and I can't do it from the dashboard
@gnattu commented on GitHub (Aug 17, 2024):
That field is read-only on dashboard and if you see that field is empty it means Jellyfin does not find a valid ffmpeg
You can try what another user with similar issue did here : https://github.com/jellyfin/jellyfin/issues/12411#issuecomment-2276582704
You can also remove the encoding config file. Depends on your install, it is either
or
You can just type the path into the address bar of the file manager to directly go to the folder and delete the file.
Doing so will reset the encoding config to default.
@Sarxzer commented on GitHub (Aug 17, 2024):
I don't have FFmpeg in the environmental variables
@gnattu commented on GitHub (Aug 17, 2024):
Have you tried removing the files I mentioned?
@Sarxzer commented on GitHub (Aug 17, 2024):
Now it work, thanks you a lot!