[PR #10067] Fix multiple FLAC HTTP Live Streaming issues #12326

Closed
opened 2026-02-07 06:53:48 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10067

State: closed
Merged: Yes


Changes

See the commit messages themselves for more details.

One discussion point is, whether the codec string capitalization hack is actually required. If I understand correctly, it was added to support ShakaPlayer with https://github.com/jellyfin/jellyfin/pull/8546. Maybe it should be fixed there, as the documentation is pretty clear about the codec field:

  1. https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.4.2
  2. https://datatracker.ietf.org/doc/html/rfc6381#section-3.3
  3. https://mp4ra.org/#/codecs

Issues
Fixes #10066

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10067 **State:** closed **Merged:** Yes --- **Changes** - [Fix the fLaC/flac HLS issue also for audio-only](https://github.com/jellyfin/jellyfin/commit/e9f23c61c937b230b1d3bd7865a083aeb3d51657) - [Correct the HLS Opus codec string](https://github.com/jellyfin/jellyfin/commit/19fb061381dd107d5e0236cf9d8b59b2e2318130) - [Allow flac inside mp4 for all HLS audio streams](https://github.com/jellyfin/jellyfin/commit/79cff704ff4e00895a8d2b97ecbbea3e2f5f56fc) See the commit messages themselves for more details. One discussion point is, whether the codec string capitalization hack is actually required. If I understand correctly, it was added to support ShakaPlayer with https://github.com/jellyfin/jellyfin/pull/8546. Maybe it should be fixed there, as the documentation is pretty clear about the codec field: 1. https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.4.2 2. https://datatracker.ietf.org/doc/html/rfc6381#section-3.3 3. https://mp4ra.org/#/codecs **Issues** Fixes #10066
OVERLORD added the pull-request label 2026-02-07 06:53:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12326