mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
After 10.4.1(with baseurl) LiveTV using an m3u / iptv service fails to stream #1069
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#1069
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cesalo on GitHub (Nov 21, 2019).
Originally assigned to: @Bond-009 on GitHub.
Describe the bug
I have 10.4.1 and using baseurl = /jellyfin and also nginx to redirect to www.domain.com/jellyfin from the internet, since upgrading to 10.4.1 I started noticing few recordings failing and then found that all channels were failing to play. This was working in 10.4.0.
To Reproduce
Open any live tv channel.
Expected behavior
Live tv channels to work normally .
Logs
System (please complete the following information):
Additional context
If I remove the baseurl live tv works again.
After the upg to 10.4.1 I also had this issue: https://github.com/jellyfin/jellyfin/issues/2009 also related with the baseurl change.
@JustAMan commented on GitHub (Nov 22, 2019):
Should be fixed by https://github.com/jellyfin/jellyfin/pull/2019 and https://github.com/jellyfin/jellyfin/pull/2008, hopefully released in 10.4.2
@cesalo commented on GitHub (Nov 25, 2019):
@JustAMan unfortunately it didn't. I just tested 10.4.2 with /baseurl and the issue is still present same errors as reported initially.
@JustAMan commented on GitHub (Nov 25, 2019):
@Bond-009 could you please have a look?
@jrbski commented on GitHub (Dec 7, 2019):
#1979 is still an issue with jellyfin 10.4.3. @cesalo are you still seeing the iptv issue on 10.4.3?
@cesalo commented on GitHub (Dec 9, 2019):
@jrbski Yes (I'm in 10.4.3 - Docker) - The way the issue presents is that the first 4 or 5 channels play ok but if I keep trying: ch#6 , ch#7 they start failing (the rest of the channels). The first channels always play ok,
@mooninite commented on GitHub (Dec 30, 2019):
The problem is that these base url changes were not tested. Jellyfin talks to itself via the web API for Live TV and any changes to port, SSL, or path (Base URL in this case) cause Live TV to break.
Live TV / m3u streams are attempted to be read via:
As of 10.4.1, Jellyfin is no longer responding to these requests because the base url is not part of the URL. The "fix" is either:
@PrplHaz4 commented on GitHub (Dec 31, 2019):
@mooninite a third option would be to reset baseurl back to blank.
Unfortunately, the Network Settings and their impact on different features is not very well understood yet. I think this is a great area for automated tests (your example above being one of them).
@jlanzobr commented on GitHub (Mar 23, 2021):
This issue should not be marked closed. It's ongoing as of 10.7.1 using a baseurl in Docker with an nginx reverse proxy (or without for that matter).
@crobibero commented on GitHub (Mar 23, 2021):
As this issue as been closed for over a year, please open a new issue.