[PR #5600] [MERGED] Fix hls defaults for 10.7 #10569

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5600
Author: @cvium
Created: 3/23/2021
Status: Merged
Merged: 3/28/2021
Merged by: @cvium

Base: release-10.7.zHead: fix-hls-defaults-10.7


📝 Commits (4)

  • 210d104 change HLS endpoint defaults to false
  • 5e0f480 fix build and isdirectstream
  • 1f07586 forgot streaminfo
  • 8f16e10 Apply suggestions from code review

📊 Changes

11 files changed (+76 additions, -137 deletions)

View changed files

📝 Emby.Dlna/PlayTo/PlayToController.cs (+1 -5)
📝 Jellyfin.Api/Controllers/AudioController.cs (+12 -12)
📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+36 -36)
📝 Jellyfin.Api/Controllers/HlsSegmentController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/ImageByNameController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/UniversalAudioController.cs (+6 -6)
📝 Jellyfin.Api/Controllers/VideoHlsController.cs (+6 -6)
📝 Jellyfin.Api/Controllers/VideosController.cs (+6 -6)
📝 MediaBrowser.Model/Dlna/StreamInfo.cs (+1 -3)
tests/Jellyfin.Api.Tests/TestAppHost.cs (+0 -55)
📝 tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs (+2 -2)

📄 Description

Changes
Because of conflicts I've had to make a separate PR. This is a re-implementation of #5598 for 10.7.2.

Issues
Maybe #5591


🔄 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/5600 **Author:** [@cvium](https://github.com/cvium) **Created:** 3/23/2021 **Status:** ✅ Merged **Merged:** 3/28/2021 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `release-10.7.z` ← **Head:** `fix-hls-defaults-10.7` --- ### 📝 Commits (4) - [`210d104`](https://github.com/jellyfin/jellyfin/commit/210d10400a99cdb84ba70c9ba7dd958645ce5029) change HLS endpoint defaults to false - [`5e0f480`](https://github.com/jellyfin/jellyfin/commit/5e0f480e48c3803e69ee5e145477fb9067b43e58) fix build and isdirectstream - [`1f07586`](https://github.com/jellyfin/jellyfin/commit/1f07586d1cd03b42d35d95cc3c7eec04bf40e597) forgot streaminfo - [`8f16e10`](https://github.com/jellyfin/jellyfin/commit/8f16e10fc6b138c817d3c21f6cd9a760d30e6d13) Apply suggestions from code review ### 📊 Changes **11 files changed** (+76 additions, -137 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/PlayTo/PlayToController.cs` (+1 -5) 📝 `Jellyfin.Api/Controllers/AudioController.cs` (+12 -12) 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+36 -36) 📝 `Jellyfin.Api/Controllers/HlsSegmentController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/ImageByNameController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/UniversalAudioController.cs` (+6 -6) 📝 `Jellyfin.Api/Controllers/VideoHlsController.cs` (+6 -6) 📝 `Jellyfin.Api/Controllers/VideosController.cs` (+6 -6) 📝 `MediaBrowser.Model/Dlna/StreamInfo.cs` (+1 -3) ➖ `tests/Jellyfin.Api.Tests/TestAppHost.cs` (+0 -55) 📝 `tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs` (+2 -2) </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** Because of conflicts I've had to make a separate PR. This is a re-implementation of #5598 for 10.7.2. **Issues** Maybe #5591 --- <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:22:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10569