Jellyfin Forum
LiveTV does not work anymore after 10.10.0 Update - 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: LiveTV does not work anymore after 10.10.0 Update (/t-livetv-does-not-work-anymore-after-10-10-0-update)



LiveTV does not work anymore after 10.10.0 Update - RostigerSpieler - 2024-10-29

Today I updated Jellyfin to version 10.10.0. Now the Live TV no longer works. Previously I was on version 10.9.11. And it still worked there.

I use the M3U Tuner and accordingly also an M3U playlist generated by my Fritzbox for my TV program, which reads the data on my FritzBox. This has always worked so far. But not this time.

No matter which channel I want to start, I only get an error message telling me that the player has a problem.

I have also tried other settings in the tuner to possibly solve the problem. No chance. No matter what I set.

I normally have the following settings activated in the tuner:

Allow stream sharing and Ignore DTS. This has always worked so far. Not any more. As a test, I have also activated the other two options. Nothing works there either.

And no, it is not due to the TV signal of my M3U file. It can be played normally in the VLC Player. I have tested this again to rule out an error on my part.

It would be great if you could take another look or give me some hints on how to solve the problem.

Thank you Smiling-face

Log File:
https://pastecode.io/s/nzoqu3r7


RE: LiveTV does not work anymore after 10.10.0 Update - TheDreadPirate - 2024-10-29

I don't use the TVHeadend plugin. But this looks important.

Code:
[2024-10-29 00:36:49.557 +01:00] [ERR] [72] TVHeadEnd.HTSConnectionHandler: [TVHclient] HTSConnectionHandler.ensureConnection: username must be configured



RE: LiveTV does not work anymore after 10.10.0 Update - RostigerSpieler - 2024-10-29

Ok. I have uninstaled the TVHeadEnd plugin and restarted the server. But same problem.



FFMPEG LOG After Uninstall Headend:
https://pastecode.io/s/j2mpsjj8


RE: LiveTV does not work anymore after 10.10.0 Update - gnattu - 2024-10-29

ffmpeg says address already in use and that could be caused by windows not allowing the random port picked by ffmpeg. Can you try reboot you PC to see if it makes any difference?


RE: LiveTV does not work anymore after 10.10.0 Update - ekim - 2024-10-29

Have same issue. Tvheadend works but missing all channels in plugin. Hope to fast fix Grinning-face I did all options like reinstall it, clear all and make new instalation...


RE: LiveTV does not work anymore after 10.10.0 Update - RostigerSpieler - 2024-10-29

Quote:ffmpeg says address already in use and that could be caused by windows not allowing the random port picked by ffmpeg. Can you try reboot you PC to see if it makes any difference?


Same problem after restart. That doesn't change anything. I have also checked the firewall settings. The approvals for FFMPEG are in place.


RE: LiveTV does not work anymore after 10.10.0 Update - Boarder x4096 - 2024-11-01

Hi,

yes, i can confirm this. With the 10.10.0 upgrade most of my Live TV (only m3u files from some publicly available Radio and TV Stations) do not work anymore.
Downgrading to 10.9.11 - including from jellyfin-ffmpeg7 back to jellyfin-ffmpeg6 helps, and everything works again.

example m3u:
Code:
#EXTM3U
#EXTINF:0,Radio Freccia
https://streamingv2.shoutcast.com/radiofreccia


Error in jellyfin.log, when i try to play:
Code:
[2024-11-01 13:10:42.091 +01:00] [ERR] [42] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d30da323-84a1-7a80-5f46-b94565a497f6/master.m3u8".
System.NullReferenceException: Object reference not set to an instance of an object.
  at Jellyfin.Api.Helpers.DynamicHlsHelper.AppendPlaylistSupplementalCodecsField(StringBuilder builder, StreamState state)
  at Jellyfin.Api.Helpers.DynamicHlsHelper.AppendPlaylist(StringBuilder builder, StreamState state, String url, Int32 bitrate, String subtitleGroup)
  at Jellyfin.Api.Helpers.DynamicHlsHelper.GetMasterPlaylistInternal(StreamingRequestDto streamingRequest, Boolean isHeadRequest, Boolean enableAdaptiveBitrateStreaming, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource)
...



RE: LiveTV does not work anymore after 10.10.0 Update - TheDreadPirate - 2024-11-01

Can you share your full log via pastebin? Your example m3u works for me on my 10.10 test server.