• 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: Correct transcoding settings for the N100 Processor

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Correct transcoding settings for the N100 Processor

    Nex1337
    Offline

    Junior Member

    Posts: 15
    Threads: 3
    Joined: 2024 Jul
    Reputation: 0
    Country:Poland
    #1
    2024-09-01, 01:10 PM
    Hello
    I would like to ask you to check if I have set the transcoding configurations for the N100 processor correctly.
    Thanks

    Vainfo: https://pastebin.com/BHxu3RDT
       
       
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-01, 02:27 PM
    Yes. But, what version of the Intel OpenCL package is installed and which distro are you running? Run this command and share the output.

    Code:
    sudo apt policy intel-opencl-icd
    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]
    Nex1337
    Offline

    Junior Member

    Posts: 15
    Threads: 3
    Joined: 2024 Jul
    Reputation: 0
    Country:Poland
    #3
    2024-09-01, 05:48 PM
    Distro: Ubuntu 24.04 LTS

    OpenCL:
    intel-opencl-icd:
    Zainstalowana: 23.43.27642.40-1ubuntu3
    Kandydująca: 23.43.27642.40-1ubuntu3
    Tabela wersji:
    *** 23.43.27642.40-1ubuntu3 500
    500 http://pl.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
    100 /var/lib/dpkg/status
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-09-01, 06:07 PM
    Everything looks good.
    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]
    Nex1337
    Offline

    Junior Member

    Posts: 15
    Threads: 3
    Joined: 2024 Jul
    Reputation: 0
    Country:Poland
    #5
    2024-09-02, 02:46 PM
    I have another question because I noticed that when I have the option “Prefer fMP4-HLS Media Container” enabled, when I watch a video on my phone or tablet in google chrome browser, it transcodes it at a limit of ~17-20 frames and the video stutters, but when this option is disabled, the frame rate is ~50 frames per second. When I transmit from my other server with RX 6700 xt everything works fine. Is there any way to fix this, or is it just that the N100 is too weak?
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,173
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #6
    2024-09-02, 03:15 PM (This post was last modified: 2024-09-02, 03:15 PM by Efficient_Good_5784.)
    (2024-09-02, 02:46 PM)Nex1337 Wrote: I have another question because I noticed that when I have the option “Prefer fMP4-HLS Media Container” enabled, when I watch a video on my phone or tablet in google chrome browser, it transcodes it at a limit of ~17-20 frames and the video stutters, but when this option is disabled, the frame rate is ~50 frames per second. When I transmit from my other server with RX 6700 xt everything works fine. Is there any way to fix this, or is it just that the N100 is too weak?
    It's probably allowing for a HEVC encode to happen instead of H264. HEVC is much more demanding, so it will be slower on the same hardware when compared to H264.
    If you open the playback details when a transcode is happening, it should state if HEVC or H264 is being used for the encode.

    You can't fix this other than getting better hardware, using a GPU, or just always sticking to H264.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-09-02, 03:41 PM (This post was last modified: 2024-09-02, 03:42 PM by TheDreadPirate. Edited 1 time in total.)
    Can you go to /var/log/jellyfin and find the ffmpeg log for the slow transcode? Then post that log to pastebin. I'm wondering if the bit rate is super high.
    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]
    Nex1337
    Offline

    Junior Member

    Posts: 15
    Threads: 3
    Joined: 2024 Jul
    Reputation: 0
    Country:Poland
    #8
    2024-09-04, 11:21 AM
    I will send the logs, but today when typing the command “jellyfin” I got a strange error. The server is working, just wondering how I can fix it?
    https://ibb.co/Sf3SxT6
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-09-04, 04:39 PM
    Do not start jellyfin by typing literally "jellyfin".  There are options and variables that are set in the service file that don't get set when you simply type "jellyfin".

    The proper way to start jellyfin is "sudo systemctl start jellyfin".  It should already start when you boot the PC.
    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]
    Nex1337
    Offline

    Junior Member

    Posts: 15
    Threads: 3
    Joined: 2024 Jul
    Reputation: 0
    Country:Poland
    #10
    2024-09-04, 05:56 PM
    I understand, I do not use the “jellyfin” command to run, I was just curious as to why this error occurs. Should I ignore it?
    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