2024-11-01, 01:41 PM
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:
Error in jellyfin.log, when i try to play:
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)
...