Jellyfin Forum
Jellyfin / Docker:Playback failed because the media is not supported by this client. - 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: Jellyfin / Docker:Playback failed because the media is not supported by this client. (/t-jellyfin-docker-playback-failed-because-the-media-is-not-supported-by-this-client)

Pages: 1 2


RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-11-01

Here is the log from yesterday, just after reinstalling Jellyfin in a Docker container. The first auditions of the audio files were successful. But after restarting the PC (Xubuntu 24.10), audio playback fails:

https://www.cjoint.com/c/NKbko3OjpmR

Here is today's log with the failure to play audio files:

Code:
[2024-11-01 09:47:04.744 +00:00] [INF] [1] Main: Jellyfin version: "10.10.0"
[2024-11-01 09:47:04.766 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]"]
[2024-11-01 09:47:04.768 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2024-11-01 09:47:04.769 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2024-11-01 09:47:04.769 +00:00] [INF] [1] Main: Architecture: X64
[2024-11-01 09:47:04.769 +00:00] [INF] [1] Main: 64-Bit Process: True
[2024-11-01 09:47:04.769 +00:00] [INF] [1] Main: User Interactive: True
[2024-11-01 09:47:04.769 +00:00] [INF] [1] Main: Processor count: 4
[2024-11-01 09:47:04.770 +00:00] [INF] [1] Main: Program data path: "/config"
[2024-11-01 09:47:04.770 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-11-01 09:47:04.770 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2024-11-01 09:47:04.770 +00:00] [INF] [1] Main: Cache path: "/cache"
[2024-11-01 09:47:04.770 +00:00] [INF] [1] Main: Temp directory path: "/tmp/jellyfin"
[2024-11-01 09:47:04.770 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2024-11-01 09:47:04.770 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2024-11-01 09:47:04.955 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2024-11-01 09:47:05.035 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-11-01 09:47:05.144 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-11-01 09:47:05.144 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-11-01 09:47:05.144 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-11-01 09:47:05.145 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.18.0.2"]
[2024-11-01 09:47:05.146 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2024-11-01 09:47:05.146 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-11-01 09:47:05.146 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2024-11-01 09:47:08.042 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.0.0"
[2024-11-01 09:47:08.043 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.0.0"
[2024-11-01 09:47:08.044 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.0.0"
[2024-11-01 09:47:08.062 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.0.0"
[2024-11-01 09:47:08.063 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.0.0"
[2024-11-01 09:47:08.162 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
[2024-11-01 09:47:08.906 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2024-11-01 09:47:08.954 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-11-01 09:47:08.955 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media"
[2024-11-01 09:47:08.968 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Générer des images Trickplay" set to fire at 2024-11-02 03:00:00.000 +00:00, which is 17:12:51.0319467 from now.
[2024-11-01 09:47:08.971 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2024-11-02 02:00:00.000 +00:00, which is 16:12:51.0287062 from now.
[2024-11-01 09:47:09.142 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
[2024-11-01 09:47:09.210 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
[2024-11-01 09:47:09.229 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-11-01 09:47:09.252 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2024-11-01 09:47:09.377 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2024-11-01 09:47:12.003 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
[2024-11-01 09:47:12.035 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer le dossier des transcodages" Completed after 0 minute(s) and 0 seconds
[2024-11-01 09:47:12.794 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-11-01 09:47:12.795 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "e1f11556f3034b1a96b776f779d687f1"
[2024-11-01 09:47:12.795 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-11-01 09:47:12.796 +00:00] [INF] [1] Main: Startup complete 0:00:08.2820172
[2024-11-01 09:47:12.959 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 0 seconds
[2024-11-01 09:50:59.522 +00:00] [INF] [32] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" request
[2024-11-01 09:51:00.754 +00:00] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Pop/cover.png'". URL "GET" "/Items/e8b24b6a34c11cad358b62f619acceeb/Images/Primary".
[2024-11-01 09:51:00.755 +00:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/New 07-2024/Kpop/RIIZE - RIIZING - The 1st Mini Album/cover.jpg'". URL "GET" "/Items/f0f637323e9cc9bea8cfac100770f150/Images/Primary".
[2024-11-01 09:51:00.755 +00:00] [ERR] [30] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Ahn Jae Wook/[Album] 안재욱 (Ahn Jae Wook) - Vol.1 Forever [FLAC]/Folder.jpg'". URL "GET" "/Items/9528ca8b26b561f17559eb0f2cf02c23/Images/Primary".
[2024-11-01 09:51:00.756 +00:00] [ERR] [35] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/New 07-2024/Kpop/HORI7ON/HORI7ON(호라이즌) - DAYTOUR/cover.jpg'". URL "GET" "/Items/d5935941132d2a15d11a155f65b592a0/Images/Primary".
[2024-11-01 09:51:00.762 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/New 07-2024/Kpop/Pagaehun/Pagaehun (박태훈) - 말 안 해도 알잖아/cover.jpg'". URL "GET" "/Items/1d404881b98db98272c9751bd608cb55/Images/Primary".
[2024-11-01 09:51:07.296 +00:00] [ERR] [34] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/ZPZG/[Single] ZPZG - 1% Chance/COVER.PNG'". URL "GET" "/Items/fc5f46d0ad4921a69250276380b23159/Images/Primary".
[2024-11-01 09:51:07.297 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/A'ST1/Folder.jpg'". URL "GET" "/Items/e602852f1bdba564737b42cb81485854/Images/Primary".
[2024-11-01 09:51:07.299 +00:00] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Misty Blue/[Mini Album] 미스티 블루 (Misty Blue) - 14 Sentimental Con.Troller/COVER.PNG'". URL "GET" "/Items/2805f2a4183e0ed21764c1d521797931/Images/Primary".
[2024-11-01 09:51:07.309 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/BoA/[Album] BoA - Vol.1 ID; Peace B [FLAC]/cover.jpg'". URL "GET" "/Items/20acfcead73f4149938cb7bf44e63c90/Images/Primary".
[2024-11-01 09:51:07.305 +00:00] [ERR] [30] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Lee Hyori/Lee Hyori - STYLISH..E hyolee (2003) (Album)/folder.jpg'". URL "GET" "/Items/305a4cc54669a74d98f9fb62e948d2d2/Images/Primary".
[2024-11-01 09:51:07.333 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Big Mama/Big Mama - Like The Bible (2003) (Album)/Folder.jpg'". URL "GET" "/Items/b98ccb7fc10569782ea6bfdc6baa44db/Images/Primary".
[2024-11-01 09:51:07.404 +00:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Toheart/[Mini Album] Toheart - 1st Mini Album [FLAC]/cover.jpg'". URL "GET" "/Items/35687edcb44356b92fa29693f6d37071/Images/Primary".
[2024-11-01 09:51:07.420 +00:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/2NE1/2NE1 - 1st Mini Album (2009) (Mini Album)/Folder.jpg'". URL "GET" "/Items/e26244857c3245c09d4f721bee764049/Images/Primary".
[2024-11-01 09:51:07.430 +00:00] [ERR] [35] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Bob Girls/Bob Girls - The 1st Single Album (2014) (Single)/Folder.jpg'". URL "GET" "/Items/2fa62ff12959bb421e6fc699b5532882/Images/Primary".
[2024-11-01 09:51:07.433 +00:00] [ERR] [34] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/KNK/[Single] KNK - KNK 1st Single Album `KNOCK`/folder.jpg'". URL "GET" "/Items/7edcaa910e1041bb400820b07f1777ba/Images/Primary".
[2024-11-01 09:51:07.440 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Wonder Girls/[Single] Wonder Girls - 2 Different Tears [FLAC]/cover.jpg'". URL "GET" "/Items/6c7fbc71b2201ff3078cabf56cec38d0/Images/Primary".
[2024-11-01 09:51:07.447 +00:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Big Mama/Big Mama - It's Unique (2005) (Album)/Folder.jpg'". URL "GET" "/Items/72e302b6c42b0808d9de4b707699066b/Images/Primary".
[2024-11-01 09:51:07.450 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Misty Blue/[Mini Album] 미스티 블루 (Misty Blue) - 24 Sentimental StoryTell(h)er/COVER.PNG'". URL "GET" "/Items/5553b97d9efb06fe90843a3817e027e0/Images/Primary".
[2024-11-01 09:51:07.455 +00:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/CNBLUE/Folder.jpg'". URL "GET" "/Items/1512630b10d8b3cebaac105c67bdd49b/Images/Primary".
[2024-11-01 09:51:08.665 +00:00] [ERR] [32] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Lee Juck/[Album] Lee Juck - 2/cover.jpg'". URL "GET" "/Items/29915226f1827b8bad791892b0e1e585/Images/Primary".
[2024-11-01 09:51:08.667 +00:00] [ERR] [33] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/2PM/2PM - Hands Up (2011) (Album)/Folder.jpg'". URL "GET" "/Items/9e0214667778b97b35cdada5f9acb361/Images/Primary".
[2024-11-01 09:51:08.667 +00:00] [ERR] [31] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/A-JAX - 2MYX (2012) (Mini Album)/Folder.jpg'". URL "GET" "/Items/4276566cec68003a74170a3192856951/Images/Primary".
[2024-11-01 09:51:08.670 +00:00] [ERR] [29] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/2NE1/2NE1 - 2nd Mini Album (2011) (Mini Album)/Folder.jpg'". URL "GET" "/Items/6ac8daf48b29f84122f0f23f273fa9aa/Images/Primary".
[2024-11-01 09:51:12.768 +00:00] [INF] [36] Jellyfin.Api.Controllers.UniversalAudioController: GetPostedPlaybackInfo profile: DeviceProfile { Name: null, Id: null, MaxStreamingBitrate: 8000000, MaxStaticBitrate: 8000000, MusicStreamingTranscodingBitrate: 128000, MaxStaticMusicBitrate: 8000000, DirectPlayProfiles: [DirectPlayProfile { Container: "opus", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "opus", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ts", AudioCodec: "mp3", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "mp3", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "aac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4a", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4b", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "flac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webma", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "webma", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "wav", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ogg", AudioCodec: null, VideoCodec: null, Type: Audio }], TranscodingProfiles: [TranscodingProfile { Container: "mp4", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: hls, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: null, MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }], ContainerProfiles: [], CodecProfiles: [], SubtitleProfiles: [] }
[2024-11-01 09:51:12.825 +00:00] [INF] [36] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "doudy". EnableAudioPlaybackTranscoding: True
[2024-11-01 09:51:12.852 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Taeyeon/TAEYEON - TAEYEON `Rain` [FLAC]/01. Rain.flac'". URL "HEAD" "/Audio/ae2e1630300853bf467bd0ba57ba7341/universal".
[2024-11-01 09:51:12.868 +00:00] [INF] [23] Jellyfin.Api.Controllers.UniversalAudioController: GetPostedPlaybackInfo profile: DeviceProfile { Name: null, Id: null, MaxStreamingBitrate: 8000000, MaxStaticBitrate: 8000000, MusicStreamingTranscodingBitrate: 128000, MaxStaticMusicBitrate: 8000000, DirectPlayProfiles: [DirectPlayProfile { Container: "opus", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "opus", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ts", AudioCodec: "mp3", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "mp3", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "aac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4a", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "m4b", AudioCodec: "aac", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "flac", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webma", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "webm", AudioCodec: "webma", VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "wav", AudioCodec: null, VideoCodec: null, Type: Audio }, DirectPlayProfile { Container: "ogg", AudioCodec: null, VideoCodec: null, Type: Audio }], TranscodingProfiles: [TranscodingProfile { Container: "mp4", Type: Audio, VideoCodec: "", AudioCodec: "aac", Protocol: hls, EstimateContentLength: False, EnableMpegtsM2TsMode: False, TranscodeSeekInfo: Auto, CopyTimestamps: False, Context: Streaming, EnableSubtitlesInManifest: False, MaxAudioChannels: null, MinSegments: 0, SegmentLength: 0, BreakOnNonKeyFrames: False, Conditions: [], EnableAudioVbrEncoding: True }], ContainerProfiles: [], CodecProfiles: [], SubtitleProfiles: [] }
[2024-11-01 09:51:12.870 +00:00] [INF] [23] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "doudy". EnableAudioPlaybackTranscoding: True
[2024-11-01 09:51:12.872 +00:00] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/Zic/Kpop/Taeyeon/TAEYEON - TAEYEON `Rain` [FLAC]/01. Rain.flac'". URL "GET" "/Audio/ae2e1630300853bf467bd0ba57ba7341/universal".
[2024-11-01 09:51:13.050 +00:00] [INF] [36] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.0" playing "01. Rain". Stopped at "0" ms



RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - TheDreadPirate - 2024-11-01

Can you share your latest docker compose? Your mount failed or is unavailable.


RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - theguymadmax - 2024-11-01

(2024-10-31, 04:32 PM)Darlor Wrote: It's an internal disk : dev/sda
it contains all audio files, it is not on a network share.

OS: Xubuntu 24.10 and Jellyfin are on the system disk: /dev/sdb2

Fstab should be configured using UUIDs instead of device paths (/dev/sda). Could you share your current /etc/fstab entry?


RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-11-01

(2024-11-01, 03:07 PM)TheDreadPirate Wrote: Can you share your latest docker compose?  Your mount failed or is unavailable.

The last docker-compose.yml :
Code:
services:
  jellyfin:
    image: jellyfin/jellyfin
    ports:
    - '8096:8096'
    volumes:
    - /home/vortex/jellyfin:/config
    - /media/vortex/Zic1:/media
    environment:
    - UID=1000
    - GID=1000
    restart: always

(2024-11-01, 03:35 PM)theguymadmax Wrote:
(2024-10-31, 04:32 PM)Darlor Wrote: It's an internal disk : dev/sda
it contains all audio files, it is not on a network share.

OS: Xubuntu 24.10 and Jellyfin are on the system disk: /dev/sdb2

Fstab should be configured using UUIDs instead of device paths (/dev/sda). Could you share your current /etc/fstab entry?

fstab :

Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>  <type>  <options>      <dump>  <pass>
# / was on /dev/sda2 during curtin installation
/dev/disk/by-uuid/f75de27f-b251-4306-8d01-26454c701a06 / ext4 defaults 0 1
# /boot/efi was on /dev/sda1 during curtin installation
/dev/disk/by-path/pci-0000:00:17.0-ata-2.0-part/by-uuid/C261-864C /boot/efi vfat defaults 0 1
/swap.img none swap sw 0 0

disc with audio files :

[Image: disk_s10.png]

system disc:

[Image: disk_s11.png]


RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - theguymadmax - 2024-11-01

sudo mkdir /media/Zic

sudo nano /etc/fstab

Add this entry

UUID=2b57e47f-4b31-4ae7-bdc5-e99a09f884b8 /media/Zic ext4 defaults 0 0

Save and reboot your computer.

Set permissions as described in this post.

Then update your docker compose with the new path like you did before.


RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-11-01

message deleted


RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-11-01

(2024-11-01, 04:08 PM)theguymadmax Wrote: sudo mkdir /media/Zic

sudo nano /etc/fstab

Add this entry

UUID=2b57e47f-4b31-4ae7-bdc5-e99a09f884b8 /media/Zic ext4 defaults 0 0

Save and reboot your computer.

Set permissions as described in this post.

Then update your docker compose with the new path like you did before.

I modified fstab as shown.
I restarted the PC.
Regarding permissions, I cannot find the jellyfin group allowing  to grant rwx rights to folders and music files.
And if I update my docker compose with the new path like I did before, then the audio library is completely empty.

docker-compose.yml :
Code:
services:
  jellyfin:
    image: jellyfin/jellyfin
    ports:
    - '8096:8096'
    volumes:
    - /home/vortex/jellyfin:/config
    - /media/vortex/Zic:/media
    environment:
    - UID=1000
    - GID=1000
    restart: always



RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - theguymadmax - 2024-11-01

Did you follow the directory structure from my example (/media/Zic)? If so, you'll need to update the path in your docker-compose file to: 
Code:
- /media/Zic:/media
instead of 
Code:
- /media/vortex/Zic:/media



RE: Jellyfin / Docker:Playback failed because the media is not supported by this client. - Darlor - 2024-11-01

Now Jellyfin works perfectly on my local network.
I will still have to activate 'UPnP' and the remote access, but that's another story.

Many thanks to the Jellyfin team for their help!

Good job guys, keep it up! Thumbs-up