Jellyfin Forum
Error while saving Live TV configuration - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Error while saving Live TV configuration (/t-error-while-saving-live-tv-configuration)



Error while saving Live TV configuration - TheHellSite - 2024-02-12

Hello all,

saving any type of Live TV configuration gives me an error as shown below.

Code:
Server: jellyfin
Version: 10.8.13
OS: Linux
Architecture: X64

  1. Go to: Jellyfin --> Live-TV
  2. Add Tuner --> M3U Tuner
  3. Provide the path to the m3u file --> press Ok
  4. Hit Save.
  5. "Alert: There was an error saving the TV provider. Please ensure it is accessible and try again."

Everytime I hit Save the below error appears in the logfile.
Code:
[2024-02-12 15:55:46.503 +01:00] [INF] [35] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was forbidden.

It is not a permission issue between the jellyfin user and the m3u file, since it is stored in the same directory as the other media files.
Not even with the user jellyfin as the owner of the file the M3U Tuner configuration can be saved.
It is also not a firewall permission issue, the LXC running jellyfin is allowed to access the DVB-C tuner.

The same error also appears if I try to save ...
Therefore I think there is some sort of internal error in Jellyfin.
I even found a closed GitHub issue wich could be related to my issue but has not been answered by any dev: https://github.com/jellyfin/jellyfin/issues/9203


Kind Regards
TheHellSite


RE: Error while saving Live TV configuration - TheHellSite - 2024-03-01

Bump.

I opened a GitHub issue.
https://github.com/jellyfin/jellyfin/issues/11089


RE: Error while saving Live TV configuration - ski007 - 2024-07-21

"Alert: There was an error saving the TV provider. Please ensure it is accessible and try again."
I have the same error when adding the file: .m3u?


RE: Error while saving Live TV configuration - TheDreadPirate - 2024-07-21

Is the URL still valid? Opening the URL in VLC is a good test.


RE: Error while saving Live TV configuration - ski007 - 2024-07-21

Yes, the .m3u file works correctly on VLC / MPV on PC and I also checked the program on a mobile phone / Android: VLC / IPTVpro
My configuration contains a login and password, maybe that's the problem, but nowadays it's probably necessary for security.
e.g.
..............
#EXTM3U
#EXTINF:-1 tvg-id="e6jhjkshfjka8b4fc0agjkgd5da157f" tvg-chno="1",TV1
http://login:password@192.168.1.xx:9981/stream/channelid/1822038?profile=pass
................
#EXTM3U
#EXTINF:-1 tvg-id="e6jhjkshfjka8b4fc0agjkgd5da157f" tvg-chno="1",TV1
http://login:password@xxxxx.duckdns.org:9981/stream/channelid/1822038?profile=pass
................


RE: Error while saving Live TV configuration - TheDreadPirate - 2024-07-22

I am pretty sure that authenticated streams are not supported directly in Jellyfin. I think you'd have to use something like Threadfin or some other M3U proxy.


RE: Error while saving Live TV configuration - ski007 - 2024-07-22

I created an .m3u list with TV channels (DVB-T2) in the Tvheadend program, which is also on the same PC with the Jellyfin server :-)
A standard command in a web browser to the Tvheadend server, after which we receive a .m3u list
Code:
http://IP-server-Tvheadend:9981/playlist

I tried adding my TV-DVBT2 to Jellyfin also with the tvheadend v12 plugin. I would have everything in Jellefin ... but nothing wants to work, it only shows TV recording files which, after starting, have a time shift of the sound ... I will probably give up the TV option on Jellyfin because direct playback from an .m3u file in another program works very well for me yes on PC and Android.