2025-06-10, 06:57 PM
Hello,
I have Jellyfin server running on Synology NAS, within Container Manager.
YAML script hasn't been change since latest container update (v10.10.7), and everything used to work fine so far.
I cannot acces anymore the Jellyfin server from my DNLA device (blu-ray player).
It seems to be a connection problem, but log is not very comprehensive to me.
Note that I cannot connect anymore with Jellyfin application on my IPhone neither, but it works fine from Linux machine.
Here is the log
Thanks a lot for your help
!
I have Jellyfin server running on Synology NAS, within Container Manager.
YAML script hasn't been change since latest container update (v10.10.7), and everything used to work fine so far.
I cannot acces anymore the Jellyfin server from my DNLA device (blu-ray player).
It seems to be a connection problem, but log is not very comprehensive to me.
Note that I cannot connect anymore with Jellyfin application on my IPhone neither, but it works fine from Linux machine.
Here is the log
Code:
[2025-06-10 14:29:20.921 +00:00] [INF] [1] Main: Jellyfin version: "10.10.7"
[2025-06-10 14:29:21.218 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_PublishedServerUrl, 192.168.1.253]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]"]
[2025-06-10 14:29:21.221 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2025-06-10 14:29:21.363 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)"
[2025-06-10 14:29:21.363 +00:00] [INF] [1] Main: Architecture: X64
[2025-06-10 14:29:21.364 +00:00] [INF] [1] Main: 64-Bit Process: True
[2025-06-10 14:29:21.364 +00:00] [INF] [1] Main: User Interactive: True
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Processor count: 4
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Program data path: "/config"
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Log directory path: "/config/log"
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Config directory path: "/config/config"
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Cache path: "/cache"
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Temp directory path: "/tmp/jellyfin"
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2025-06-10 14:29:21.365 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2025-06-10 14:29:23.639 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-06-10 14:29:25.449 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-06-10 14:29:25.627 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Rssdp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Rssdp.dll"
[2025-06-10 14:29:25.628 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Model, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Model.dll"
[2025-06-10 14:29:25.654 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.dll"
[2025-06-10 14:29:25.666 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Playback, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Playback.dll"
[2025-06-10 14:29:25.938 +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"]
[2025-06-10 14:29:25.938 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 14:29:25.939 +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"]
[2025-06-10 14:29:25.942 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.1.253"]
[2025-06-10 14:29:25.944 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["192.168.1.253"]
[2025-06-10 14:29:25.944 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 14:29:25.944 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 14:29:34.840 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "DLNA" "8.0.0.0"
[2025-06-10 14:29:34.841 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.7.0"
[2025-06-10 14:29:34.842 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.7.0"
[2025-06-10 14:29:34.843 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.7.0"
[2025-06-10 14:29:34.890 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.7.0"
[2025-06-10 14:29:34.891 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.7.0"
[2025-06-10 14:29:35.200 +00:00] [INF] [1] Main: Kestrel is listening on "192.168.1.253"
[2025-06-10 14:29:35.296 +00:00] [INF] [1] Jellyfin.Plugin.Dlna.DlnaManager: Using user profile directory "/config/plugins/configurations/dlna/user"
[2025-06-10 14:29:35.299 +00:00] [INF] [1] Jellyfin.Plugin.Dlna.DlnaManager: Using system profile directory "/config/plugins/DLNA_8.0.0.0/profiles"
[2025-06-10 14:29:35.606 +00:00] [INF] [1] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.1.253" with uri "http://192.168.1.253:8096/media/videos/dlna/2c527f0f-f7b3-471d-bba5-7a888d0390e8/description.xml"
[2025-06-10 14:29:37.434 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2025-06-10 14:29:37.525 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2025-06-10 14:29:37.580 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Générer des images Trickplay" set to fire at 2025-06-11 03:00:00.000 +00:00, which is 12:30:22.4200307 from now.
[2025-06-10 14:29:37.602 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/guitare"
[2025-06-10 14:29:37.619 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2025-06-11 02:00:00.000 +00:00, which is 11:30:22.3801157 from now.
[2025-06-10 14:29:38.122 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/shows"
[2025-06-10 14:29:38.344 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
[2025-06-10 14:29:39.900 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
[2025-06-10 14:29:40.015 +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"]
[2025-06-10 14:29:40.041 +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"]
[2025-06-10 14:29:40.195 +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"]
[2025-06-10 14:29:40.366 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2025-06-10 14:29:40.637 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer le dossier des transcodages" Completed after 0 minute(s) and 0 seconds
[2025-06-10 14:29:40.797 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
[2025-06-10 14:29:42.264 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 1 seconds
[2025-06-10 14:29:46.648 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2025-06-10 14:29:46.648 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "2c527f0ff7b3471dbba57a888d0390e8"
[2025-06-10 14:29:46.648 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2025-06-10 14:29:46.648 +00:00] [INF] [1] Main: Startup complete 0:00:27.2032665
[2025-06-10 18:06:44.884 +00:00] [INF] [36] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "BDP-S6700" - "BDP-S6700" using profile "Sony Blu-ray Player 2016"
[2025-06-10 18:10:48.517 +00:00] [INF] [45] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "BDP-S6700" - "BDP-S6700" using profile "Sony Blu-ray Player 2016"
[2025-06-10 18:10:52.531 +00:00] [ERR] [45] Jellyfin.Plugin.Dlna.Main.DlnaHost: Error updating device info for "BDP-S6700"
System.Net.Http.HttpRequestException: Connection refused (192.168.1.55:52323)
---> System.Net.Sockets.SocketException (111): Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.DlnaHttpClient.SendRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.DlnaHttpClient.GetDataAsync(String url, CancellationToken cancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.Device.GetAVProtocolAsync(CancellationToken cancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.Device.TimerCallback(Object sender)
[2025-06-10 18:10:53.508 +00:00] [INF] [38] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "BDP-S6700" - "BDP-S6700" using profile "Sony Blu-ray Player 2016"
[2025-06-10 18:10:57.572 +00:00] [ERR] [43] Jellyfin.Plugin.Dlna.Main.DlnaHost: Error updating device info for "BDP-S6700"
System.Net.Http.HttpRequestException: Connection refused (192.168.1.55:52323)
---> System.Net.Sockets.SocketException (111): Connection refused
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.<SendCoreAsync>g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.DlnaHttpClient.SendRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.DlnaHttpClient.GetDataAsync(String url, CancellationToken cancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.Device.GetAVProtocolAsync(CancellationToken cancellationToken)
at Jellyfin.Plugin.Dlna.PlayTo.Device.TimerCallback(Object sender)
[2025-06-10 18:11:04.622 +00:00] [INF] [45] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "BDP-S6700" - "BDP-S6700" using profile "Sony Blu-ray Player 2016"
[2025-06-10 18:16:20.106 +00:00] [INF] [35] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "jellyfin_user" has succeeded.
[2025-06-10 18:16:20.109 +00:00] [INF] [35] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "jellyfin_user": 0/0
[2025-06-10 18:16:20.113 +00:00] [INF] [35] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user e150c660-ebf3-49dd-a7ba-dd5b823527ce
[2025-06-10 18:16:20.950 +00:00] [INF] [42] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" request
[2025-06-10 18:16:58.675 +00:00] [INF] [35] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2025-06-10 18:16:58.697 +00:00] [INF] [69] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" closed
[2025-06-10 18:16:58.703 +00:00] [INF] [45] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2025-06-10 18:16:58.712 +00:00] [INF] [69] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing SsdpDevicePublisher
[2025-06-10 18:16:58.823 +00:00] [INF] [69] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing PlayToManager
[2025-06-10 18:16:58.826 +00:00] [INF] [69] Main: Running query planner optimizations in the database... This might take a while
[2025-06-10 18:16:58.857 +00:00] [INF] [37] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2025-06-10 18:16:58.859 +00:00] [INF] [37] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" Disposing 1 sendSockets
[2025-06-10 18:16:58.859 +00:00] [INF] [37] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" disposing sendSocket from "192.168.1.253"
[2025-06-10 18:16:58.866 +00:00] [INF] [37] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/movies"
[2025-06-10 18:16:58.867 +00:00] [INF] [37] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/shows"
[2025-06-10 18:16:58.867 +00:00] [INF] [37] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/guitare"
[2025-06-10 18:16:58.874 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2025-06-10 18:16:58.875 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2025-06-10 18:16:58.875 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2025-06-10 18:16:58.875 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2025-06-10 18:16:58.878 +00:00] [INF] [69] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-06-10 18:16:58.881 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-06-10 18:16:58.883 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Rssdp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Rssdp.dll"
[2025-06-10 18:16:58.883 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Model, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Model.dll"
[2025-06-10 18:16:58.889 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.dll"
[2025-06-10 18:16:58.890 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Playback, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Playback.dll"
[2025-06-10 18:16:58.893 +00:00] [INF] [69] 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"]
[2025-06-10 18:16:58.893 +00:00] [INF] [69] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 18:16:58.894 +00:00] [INF] [69] 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"]
[2025-06-10 18:16:58.894 +00:00] [INF] [69] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.1.253"]
[2025-06-10 18:16:58.894 +00:00] [INF] [69] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["192.168.1.253"]
[2025-06-10 18:16:58.894 +00:00] [INF] [69] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 18:16:58.894 +00:00] [INF] [69] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 18:17:00.262 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "DLNA" "8.0.0.0"
[2025-06-10 18:17:00.263 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.7.0"
[2025-06-10 18:17:00.263 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.7.0"
[2025-06-10 18:17:00.263 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.7.0"
[2025-06-10 18:17:00.264 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.7.0"
[2025-06-10 18:17:00.264 +00:00] [INF] [69] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.7.0"
[2025-06-10 18:17:00.328 +00:00] [INF] [69] Main: Kestrel is listening on "192.168.1.253"
[2025-06-10 18:17:00.358 +00:00] [INF] [69] Jellyfin.Plugin.Dlna.DlnaManager: Using user profile directory "/config/plugins/configurations/dlna/user"
[2025-06-10 18:17:00.360 +00:00] [INF] [69] Jellyfin.Plugin.Dlna.DlnaManager: Using system profile directory "/config/plugins/DLNA_8.0.0.0/profiles"
[2025-06-10 18:17:00.524 +00:00] [INF] [69] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.1.253" with uri "http://192.168.1.253:8096/media/videos/dlna/2c527f0f-f7b3-471d-bba5-7a888d0390e8/description.xml"
[2025-06-10 18:17:01.040 +00:00] [WRN] [69] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2025-06-10 18:17:01.055 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2025-06-10 18:17:01.064 +00:00] [INF] [37] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/guitare"
[2025-06-10 18:17:01.065 +00:00] [INF] [69] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Générer des images Trickplay" set to fire at 2025-06-11 03:00:00.000 +00:00, which is 08:42:58.9348488 from now.
[2025-06-10 18:17:01.065 +00:00] [INF] [69] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2025-06-11 02:00:00.000 +00:00, which is 07:42:58.9342556 from now.
[2025-06-10 18:17:01.066 +00:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
[2025-06-10 18:17:01.066 +00:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/shows"
[2025-06-10 18:17:01.088 +00:00] [INF] [69] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
[2025-06-10 18:17:01.117 +00:00] [INF] [69] 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"]
[2025-06-10 18:17:01.143 +00:00] [INF] [69] 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"]
[2025-06-10 18:17:01.194 +00:00] [INF] [69] 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"]
[2025-06-10 18:17:01.368 +00:00] [INF] [69] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2025-06-10 18:17:04.070 +00:00] [INF] [45] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer le dossier des transcodages" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:17:04.128 +00:00] [INF] [37] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:17:05.015 +00:00] [INF] [35] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:17:06.082 +00:00] [INF] [69] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2025-06-10 18:17:06.082 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: ServerId: "2c527f0ff7b3471dbba57a888d0390e8"
[2025-06-10 18:17:06.082 +00:00] [INF] [69] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2025-06-10 18:17:06.082 +00:00] [INF] [69] Main: Startup complete 0:00:07.205919
[2025-06-10 18:17:33.169 +00:00] [INF] [69] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" request
[2025-06-10 18:18:04.325 +00:00] [INF] [37] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "BDP-S6700" - "BDP-S6700" using profile "Sony Blu-ray Player 2016"
[2025-06-10 18:19:06.819 +00:00] [INF] [19] 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"]
[2025-06-10 18:19:06.819 +00:00] [INF] [19] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 18:19:06.820 +00:00] [INF] [19] 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"]
[2025-06-10 18:19:06.820 +00:00] [INF] [19] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: []
[2025-06-10 18:19:06.820 +00:00] [INF] [19] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-06-10 18:19:06.820 +00:00] [INF] [19] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 18:19:06.820 +00:00] [INF] [19] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 18:27:35.511 +00:00] [INF] [15] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2025-06-10 18:27:57.241 +00:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" closed
[2025-06-10 18:27:57.242 +00:00] [INF] [18] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2025-06-10 18:27:57.244 +00:00] [INF] [14] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing SsdpDevicePublisher
[2025-06-10 18:27:57.355 +00:00] [INF] [14] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing PlayToManager
[2025-06-10 18:27:57.356 +00:00] [INF] [14] Main: Running query planner optimizations in the database... This might take a while
[2025-06-10 18:27:57.361 +00:00] [INF] [11] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2025-06-10 18:27:57.363 +00:00] [INF] [11] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" Disposing 1 sendSockets
[2025-06-10 18:27:57.363 +00:00] [INF] [11] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" disposing sendSocket from "192.168.1.253"
[2025-06-10 18:27:57.364 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/movies"
[2025-06-10 18:27:57.365 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/shows"
[2025-06-10 18:27:57.365 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/guitare"
[2025-06-10 18:27:57.367 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2025-06-10 18:27:57.367 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2025-06-10 18:27:57.367 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2025-06-10 18:27:57.367 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2025-06-10 18:27:57.368 +00:00] [INF] [14] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-06-10 18:27:57.370 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-06-10 18:27:57.372 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Rssdp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Rssdp.dll"
[2025-06-10 18:27:57.372 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Model, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Model.dll"
[2025-06-10 18:27:57.378 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.dll"
[2025-06-10 18:27:57.379 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Playback, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Playback.dll"
[2025-06-10 18:27:57.381 +00:00] [INF] [14] 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"]
[2025-06-10 18:27:57.381 +00:00] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 18:27:57.381 +00:00] [INF] [14] 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"]
[2025-06-10 18:27:57.381 +00:00] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: []
[2025-06-10 18:27:57.381 +00:00] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-06-10 18:27:57.381 +00:00] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 18:27:57.381 +00:00] [INF] [14] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 18:27:58.879 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "DLNA" "8.0.0.0"
[2025-06-10 18:27:58.880 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.7.0"
[2025-06-10 18:27:58.880 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.7.0"
[2025-06-10 18:27:58.880 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.7.0"
[2025-06-10 18:27:58.880 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.7.0"
[2025-06-10 18:27:58.880 +00:00] [INF] [14] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.7.0"
[2025-06-10 18:27:58.893 +00:00] [INF] [14] Main: Kestrel is listening on "0.0.0.0"
[2025-06-10 18:27:58.910 +00:00] [INF] [14] Jellyfin.Plugin.Dlna.DlnaManager: Using user profile directory "/config/plugins/configurations/dlna/user"
[2025-06-10 18:27:58.912 +00:00] [INF] [14] Jellyfin.Plugin.Dlna.DlnaManager: Using system profile directory "/config/plugins/DLNA_8.0.0.0/profiles"
[2025-06-10 18:27:59.063 +00:00] [INF] [14] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "127.0.0.1" with uri "http://127.0.0.1:8096/media/videos/dlna/2c527f0f-f7b3-471d-bba5-7a888d0390e8/description.xml"
[2025-06-10 18:27:59.487 +00:00] [WRN] [14] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2025-06-10 18:27:59.494 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2025-06-10 18:27:59.496 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Générer des images Trickplay" set to fire at 2025-06-11 03:00:00.000 +00:00, which is 08:32:00.5037324 from now.
[2025-06-10 18:27:59.496 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2025-06-11 02:00:00.000 +00:00, which is 07:32:00.5033784 from now.
[2025-06-10 18:27:59.504 +00:00] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/guitare"
[2025-06-10 18:27:59.510 +00:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
[2025-06-10 18:27:59.511 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/shows"
[2025-06-10 18:27:59.518 +00:00] [INF] [14] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
[2025-06-10 18:27:59.546 +00:00] [INF] [14] 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"]
[2025-06-10 18:27:59.572 +00:00] [INF] [14] 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"]
[2025-06-10 18:27:59.595 +00:00] [INF] [14] 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"]
[2025-06-10 18:27:59.780 +00:00] [INF] [14] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2025-06-10 18:28:02.497 +00:00] [INF] [67] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer le dossier des transcodages" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:28:02.575 +00:00] [INF] [33] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:28:03.446 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:28:04.369 +00:00] [INF] [14] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2025-06-10 18:28:04.369 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: ServerId: "2c527f0ff7b3471dbba57a888d0390e8"
[2025-06-10 18:28:04.369 +00:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2025-06-10 18:28:04.369 +00:00] [INF] [14] Main: Startup complete 0:00:07.0020124
[2025-06-10 18:28:06.297 +00:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" request
[2025-06-10 18:31:19.412 +00:00] [INF] [65] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2025-06-10 18:31:19.413 +00:00] [INF] [65] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-06-10 18:31:19.414 +00:00] [INF] [67] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2025-06-10 18:33:25.308 +00:00] [INF] [32] 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"]
[2025-06-10 18:33:25.308 +00:00] [INF] [32] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 18:33:25.308 +00:00] [INF] [32] 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"]
[2025-06-10 18:33:25.308 +00:00] [INF] [32] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.253"]
[2025-06-10 18:33:25.308 +00:00] [INF] [32] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-06-10 18:33:25.308 +00:00] [INF] [32] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 18:33:25.308 +00:00] [INF] [32] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 18:33:35.332 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2025-06-10 18:33:59.447 +00:00] [INF] [37] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" closed
[2025-06-10 18:33:59.448 +00:00] [INF] [37] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2025-06-10 18:33:59.449 +00:00] [INF] [37] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing SsdpDevicePublisher
[2025-06-10 18:33:59.560 +00:00] [INF] [37] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing PlayToManager
[2025-06-10 18:33:59.562 +00:00] [INF] [37] Main: Running query planner optimizations in the database... This might take a while
[2025-06-10 18:33:59.564 +00:00] [INF] [57] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2025-06-10 18:33:59.566 +00:00] [INF] [57] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" Disposing 0 sendSockets
[2025-06-10 18:33:59.567 +00:00] [INF] [57] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/movies"
[2025-06-10 18:33:59.568 +00:00] [INF] [57] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/shows"
[2025-06-10 18:33:59.568 +00:00] [INF] [57] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/guitare"
[2025-06-10 18:33:59.569 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2025-06-10 18:33:59.569 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2025-06-10 18:33:59.569 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2025-06-10 18:33:59.569 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2025-06-10 18:33:59.570 +00:00] [INF] [37] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-06-10 18:33:59.572 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-06-10 18:33:59.574 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Rssdp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Rssdp.dll"
[2025-06-10 18:33:59.574 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Model, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Model.dll"
[2025-06-10 18:33:59.580 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.dll"
[2025-06-10 18:33:59.582 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Playback, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Playback.dll"
[2025-06-10 18:33:59.583 +00:00] [INF] [37] 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"]
[2025-06-10 18:33:59.584 +00:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 18:33:59.584 +00:00] [INF] [37] 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"]
[2025-06-10 18:33:59.584 +00:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "192.168.1.253"]
[2025-06-10 18:33:59.584 +00:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[2025-06-10 18:33:59.584 +00:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 18:33:59.584 +00:00] [INF] [37] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 18:34:00.999 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "DLNA" "8.0.0.0"
[2025-06-10 18:34:00.999 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.7.0"
[2025-06-10 18:34:01.000 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.7.0"
[2025-06-10 18:34:01.000 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.7.0"
[2025-06-10 18:34:01.000 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.7.0"
[2025-06-10 18:34:01.000 +00:00] [INF] [37] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.7.0"
[2025-06-10 18:34:01.013 +00:00] [INF] [37] Main: Kestrel is listening on "0.0.0.0"
[2025-06-10 18:34:01.030 +00:00] [INF] [37] Jellyfin.Plugin.Dlna.DlnaManager: Using user profile directory "/config/plugins/configurations/dlna/user"
[2025-06-10 18:34:01.032 +00:00] [INF] [37] Jellyfin.Plugin.Dlna.DlnaManager: Using system profile directory "/config/plugins/DLNA_8.0.0.0/profiles"
[2025-06-10 18:34:01.196 +00:00] [INF] [37] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.1.253" with uri "http://192.168.1.253:8096/media/videos/dlna/2c527f0f-f7b3-471d-bba5-7a888d0390e8/description.xml"
[2025-06-10 18:34:01.600 +00:00] [WRN] [37] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2025-06-10 18:34:01.607 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2025-06-10 18:34:01.608 +00:00] [INF] [37] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Générer des images Trickplay" set to fire at 2025-06-11 03:00:00.000 +00:00, which is 08:25:58.3914096 from now.
[2025-06-10 18:34:01.608 +00:00] [INF] [37] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2025-06-11 02:00:00.000 +00:00, which is 07:25:58.3910543 from now.
[2025-06-10 18:34:01.610 +00:00] [INF] [66] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/guitare"
[2025-06-10 18:34:01.611 +00:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/shows"
[2025-06-10 18:34:01.611 +00:00] [INF] [69] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
[2025-06-10 18:34:01.630 +00:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
[2025-06-10 18:34:01.657 +00:00] [INF] [37] 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"]
[2025-06-10 18:34:01.682 +00:00] [INF] [37] 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"]
[2025-06-10 18:34:01.704 +00:00] [INF] [37] 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"]
[2025-06-10 18:34:01.875 +00:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2025-06-10 18:34:04.610 +00:00] [INF] [64] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer le dossier des transcodages" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:34:04.709 +00:00] [INF] [66] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:34:05.461 +00:00] [INF] [69] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:34:06.376 +00:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2025-06-10 18:34:06.376 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: ServerId: "2c527f0ff7b3471dbba57a888d0390e8"
[2025-06-10 18:34:06.376 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2025-06-10 18:34:06.376 +00:00] [INF] [37] Main: Startup complete 0:00:06.8071377
[2025-06-10 18:34:07.347 +00:00] [INF] [37] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" request
[2025-06-10 18:34:44.766 +00:00] [INF] [64] 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"]
[2025-06-10 18:34:44.766 +00:00] [INF] [64] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 18:34:44.766 +00:00] [INF] [64] 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"]
[2025-06-10 18:34:44.766 +00:00] [INF] [64] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.1.253"]
[2025-06-10 18:34:44.766 +00:00] [INF] [64] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["192.168.1.253"]
[2025-06-10 18:34:44.766 +00:00] [INF] [64] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 18:34:44.766 +00:00] [INF] [64] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 18:34:59.394 +00:00] [INF] [64] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications
[2025-06-10 18:34:59.411 +00:00] [INF] [64] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" closed
[2025-06-10 18:34:59.411 +00:00] [INF] [66] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery
[2025-06-10 18:34:59.412 +00:00] [INF] [66] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing SsdpDevicePublisher
[2025-06-10 18:34:59.523 +00:00] [INF] [66] Jellyfin.Plugin.Dlna.Main.DlnaHost: Disposing PlayToManager
[2025-06-10 18:34:59.525 +00:00] [INF] [66] Main: Running query planner optimizations in the database... This might take a while
[2025-06-10 18:34:59.528 +00:00] [INF] [69] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2025-06-10 18:34:59.529 +00:00] [INF] [69] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" Disposing 1 sendSockets
[2025-06-10 18:34:59.529 +00:00] [INF] [69] Rssdp.Infrastructure.SsdpCommunicationsServer: "SsdpCommunicationsServer" disposing sendSocket from "192.168.1.253"
[2025-06-10 18:34:59.531 +00:00] [INF] [69] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/movies"
[2025-06-10 18:34:59.531 +00:00] [INF] [69] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/shows"
[2025-06-10 18:34:59.531 +00:00] [INF] [69] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/guitare"
[2025-06-10 18:34:59.532 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2025-06-10 18:34:59.532 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider"
[2025-06-10 18:34:59.532 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2025-06-10 18:34:59.532 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager"
[2025-06-10 18:34:59.533 +00:00] [INF] [66] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2025-06-10 18:34:59.538 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2025-06-10 18:34:59.540 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Rssdp, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Rssdp.dll"
[2025-06-10 18:34:59.541 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Model, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Model.dll"
[2025-06-10 18:34:59.546 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.dll"
[2025-06-10 18:34:59.548 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.Dlna.Playback, Version=8.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/DLNA_8.0.0.0/Jellyfin.Plugin.Dlna.Playback.dll"
[2025-06-10 18:34:59.550 +00:00] [INF] [66] 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"]
[2025-06-10 18:34:59.550 +00:00] [INF] [66] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2025-06-10 18:34:59.550 +00:00] [INF] [66] 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"]
[2025-06-10 18:34:59.550 +00:00] [INF] [66] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["192.168.1.253"]
[2025-06-10 18:34:59.550 +00:00] [INF] [66] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["192.168.1.253"]
[2025-06-10 18:34:59.550 +00:00] [INF] [66] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2025-06-10 18:34:59.550 +00:00] [INF] [66] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[2025-06-10 18:35:00.936 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "DLNA" "8.0.0.0"
[2025-06-10 18:35:00.937 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.7.0"
[2025-06-10 18:35:00.937 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.7.0"
[2025-06-10 18:35:00.937 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.7.0"
[2025-06-10 18:35:00.937 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.7.0"
[2025-06-10 18:35:00.937 +00:00] [INF] [66] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.7.0"
[2025-06-10 18:35:00.953 +00:00] [INF] [66] Main: Kestrel is listening on "192.168.1.253"
[2025-06-10 18:35:00.970 +00:00] [INF] [66] Jellyfin.Plugin.Dlna.DlnaManager: Using user profile directory "/config/plugins/configurations/dlna/user"
[2025-06-10 18:35:00.972 +00:00] [INF] [66] Jellyfin.Plugin.Dlna.DlnaManager: Using system profile directory "/config/plugins/DLNA_8.0.0.0/profiles"
[2025-06-10 18:35:01.138 +00:00] [INF] [66] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.1.253" with uri "http://192.168.1.253:8096/media/videos/dlna/2c527f0f-f7b3-471d-bba5-7a888d0390e8/description.xml"
[2025-06-10 18:35:01.534 +00:00] [WRN] [66] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
[2025-06-10 18:35:01.541 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2025-06-10 18:35:01.543 +00:00] [INF] [66] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Générer des images Trickplay" set to fire at 2025-06-11 03:00:00.000 +00:00, which is 08:24:58.4568058 from now.
[2025-06-10 18:35:01.543 +00:00] [INF] [66] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraire les images de chapitre" set to fire at 2025-06-11 02:00:00.000 +00:00, which is 07:24:58.4563075 from now.
[2025-06-10 18:35:01.548 +00:00] [INF] [69] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/shows"
[2025-06-10 18:35:01.549 +00:00] [INF] [64] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
[2025-06-10 18:35:01.549 +00:00] [INF] [57] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/guitare"
[2025-06-10 18:35:01.570 +00:00] [INF] [66] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
[2025-06-10 18:35:01.598 +00:00] [INF] [66] 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"]
[2025-06-10 18:35:01.623 +00:00] [INF] [66] 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"]
[2025-06-10 18:35:01.645 +00:00] [INF] [66] 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"]
[2025-06-10 18:35:01.814 +00:00] [INF] [66] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2025-06-10 18:35:04.544 +00:00] [INF] [57] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer le dossier des transcodages" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:35:04.664 +00:00] [INF] [57] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Nettoyer les collections et les listes de lecture" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:35:05.176 +00:00] [INF] [65] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Mettre à jour les extensions" Completed after 0 minute(s) and 0 seconds
[2025-06-10 18:35:06.300 +00:00] [INF] [66] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2025-06-10 18:35:06.300 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: ServerId: "2c527f0ff7b3471dbba57a888d0390e8"
[2025-06-10 18:35:06.300 +00:00] [INF] [66] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2025-06-10 18:35:06.300 +00:00] [INF] [66] Main: Startup complete 0:00:06.7673158
[2025-06-10 18:35:31.489 +00:00] [INF] [65] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.10" request
[2025-06-10 18:36:04.323 +00:00] [INF] [19] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "BDP-S6700" - "BDP-S6700" using profile "Sony Blu-ray Player 2016"
<pre></pre>
Thanks a lot for your help


