• 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: Transcoding fails for some clients

     
    • 0 Vote(s) - 0 Average

    SOLVED: Transcoding fails for some clients

    Trancoding works on mobile browser but not desktop browsers
    Daniil Koterov
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #1
    2024-08-21, 07:11 PM (This post was last modified: 2024-08-21, 07:22 PM by Daniil Koterov. Edited 2 times in total.)
    Linux arch-server 6.10.6-zen1-1-zen
    Jellyfin.Server 10.9.9.0
    jellyfin-ffmpeg-1:6.0.1p8-1

    11th Gen Intel® Core™ i5-11400 @ 2.60GHz


    Hello,
    I have setup QSV on my arch install and have verified that the intel iGPU is being used with intel_gpu_top. Transcoding does not work when using a desktop browser (firefox edge chromium) but does work when using firefox for android.
    Here is the ffmpeg log when transcoding fails: https://pastebin.com/WprbE2VH
    Here is the ffmpeg log when trascoding works for the same file: https://pastebin.com/d0jTdxNF

    Any help is appreciated.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-21, 07:17 PM (This post was last modified: 2024-08-21, 07:18 PM by TheDreadPirate. Edited 1 time in total.)
    The desktop client is requesting AV1. The phone is getting a H264 transcode.

    Your iGPU does not support encoding to AV1. Uncheck "Allow encoding to AV1 format".
    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]
    Daniil Koterov
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    #3
    2024-08-21, 07:21 PM
    Thank you very much
    DazzlingTap2
    Offline

    Junior Member

    Posts: 4
    Threads: 0
    Joined: 2024 Aug
    Reputation: 0
    Country:Canada
    #4
    2024-08-21, 07:21 PM
    According to your logs, the failed transcode specify you're trying to encode into AV1 which is not supported by your iGPU.
    Code:
    Stream mapping:
      Stream #0:0 -> #0:0 (hevc (hevc_qsv) -> av1 (av1_qsv))
      Stream #0:1 -> #0:1 (ac3 (native) -> aac (native))
    Press [q] to stop, [?] for help
    Meanwhile the transcode is successful on Android because it is encoding into H264.
    Code:
    Stream mapping:
      Stream #0:0 -> #0:0 (hevc (hevc_qsv) -> h264 (h264_qsv))
      Stream #0:1 -> #0:1 (ac3 (native) -> aac (native))
    Press [q] to stop, [?] for help

    You'll need to reconfigure your transcode settings, go back to Playback -> Transcoding and scroll to Encoding format options and unselect Allow encoding to AV1. I do not know if you're still able to encode to AV1 without hardware acceleration.
    « 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