• 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 Unable to play shows with TrueHD audio

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    Unable to play shows with TrueHD audio

    Unable to play shows with TrueHD audio
    appletini
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #1
    2024-08-19, 04:57 PM (This post was last modified: 2024-08-19, 05:50 PM by appletini. Edited 1 time in total.)
    Hi all, I've been ripping my anime collection and re-encoding it as part of my upcoming home server setup but I'm being unable to play any Shows specifically.

    I'm currently putting both Movies and Show in a Mixed Library, which seems to be working for films, but not series. I've also tried moving these series to a Shows specific library and that also doesn't work.

    I'm re-encoding all my files with the exact same Handbrake custom preset and have not had any issues so far, with the exception of these two shows.

    The only major difference I can notice is that these two shows have TrueHD audio, so unless Jellyfin is currently unable to reproduce this codec, I'm at a lost and I don't know what else I can do/try.

    Thanks in advance for any help!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-20, 02:38 PM
    We discourage the use of Mixed libraries. It is a legacy feature that isn't well maintained. And there will be frequent issues with identification.

    But to your problem, can you share your full jellyfin log 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]
    appletini
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #3
    2024-08-20, 03:42 PM
    (2024-08-20, 02:38 PM)TheDreadPirate Wrote: We discourage the use of Mixed libraries.  It is a legacy feature that isn't well maintained.  And there will be frequent issues with identification.

    Could you please elaborate? I'm not sure I understand. 

    I have another film with TrueHD 5.1 that works fine but the files that are TrueHD 2.0 are the ones giving me issues.

    (2024-08-20, 02:38 PM)TheDreadPirate Wrote: But to your problem, can you share your full jellyfin log via pastebin?

    Posting it here as this seems to be the only output I'm getting in the log regarding this playback.

    Code:
    [2024-08-20 16:38:05.361 +01:00] [INF] [27] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Android TV" "0.17.3" playing "Fooly Cooly". Stopped at "0" ms
    [2024-08-20 16:38:59.745 +01:00] [INF] [28] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "user". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2024-08-20 16:39:08.402 +01:00] [INF] [28] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" closed
    [2024-08-20 16:39:08.605 +01:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "127.0.0.1" request
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-20, 05:03 PM (This post was last modified: 2024-08-20, 05:04 PM by TheDreadPirate.)
    Mixed libraries frequently have issues correctly identifying shows and applying the correct sort of them. Shows are identified as a bunch of movies, movies as 1 episode shows, specials for a show not shown, etc.

    Some people have gotten mixed libraries to behave properly, but they are the lucky few.

    So your log indicates it is direct playing, so any issues are client side. I don't have any 2.0 TrueHD content for testing. Only DTS-MA 2.0 content, which is always transcoded to AAC.

    What kind of Android TV device is it? Can you the Jellyfin client's audio settings? Is it configured to pass through? Is it configured to downmix or is it set to direct?
    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]
    appletini
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #5
    2024-08-20, 08:15 PM (This post was last modified: 2024-08-20, 08:23 PM by appletini. Edited 2 times in total.)
    I have also tried moving these shows to a bespoke Shows library but still didn't work.

    I kept all the original audio on all my re-encodes and haven't had any issues so far. All the content is in TrueHD 5.1, PCM 2.0 or DTS-HD MA 5.1, and none of them have issue. Only TrueHD 2.0.

    The TV is a Sony Bravia XR-55A84K and the audio settings are set to "Direct" audio output.

    Edit: I've uploaded a small snippet of one of the files here if you wouldn't mind testing it on your end? I can open the file, seek the timeline and see the frame but it never actually plays continuously so I don't even get to hear any audio.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-20, 08:26 PM
    Can you run this command and share the output?

    Code:
    /usr/lib/jellyfin-ffmpeg/ffprobe -loglevel error -i "/path/to/you/video.mkv" -select_streams a -show_entries stream -v quiet -of json
    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]
    appletini
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Mar
    Reputation: 0
    #7
    2024-08-20, 09:59 PM
    Output as requested:

    Code:
    {
        "programs": [

        ],
        "streams": [
            {
                "index": 1,
                "codec_name": "truehd",
                "codec_long_name": "TrueHD",
                "codec_type": "audio",
                "codec_tag_string": "[0][0][0][0]",
                "codec_tag": "0x0000",
                "sample_fmt": "s32",
                "sample_rate": "48000",
                "channels": 2,
                "channel_layout": "stereo",
                "bits_per_sample": 0,
                "initial_padding": 0,
                "r_frame_rate": "0/0",
                "avg_frame_rate": "0/0",
                "time_base": "1/1000",
                "start_pts": 0,
                "start_time": "0.000000",
                "bits_per_raw_sample": "24",
                "disposition": {
                    "default": 1,
                    "dub": 0,
                    "original": 0,
                    "comment": 0,
                    "lyrics": 0,
                    "karaoke": 0,
                    "forced": 0,
                    "hearing_impaired": 0,
                    "visual_impaired": 0,
                    "clean_effects": 0,
                    "attached_pic": 0,
                    "timed_thumbnails": 0,
                    "captions": 0,
                    "descriptions": 0,
                    "metadata": 0,
                    "dependent": 0,
                    "still_image": 0
                },
                "tags": {
                    "language": "jpn",
                    "title": "Stereo",
                    "DURATION": "00:24:37.935000000"
                }
            }
        ]
    }
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-08-21, 12:31 AM
    Everything looks normal.

    I added your clip to my test Jellyfin instance and I will try playing it when I get home.
    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]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-08-21, 03:59 AM (This post was last modified: 2024-08-21, 04:00 AM by TheDreadPirate. Edited 1 time in total.)
    Huh. Also happens on my CCwGTV 4k. The only workaround I could find was to either select a really low bit rate to trigger transcoding or going to the Playback settings in the Android TV app and setting the audio output to "downmix to stereo", which also triggers transcoding (but just the audio this time). I'll report this bug on github.
    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]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-08-21, 04:24 AM
    Github issue created.

    https://github.com/jellyfin/jellyfin-and...ssues/3917
    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]
    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