[PR #2216] [MERGED] Let HLS fallback to mpegts in case device reports unsupported container #8857

Closed
opened 2025-12-22 07:09:59 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2216
Author: @gnattu
Created: 1/1/2020
Status: Merged
Merged: 1/12/2020
Merged by: @dkanada

Base: masterHead: master


📝 Commits (3)

  • 167549f Let HLS fallback to mpegts in case device reported unsupported container
  • d5204f5 Fix typo and plural
  • ea075c1 Add reminder to remove the workaround

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 MediaBrowser.Api/Playback/UniversalAudioService.cs (+6 -1)

📄 Description

Changes

This PR will fallback the segment container to mpegts if the device reports a invalid container format. This fixes transcoded music playback on some devices (particularly Apple devices). For more details please refer to the issue below.

Issues

Fixes #2214


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/2216 **Author:** [@gnattu](https://github.com/gnattu) **Created:** 1/1/2020 **Status:** ✅ Merged **Merged:** 1/12/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`167549f`](https://github.com/jellyfin/jellyfin/commit/167549f5f1563c5d7bcb4808b08231be0f924528) Let HLS fallback to mpegts in case device reported unsupported container - [`d5204f5`](https://github.com/jellyfin/jellyfin/commit/d5204f572a1e1c377edfd14e680f438ac104e967) Fix typo and plural - [`ea075c1`](https://github.com/jellyfin/jellyfin/commit/ea075c1b4805cfabff58739fc4e3de7813a33298) Add reminder to remove the workaround ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Api/Playback/UniversalAudioService.cs` (+6 -1) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> This PR will fallback the segment container to `mpegts` if the device reports a invalid container format. This fixes transcoded music playback on some devices (particularly Apple devices). For more details please refer to the issue below. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #2214 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:09:59 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8857
No description provided.