[PR #4518] [MERGED] Fix live tv hls playback #10130

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4518
Author: @crobibero
Created: 11/20/2020
Status: Merged
Merged: 11/20/2020
Merged by: @joshuaboniface

Base: masterHead: livetv-hls


📝 Commits (2)

  • fe8531f Fix live tv hls playback
  • d58e435 Add response code documentation

📊 Changes

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

View changed files

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

📄 Description

LiveTV was being transcoded with a .ts extension instead of the hardcoded .m3u8.


🔄 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/4518 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/20/2020 **Status:** ✅ Merged **Merged:** 11/20/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `livetv-hls` --- ### 📝 Commits (2) - [`fe8531f`](https://github.com/jellyfin/jellyfin/commit/fe8531f74e1152086673026840e244d66054acd4) Fix live tv hls playback - [`d58e435`](https://github.com/jellyfin/jellyfin/commit/d58e435409afc013ff6d31c2d99c9b32078bbe96) Add response code documentation ### 📊 Changes **1 file changed** (+20 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/HlsSegmentController.cs` (+20 -6) </details> ### 📄 Description LiveTV was being transcoded with a `.ts` extension instead of the hardcoded `.m3u8`. --- <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:14:36 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10130