• 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: Jellyfin stopped encoding videos

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin stopped encoding videos

    Yunohost Jellyfin installation stopped decoding/encoding videos on the server
    cichy1173
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:Poland
    #1
    2024-06-15, 05:27 PM
    Hello.
    I am an Jellyfin user for about more than a year but since 2-3 months I have strange problem that is stopping me from normal usage. Looks like my Jellyfin stopped encoding/decoding (I do not know which one is good word here) on the server. Right now I can stream videos from the server but in original form, as straight from the file - I do not see increased power or CPU usage. That is stopping me in watching videos inside browser or on iPad or inside Kodi. I can watch on Android device or in Delfin app on a computer. 
    In the past, when I played videos, I could see increased power and CPU usage and that was normal - I also could watch videos on all my devices.

    I have server with Yunohost 11 and yunohost-native Jellyfin installation on Debian 11 and with AMD Ryzen 7 5700G.

    This could start happening since some last Jellyfin update, but there was a moment when I've got a lot of updates and I couldn't figure out which one done this.

    I am sending my playback configuration and browser error that I see when I want to play video.

    Is there something that is a misconfiguration?


    Attached Files Thumbnail(s)
                       
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-06-15, 05:49 PM
    Can you share your ffmpeg 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]
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #3
    2024-06-15, 05:52 PM (This post was last modified: 2024-06-15, 06:02 PM by Efficient_Good_5784. Edited 2 times in total.)
    For the 5700G's iGPU using VAAPI, the correct decode options are as follows:

    Enable these:
    1. H264
    2. HEVC
    3. MPEG2
    4. VC1
    5. VP9
    6. HEVC 10bit
    7. VP9 10bit

    Disable these:
    1. VP8
    2. AV1

    Also, from your screenshots I can see that you have hardware encoding disabled. You will want to enable that if you want the iGPU to fully transcode the video.
    -------------------------------------
    I'm predicting that you might be trying to use HWA on either VP8 or AV1 videos, both of which the 5700G does not support.

    If you can, can you post a screenshot of a Media Info of any affected video that gives you this error? You can get the media's info by right-clicking on any video and clicking on the "Media Info" button.
    cichy1173
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:Poland
    #4
    2024-06-15, 06:02 PM
    (2024-06-15, 05:52 PM)Efficient_Good_5784 Wrote: For the 5700G's iGPU using VAAPI, the correct decode options are as follows:

    Enable these:
    1. H264
    2. HEVC
    3. MPEG2
    4. VC1
    5. VP9
    6. HEVC 10bit
    7. VP9 10bit

    Disable these:
    1. VP8
    2. AV1
    -------------------------------------
    I'm predicting that you might be trying to use HWA on either VP8 or AV1 videos, both of which the 5700G does not support.

    If you can, can you post a screenshot of a Media Info of any affected video that gives you this error? You can get the media's info by right-clicking on any video and clicking on the "Media Info" button.

    One of the affected videos: MKV

    Video
    Title: 1080p H264 SDR
    Codec: H264
    AVC: Yes
    Profile: Main
    Level: 40
    Resolution: 1920x1080
    Aspect ratio: 16:9
    Interlaced: No
    Framerate: 24
    Bitrate: 5592 kbps
    Bit depth: 8 bit
    Video range: SDR
    Video range type: SDR
    Pixel format: yuv420p
    Ref frames: 1
    NAL: 4

    Audio
    Title: Polski - Dolby Digital+ - 5.1 - Default
    Language: pol
    Codec: EAC3
    Layout: 5.1
    Channels: 6 ch
    Bitrate: 640 kbps
    Sample rate: 48000 Hz
    Default: Yes
    Forced: No
    External: No
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #5
    2024-06-15, 06:11 PM (This post was last modified: 2024-06-15, 06:12 PM by Efficient_Good_5784.)
    Maybe it's an issue with access to the iGPU.

    Can you follow @TheDreadPirate's advice to paste and share your recent ffmpeg logs with pastebin?
    cichy1173
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:Poland
    #6
    2024-06-15, 06:12 PM
    (2024-06-15, 05:49 PM)TheDreadPirate Wrote: Can you share your ffmpeg logs via pastebin?

    How do you want me to do that? Logs from which situation?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-06-15, 06:16 PM
    /var/log/jellyfin

    In that directory will be a bunch of ffmpeg logs. Share one from one of the failed playbacks from your original post.
    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]
    cichy1173
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:Poland
    #8
    2024-06-15, 06:26 PM
    (2024-06-15, 06:16 PM)TheDreadPirate Wrote: /var/log/jellyfin

    In that directory will be a bunch of ffmpeg logs.  Share one from one of the failed playbacks from your original post.



    Looks like Jellyfin stopped logging:

    <code>
    /var/log/jellyfin# ls -al
    total 380
    drw-r-----  2 jellyfin adm      12288 Mar  2 00:38 .
    drwxr-xr-x 30 root    root      12288 Jun 13 00:00 ..
    -rw-r--r--  1 jellyfin jellyfin  23670 Feb 29 17:32 log_20240229.log
    -rw-r--r--  1 jellyfin jellyfin  23671 Mar  1 17:32 log_20240301.log
    -rw-r--r--  1 jellyfin jellyfin 307209 Mar  2 21:30 log_20240302.log
    </code>
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-06-15, 07:16 PM
    What user is Jellyfin running as?  Not as the jellyfin user.  In your Jellyfin UI, go to the Dashboard home screen.  On that page it will tell you what the logging path is.

       
    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]
    cichy1173
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:Poland
    #10
    2024-06-21, 01:08 PM
    I have found the cause of issue. Looks like Yunohost package that combined both Jellyfin (Server&Client) and ffmpeg has mismatched versions - ffmpeg was to new for packaged Jellyfin server (ffmpeg6 is for Jellyfin 10.9, not 10.8, and package came with Jellyfin v10.Nerd-face. I have installed Jellfyin 10.9 with ffmpeg6 from another repository and it is working.

    Thank you all for help
    « 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