[PR #3252] [MERGED] Fix incorrect HLS master playlist fields #9392

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3252
Author: @YouKnowBlom
Created: 6/5/2020
Status: Merged
Merged: 6/5/2020
Merged by: @Bond-009

Base: masterHead: fix-safari-hls


📝 Commits (1)

  • d92b32a Fix incorrect HLS master playlist fields

📊 Changes

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

View changed files

📝 MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs (+4 -6)

📄 Description

For reference: https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.4.2

 FRAME-RATE

      The value is a decimal-floating-point describing the maximum frame
      rate for all the video in the Variant Stream, rounded to 3 decimal
      places.
RESOLUTION

      The value is a decimal-resolution describing the optimal pixel
      resolution at which to display all the video in the Variant
      Stream.

Changes
Change RESOLUTION and FRAME-RATE field values to be represented as a number rather than a string

Issues
#3224


🔄 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/3252 **Author:** [@YouKnowBlom](https://github.com/YouKnowBlom) **Created:** 6/5/2020 **Status:** ✅ Merged **Merged:** 6/5/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix-safari-hls` --- ### 📝 Commits (1) - [`d92b32a`](https://github.com/jellyfin/jellyfin/commit/d92b32a4c645749970692431f459cbacfc68601d) Fix incorrect HLS master playlist fields ### 📊 Changes **1 file changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `MediaBrowser.Api/Playback/Hls/DynamicHlsService.cs` (+4 -6) </details> ### 📄 Description For reference: https://tools.ietf.org/html/draft-pantos-http-live-streaming-23#section-4.3.4.2 ``` FRAME-RATE The value is a decimal-floating-point describing the maximum frame rate for all the video in the Variant Stream, rounded to 3 decimal places. ``` ``` RESOLUTION The value is a decimal-resolution describing the optimal pixel resolution at which to display all the video in the Variant Stream. ``` **Changes** Change `RESOLUTION` and `FRAME-RATE` field values to be represented as a number rather than a string **Issues** #3224 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:01:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9392