Skip to content

Fix audio DTS/TrueHD on unsupported devices#5645

Open
BlackstormFirst wants to merge 7 commits into
jellyfin:masterfrom
BlackstormFirst:fix-audio-dts-unavailable
Open

Fix audio DTS/TrueHD on unsupported devices#5645
BlackstormFirst wants to merge 7 commits into
jellyfin:masterfrom
BlackstormFirst:fix-audio-dts-unavailable

Conversation

@BlackstormFirst

@BlackstormFirst BlackstormFirst commented Jun 11, 2026

Copy link
Copy Markdown

Changes
I've added checkboxes to enable/disable some audio codecs on demand.
This prevents playback issues on certain devices (ie. Samsung TV, Android Studio...) without changing Jellyfin TV's default behavior.
If the codec is manually disabled, the server will transcode.

In addition, the device report indicates now certain Passthrough possibilities.

Code assistance
Gemini Flash quick suggestion for "Compose" and codec exclusion syntaxe.

Issues
Fix: #3917
Fix old PR: #3929
Feature: #5536

New Checkboxes
Screenshot_20260611_102443

val format = Format.Builder()
.setSampleMimeType(mimetype)
.setChannelCount(Integer.bitCount(AudioFormat.CHANNEL_OUT_STEREO))
.setSampleRate(48000)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved

thor2002ro added a commit to thor2002ro/jellyfin-androidtv that referenced this pull request Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dolby TrueHD 2.0 playback never starts

3 participants