• 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 Transcoding fails with FFmpeg exit code 187

     
    • 0 Vote(s) - 0 Average

    Transcoding fails with FFmpeg exit code 187

    Transcoding fails with FFmpeg exit code 187
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2024-09-18, 04:45 PM (This post was last modified: 2024-09-18, 04:46 PM by TheDreadPirate. Edited 1 time in total.)
    When you install Jellyfin via apt, which is what the script you used does, it also creates the service. And it includes a boot load of other options that yours isn't using. Remove the service file you created and use the one that is already present.

    /etc/systemd/system/multi-user.target.wants/jellyfin.service

    Code:
    [Unit]
    Description = Jellyfin Media Server
    After = network-online.target

    [Service]
    Type = simple
    EnvironmentFile = /etc/default/jellyfin
    User = jellyfin
    Group = jellyfin
    WorkingDirectory = /var/lib/jellyfin
    ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS
    Restart = on-failure
    TimeoutSec = 15
    SuccessExitStatus=0 143

    [Install]
    WantedBy = multi-user.target
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 02:19 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 02:37 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 02:54 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 03:14 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 03:26 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 03:31 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 03:46 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 03:50 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 03:52 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 03:57 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 04:01 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 04:10 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 04:15 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 04:42 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 04:45 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 05:16 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 05:25 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by TheDreadPirate - 2024-09-18, 05:30 PM
    RE: Transcoding fails with FFmpeg exit code 187 - by stef4n24 - 2024-09-18, 05:30 PM

    • 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