• 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 Issues with Intel N100 CPU and First-Generation Fire TV Client

     
    • 0 Vote(s) - 0 Average

    Transcoding Issues with Intel N100 CPU and First-Generation Fire TV Client

    Despite proper configurations, transcoding doesn't initiate for HEVC/x265 content, impacting playback.
    Jinxovarrio
    Offline

    Junior Member

    Posts: 13
    Threads: 4
    Joined: 2024 Apr
    Reputation: 0
    #1
    2024-04-06, 04:28 PM
    Hello Jellyfin Community,

    I'm seeking assistance with a transcoding issue I'm encountering on my Jellyfin server, which is running on hardware with an Intel N100 CPU, known to support transcoding capabilities. I've ensured that my server is properly configured for transcoding, including enabling hardware acceleration and setting up the necessary codecs.

    The primary client device I'm using is a first-generation Fire TV. It's worth noting that this client device does not support HEVC/x265 playback natively, which is why transcoding is crucial for my setup. Despite this, I've observed that Jellyfin is not initiating transcoding as expected, resulting in playback issues.

    To give you a detailed overview, here are the settings I've currently enabled:

    Hardware acceleration: Intel QuickSync (QSV)
    Enabled hardware decoding for formats: H264, HEVC, MPEG2, VC1, VP8, VP9, AV1, HEVC 10bit, VP9 10bit
    Enabled hardware encoding and opted for low-power Intel H.264 and HEVC encoders
    Set the deinterlacing method to either YADIF or BWDIF, with a preference for hardware-native DXVA or VA-API decoders when available
    Despite these configurations, and ensuring that my network connectivity is stable and fast enough to handle real-time transcoding and streaming, the expected transcoding process does not seem to be kicking in for the first-gen Fire TV client.

    I've also checked the Jellyfin logs for any errors or warnings related to transcoding but haven't found anything that points to a clear issue. Additionally, both Jellyfin and all its dependencies, including FFmpeg, are up to date.

    I would appreciate any insights, suggestions, or guidance on how to resolve this issue. Has anyone else experienced similar problems with transcoding on similar hardware or with the first-gen Fire TV as a client? Any advice on tweaking the server or client settings to ensure smooth playback would be highly valuable.

    Thank you in advance for your time and help.

    Best regards,
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-04-06, 05:39 PM
    Which player is the firestick using? A lot of Firestick users have better luck explicitly selecting libVLC.
    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]
    Jinxovarrio
    Offline

    Junior Member

    Posts: 13
    Threads: 4
    Joined: 2024 Apr
    Reputation: 0
    #3
    2024-04-06, 06:19 PM
    In the two available players I have the following error:

    An error has been found in the player reinventing
    Too many mistakes. Stopping playback

    I have also tried using an external VLC application and here it does play, but at the beginning it gives visual errors and finally the audio is heard but the video is not seen.

    When I see Jellyfin it says that the video is being delivered without transcoding, the problem is that on the server I am not converting the file from x265 to x264 for the client I imagine...

    Is there anything I can do? I have the configuration set correctly, right? and I have an n100 processor with quicksync
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-04-06, 06:55 PM
    Turn on debug logging, replicate the problem, then share the log with us via pastebin.

    https://jellyfin.org/docs/general/admini...ug-logging

    In debug logging the client will tell the server what it is compatible with, but only with exo or libVLC.

    Also, which specific Firestick/FireTV do you have?
    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]
    Jinxovarrio
    Offline

    Junior Member

    Posts: 13
    Threads: 4
    Joined: 2024 Apr
    Reputation: 0
    #5
    2024-04-06, 09:02 PM (This post was last modified: 2024-04-06, 09:02 PM by Jinxovarrio.)
    I hope I have done it right, since the log was very long and I have looked for the part after making the change, but I am not sure, if there is an error, let me know or if I have confused the file, tell me the path of the file, since I have taken the general jellyfin log

    here the pastebin:
    https://pastebin.com/EnHzqvmw

    I was trying to watch the movie called "The Beekeeper" that I saw that appears in the log that I attached

    My model is a 2nd generation firetv

    Thank you very much for your help
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-04-06, 09:20 PM
    That model does support HEVC, but not 10-bit. It also looks like it IS transcoding.

    What version of Jellyfin are you running? I see that you are using docker, which image are you using?
    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]
    Jinxovarrio
    Offline

    Junior Member

    Posts: 13
    Threads: 4
    Joined: 2024 Apr
    Reputation: 0
    #7
    2024-04-06, 09:44 PM
    the image I am using is
    image: lscr.io/linuxserver/jellyfin:latest

    I'm on the latest version, I installed it last week
     
    I think the problem has to do with this

    https://www.reddit.com/r/jellyfin/commen...t_working/


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-04-06, 11:12 PM
    Can you share the ffmpeg log associated with this playback?
    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]
    Jinxovarrio
    Offline

    Junior Member

    Posts: 13
    Threads: 4
    Joined: 2024 Apr
    Reputation: 0
    #9
    2024-04-07, 06:45 AM
    Hello, first of all, thank you for all your help.

    I managed to solve it, the problem is that I followed the dockerhub installation instructions and reinstalled in docker giving the appropriate permissions to access all the renders and using the official image and the transcode now works.

    I would like to ask you what your default player is, I have left the option of always asking because in some movies and series one or the other works better but I don't know how it would work with the automatic option

    thank you so much
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-04-07, 03:57 PM
    On my Chromecast with Google TV, I explicitly selected exoplayer. But a lot of users here with Firesticks have had issues with exo and had better luck with libVLC.
    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: 2 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