• 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 General Questions Transcoding Query

     
    • 0 Vote(s) - 0 Average

    Transcoding Query

    pxr5
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2024 Jan
    Reputation: 3
    Country:United Kingdom
    #1
    2024-08-19, 11:53 AM
    I have 2 instances of Jellyfin running. One is on a Synology NAS container with all transcoding settings turned off. The second in on an N100 mini PC with all relevant transcoding options set. Both are pointing at the same library. If I open 2 tabs on a browser and play the same file on both from each Jellyfin server I get different information message from each server. Are these messages effectively giving me the same information? I assumed each would be treated the same way whatever the transcoding setting are:

    Jellyfin1

    [Image: 2UNbtX4.jpg]

    Jellyfin2

    [Image: gH83PwX.jpg]
    Jellyfin1 - 10.10.3 (Docker) Synology NAS (transcoding off)
    Jellyfin2 - 10.10.3 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
    Storage - x3 Synology NAS (22TB)
    Reverse Proxy - Caddy v2 running on a Pi3b+
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-19, 12:55 PM
    Are they running the same version of Jellyfin? Also, one is saying that only the audio is transcoding (Direct stream) and the other is saying both audio and video are transcoding.

    What browser are you using? The fact that it is transcoding TO HEVC tells me MS Edge, maybe?
    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]
    pxr5
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2024 Jan
    Reputation: 3
    Country:United Kingdom
    #3
    2024-08-19, 01:09 PM (This post was last modified: 2024-08-19, 01:17 PM by pxr5. Edited 1 time in total.)
    Yes both servers are the same version: 10.9.9. And yes Jellyfin clients are both running in separate tabs on MS Edge. Everything is exactly the same on both servers, except one has transcoding turned of, the other has it on.

    EDIT - Just looked at the logs and they seem to be the same with transcode to mp4. So really it's only the message that differs due to the transcoding setting.
    Jellyfin1 - 10.10.3 (Docker) Synology NAS (transcoding off)
    Jellyfin2 - 10.10.3 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
    Storage - x3 Synology NAS (22TB)
    Reverse Proxy - Caddy v2 running on a Pi3b+
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-19, 01:31 PM
    Can you share the jellyfin and ffmpeg logs for each 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]
    pxr5
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2024 Jan
    Reputation: 3
    Country:United Kingdom
    #5
    2024-08-19, 05:47 PM (This post was last modified: 2024-08-19, 05:50 PM by pxr5. Edited 1 time in total.)
    I can't get the latest jellyfin logs from the second server - comes up with an error, but here are the rest:

    J1l - https://pastebin.com/raw/nAUGAB14
    J1F - https://pastebin.com/raw/AP8MYa46

    J2l - xx
    J2F - https://pastebin.com/raw/z85ruH1r
    Jellyfin1 - 10.10.3 (Docker) Synology NAS (transcoding off)
    Jellyfin2 - 10.10.3 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
    Storage - x3 Synology NAS (22TB)
    Reverse Proxy - Caddy v2 running on a Pi3b+
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-19, 08:30 PM
    Did you select/unselect the subs on one of the playbacks? On one playback it is burning in the subtitles and the other is not.

    Code:
    Stream mapping:
      Stream #0:0 (h264) -> setparams:default (graph 0)
      Stream #1:0 (dvdsub) -> scale:default (graph 0)
      overlay_qsv:default (graph 0) -> Stream #0:0 (hevc_qsv)
      Stream #0:1 -> #0:1 (dts (dca) -> aac (libfdk_aac))

    Code:
    Stream mapping:
      Stream #0:0 -> #0:0 (copy)
      Stream #0:1 -> #0:1 (dts (dca) -> aac (libfdk_aac))
    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]
    pxr5
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2024 Jan
    Reputation: 3
    Country:United Kingdom
    #7
    2024-08-20, 01:09 PM
    Thanks for looking at this. It's not a problem for me, but I'm perplexed as to the information being provided is different.

    When you mentioned subs I think you got it as I only had Opensubtitles on server 1. So, I enabled Opensubtitles on server 2 as well and checked all server and client settings between the 2 and they are exactly the same and the messages are still as in the first post. The only difference I can see is that server 2 gives the client an option of burning in subtitles while transcoding, whereas this is obviously not an option on server 1. The show being played has external sub/idx files so with server 2 these are being burnt in, hence the transcoding. I'm going to do some more tests with embedded and srt subs. Thanks again for your help.
    Jellyfin1 - 10.10.3 (Docker) Synology NAS (transcoding off)
    Jellyfin2 - 10.10.3 Minix ZX100-0db MiniPC, Intel N100 (transcoding on)
    Storage - x3 Synology NAS (22TB)
    Reverse Proxy - Caddy v2 running on a Pi3b+
    « 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