mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
[Issue]: 10.8.0 Error in ffprobe? #3889
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 @lue30499 on GitHub (Jun 11, 2022).
Please describe your bug
Jellyfin 10.8.0
I upgraded to 10.8.0 and now media wont play when it did before
I get the attached errors when trying to play anything in the web client.
Jellyfin is installed through the apt repo.
Jellyfin Version
10.8.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
Please attach any screenshots here
Code of Conduct
@nyanmisaka commented on GitHub (Jun 11, 2022):
Are you sure it's 10.8.0 release?
AFAIK this issue has been fixed in https://github.com/jellyfin/jellyfin/pull/7363
@lue30499 commented on GitHub (Jun 11, 2022):
As far as I know yes. All I did was run apt update && apt upgrade and the jellyfin packages were downloaded/upgraded.
The UI says it is as well:

@Stampede10343 commented on GitHub (Jun 11, 2022):
I'm getting a similar error message, although the log points to not having a path to ffmpeg..
[2022-06-11 17:17:12.263 +00:00] [ERR] [87] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/39622bc9-2b68-62c7-1743-75334f89efba/hls1/main/0.ts". System.ArgumentException: FFmpeg path not set.Just upgraded to 10.8 in Docker on Linux
EDIT:
I was able to fix it by setting the path in Playback settings to:
/usr/lib/jellyfin-ffmpeg/ffmpeg@Nazar78 commented on GitHub (Jun 12, 2022):
Yes, for 10.8.0 reverting back to /usr/lib/jellyfin-ffmpeg/ffmpeg fixed it. I also had issues with Debian 11 main stream ffmpeg, with hardware accelerations enabled, the conversion rate dropped from 70fps to <5fps which made the client waited took too long for playback to start.
@AnonymousWebHacker commented on GitHub (Nov 29, 2022):
some error Jellyfin Server V: 10.8.7, Ubuntu Server
@AnonymousWebHacker commented on GitHub (Nov 29, 2022):
Fixed:
It is only to specify in Settings / Playback, the path of the ffmpeg binaries (for transcoding), and that of ffprobe (test the videos, and extract extension, format, time of the video ..etc)
/usr/bin/ <--- This is ok
@Bond-009 commented on GitHub (Dec 7, 2022):
Looks like setting the ffmpeg path should fix it, if not please comment or open a new issue.