• 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: Playback Error causing 0 videos to play

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Playback Error causing 0 videos to play

    Link of Hyrule
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #1
    2024-07-04, 08:26 PM
    Hey all, been using Jellyfin for a bit, but it stopped playing some videos, then while trying to troubleshoot the issue, a reinstall seemed to completely break it. The things it used to play are now:

    Playback Error
    Playback failed due to a fatal player error.


    Restarts do nothing, and it was working originally without hardware transcoding, I believe I've set it up properly now. I'm using an older laptop (ASUS X550Z) as a home server. The drive is new, and the Ubuntu server OS was recently reinstalled after a HDD upgrade. I am new to Linux and having trouble troubleshooting for myself.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-07-04, 08:51 PM
    Your laptops CPU/iGPU is not fast enough for CPU transcoding and doesn't have the capability to hardware accelerate transcoding.

    You either need to pre-transcode to avoid transcoding on the fly or upgrade the server, which is less expensive than you think.
    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]
    Link of Hyrule
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #3
    2024-07-05, 12:40 AM (This post was last modified: 2024-07-05, 12:42 AM by Link of Hyrule. Edited 1 time in total.)
    Why was it able to play beforehand, but now it can't do anything? Anyway to get it back to a usable state? Also, how could I go about pre-transcoding?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-07-05, 01:33 AM
    Can you share your full jellyfin logs via pastebin?
    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]
    Link of Hyrule
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #5
    2024-07-05, 02:25 PM (This post was last modified: 2024-07-05, 02:28 PM by Link of Hyrule. Edited 1 time in total.)
    https://pastebin.com/u/Link-N64?guest=1

    Also, I had VLC transcode a video for me, and no dice.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-07-05, 03:32 PM
    Can you directly link the pastebin? I'm at work and pastebin is blocked. I use my Google Cloud VM to circumvent that but I need a direct link to wget the log file.
    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]
    Link of Hyrule
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #7
    2024-07-05, 03:40 PM
    Due to size, I had to split it into parts. My son (autistic 16 year old) has been trying like a mad man to watch something, so I'm sorry about the size:
    Part 1
    Part 2
    Part 3
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-07-05, 03:57 PM (This post was last modified: 2024-07-05, 03:58 PM by TheDreadPirate.)
    ffmpeg is missing.

    Code:
    [2024-07-05 00:41:06.289 +00:00] [ERR] Error processing request. URL "GET" "/videos/70534b1a-3a59-0ecc-1b24-2cb4e47f9ecf/live.m3u8".
    System.ArgumentNullException: Value cannot be null. (Parameter '_mediaEncoder.EncoderPath')

    What are the contents of /etc/jellyfin/encoding.xml? Is there a value for this line?

    Code:
    <EncoderAppPathDisplay>/usr/lib/jellyfin-ffmpeg/ffmpeg</EncoderAppPathDisplay>

    Is jellyfin-ffmpeg installed?

    Code:
    sudo apt list --installed | grep ffmpeg
    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]
    Link of Hyrule
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #9
    2024-07-05, 05:29 PM
    I did install it, but let me do it agsin.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-07-05, 05:43 PM
    Is the EncoderAppPathDisplay set in /etc/jellyfin/encoding.xml?

    Also make sure you install jellyfin-ffmpeg instead of plain ffmpeg.

    Code:
    sudo apt install jellyfin-ffmpeg6
    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