• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: ffmpeg path not set

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: ffmpeg path not set

    1RealOldGeek
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #1
    2023-12-11, 06:57 PM
    Jellyfin 10.8.13
    CentOS 7

    Installed rmpfusion first then JellyfinServer, JellyfinWeb, Jellyfin . No error at any time. ( followed https://jellyfin.org/docs/general/installation/linux/ ) Verified ffmpeg at /usr/bin/ffmpeg.

    Problem I cannot play any videos. Log file indicates can’t it find ffmpeg. How do I set the path in Jellyfin to the installed ffmpeg in version 10.8.13?

    I found the following note at jellyfin.org/posts/jellyfin-security-and-you. Which might as we’ll be greek as the XML file contains no mention of ffmpeg. So how do I make Jellyfin work?

    ~As part of this release, we have made a change to the behaviour of the "FFmpeg path" GUI configuration option in Jellyfin. Specifically, in version 10.8.13, this functionality has been disabled, and will be fully replaced in the next major version (10.9.0). Editing this value in the GUI in 10.8.13 or later will not change it. In the short term, those wishing to make further changes to their FFmpeg binary must do so by editing the encoding.xml configuration file instead of using the GUI, and the server must be restarted after making the change.~

    FWIW, The website is in grave need of attention. All forum post links return "The specified thread does not exist." Every link to a forum post is malformed and must be manually edited to work. IE https://forum.jellyfin.org/t-transcoding...fmpeg+path”
    Go to solution
    Serge K
    Offline

    Member

    Posts: 138
    Threads: 9
    Joined: 2023 Nov
    Reputation: 0
    Country:Ukraine
    #2
    2023-12-11, 07:56 PM
    https://forum.jellyfin.org/t-ffmpeg-path...in-10-8-13
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #3
    2023-12-11, 08:15 PM
    For security reasons, the ffmpeg path for the official docker image is not user changeable.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    1RealOldGeek
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #4
    2023-12-12, 05:50 PM
    (2023-12-11, 08:15 PM)TheDreadPirate Wrote: For security reasons, the ffmpeg path for the official docker image is not user changeable.


    Does that mean that Jellyfin will not work on CentOS at all? So why release a RPM? Am I forced to use docker?
    TIA
    Venson
    Offline

    Moderator, Server Dev, XBox Maintainer

    Posts: 376
    Threads: 7
    Joined: 2023 Jun
    Reputation: 15
    Country:Germany
    #5
    2023-12-12, 06:02 PM
    > Does that mean that Jellyfin will not work on CentOS at all? So why release a RPM? Am I forced to use docker?

    Its the other way around. You cannot change ffmpeg __on docker__. Every system where you invoke the ./jellyfin program directly, you can use the commandline argument to set the path to jf-ffmpeg
    typos are finders, keepers.
    Next Jellyfin release 10.11.0 will be Soon™
    Soon™ is an unregistered trademark of Jellyfin International
    1RealOldGeek
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #6
    2023-12-12, 06:12 PM
    I'm sorry I don't understand. Ive re-read the docs and find no mention of how to do that. Maybe I don't understand my issue not being able to play any video without Jellyfin complaining it can't find ffmpeg. Where can I can it in the docs to pass that in a command line?
    TIA
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #7
    2023-12-12, 06:26 PM (This post was last modified: 2023-12-12, 06:31 PM by tmsrxzar. Edited 1 time in total.)
    (2023-12-12, 06:12 PM)1RealOldGeek Wrote: I'm sorry I don't understand. Ive re-read the docs and find no mention of how to do that. Maybe I don't understand my issue not being able to play any video without Jellyfin complaining it can't find ffmpeg. Where can I can it in the docs to pass that in a command line?
    TIA

    a quick search on the google machine brought up this link https://github.com/jellyfin/jellyfin/pull/1017/files (*fixed link)

    which seems to indicate that you can pass --ffmpeg and --ffprobe via the ENTRYPOINT in your docker

    (adjust to your setup as needed)
    1RealOldGeek
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #8
    2023-12-12, 10:05 PM
    Is my posts being added to another thread. WTH is going on?
    Serge K
    Offline

    Member

    Posts: 138
    Threads: 9
    Joined: 2023 Nov
    Reputation: 0
    Country:Ukraine
    #9
    2023-12-12, 10:11 PM (This post was last modified: 2023-12-13, 06:43 PM by Serge K. Edited 7 times in total.)
    of course you can not find any info regarding ffmpeg in encoding.xml
    you need to add some strings:
    see this link and find EncoderAppPath and EncoderAppPathDisplay
    https://mega.nz/file/hm1hxapS#D44nWETYWz...tHBqlgynrg


    but there must be your pathes
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2023-12-12, 10:12 PM
    There was another thread from a couple weeks ago that you responded to (I'm assuming accidentally) with the same/similar question.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode