[PR #4181] [CLOSED] Add container to HLS controller URLs #9927

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4181
Author: @heyhippari
Created: 9/19/2020
Status: Closed

Base: masterHead: fix-playback-maybe


📝 Commits (1)

  • d10e181 Add container to HLS controller URLs

📊 Changes

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

View changed files

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

📄 Description

Changes

The URLs for all the HLS controllers require a container field, but none of them provide it.

The documentation for these is also very wrong, but I'm not sure about what containers other than m3u8 are supported, so I didn't touch it.

Issues


🔄 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/4181 **Author:** [@heyhippari](https://github.com/heyhippari) **Created:** 9/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-playback-maybe` --- ### 📝 Commits (1) - [`d10e181`](https://github.com/jellyfin/jellyfin/commit/d10e181ccc02a0c8ec7358c9c1b8e91d722b4567) Add container to HLS controller URLs ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+6 -6) </details> ### 📄 Description **Changes** The URLs for all the HLS controllers require a container field, but none of them provide it. The documentation for these is also very wrong, but I'm not sure about what containers other than m3u8 are supported, so I didn't touch it. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <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:11:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9927