[PR #3072] [MERGED] Re-raise the exception that caused LiveTV stream to not open #9341

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3072
Author: @JustAMan
Created: 5/8/2020
Status: Merged
Merged: 5/18/2020
Merged by: @dkanada

Base: masterHead: fix-dead-livetv


📝 Commits (3)

  • a517bd2 Re-raise the exception that caused LiveTV stream to not open
  • 3401d55 Fixed yet another case of hanging on a bad stream
  • c70e382 Apply suggestions from code review

📊 Changes

1 file changed (+19 additions, -2 deletions)

View changed files

📝 Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs (+19 -2)

📄 Description

Changes

Make opening a LiveTV stream re-raise the exception if opening it failed.

Issues

Hopefully fixes https://github.com/jellyfin/jellyfin/issues/3065.

Notes
Requires testing as I cannot reproduce the issue myself.

cc @gled-rs


🔄 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/3072 **Author:** [@JustAMan](https://github.com/JustAMan) **Created:** 5/8/2020 **Status:** ✅ Merged **Merged:** 5/18/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `fix-dead-livetv` --- ### 📝 Commits (3) - [`a517bd2`](https://github.com/jellyfin/jellyfin/commit/a517bd2e52571dacf4a536f633d9102735422f13) Re-raise the exception that caused LiveTV stream to not open - [`3401d55`](https://github.com/jellyfin/jellyfin/commit/3401d55f41cac1840b8332b2b0843f58c09ad848) Fixed yet another case of hanging on a bad stream - [`c70e382`](https://github.com/jellyfin/jellyfin/commit/c70e38288c26be6a69ab5fdd334bca9bc30ab5ef) Apply suggestions from code review ### 📊 Changes **1 file changed** (+19 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs` (+19 -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** <!-- Describe your changes here in 1-5 sentences. --> Make opening a LiveTV stream re-raise the exception if opening it failed. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Hopefully fixes https://github.com/jellyfin/jellyfin/issues/3065. **Notes** Requires testing as I cannot reproduce the issue myself. cc @gled-rs --- <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:00:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9341