[PR #7197] [MERGED] Fix maximum video resolution for dynamic HLS controller #11300

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7197
Author: @dmitrylyzo
Created: 1/16/2022
Status: Merged
Merged: 1/18/2022
Merged by: @cvium

Base: masterHead: fix-max-resolution


📝 Commits (1)

  • 000b7ba Fix maximum video resolution for dynamic HLS controller

📊 Changes

1 file changed (+18 additions, -0 deletions)

View changed files

📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+18 -0)

📄 Description

This is required for video playback from the browser.
Probably something unnecessary.

Changes
Fix maximum video resolution for dynamic HLS controller

Issues
The maximum video resolution is not taken into account when playing video from the browser.

See also
#6274


🔄 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/7197 **Author:** [@dmitrylyzo](https://github.com/dmitrylyzo) **Created:** 1/16/2022 **Status:** ✅ Merged **Merged:** 1/18/2022 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `fix-max-resolution` --- ### 📝 Commits (1) - [`000b7ba`](https://github.com/jellyfin/jellyfin/commit/000b7ba62b8b267bccf7544b7b49cffe4f04b2fe) Fix maximum video resolution for dynamic HLS controller ### 📊 Changes **1 file changed** (+18 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+18 -0) </details> ### 📄 Description This is required for video playback from the browser. _Probably something unnecessary._ **Changes** Fix maximum video resolution for dynamic HLS controller **Issues** The maximum video resolution is not taken into account when playing video from the browser. **See also** #6274 --- <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:35:58 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11300