Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Cast to device not working #8690

Open
1 task done
tobidemski opened this issue Nov 3, 2022 · 14 comments
Open
1 task done

[Issue]: Cast to device not working #8690

tobidemski opened this issue Nov 3, 2022 · 14 comments
Labels
bug Something isn't working

Comments

@tobidemski
Copy link

tobidemski commented Nov 3, 2022

Please describe your bug

Hey guys,

I tried to use the Cast to device function to stream a movie to my Samsung TV. (see Screen 1)

But while playing the movie an clicking on the TV device I get the following error:
Error in dev tools console: (see Screen 2)

Im using nginx proxy manager in front of my application. Web socket support is enabled and in the advanced area I set the following code:

Configuration:

## The default `client_max_body_size` is 1M, this might not be enough for some posters, etc.
client_max_body_size 20M;

# Security / XSS Mitigation Headers
    # NOTE: X-Frame-Options may cause issues with the webOS app
    add_header X-Frame-Options "SAMEORIGIN";
    add_header X-XSS-Protection "1; mode=block";
    add_header X-Content-Type-Options "nosniff";

# Content Security Policy
    # See: https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
    # Enforces https content and restricts JS/CSS to origin
    # External Javascript (such as cast_sender.js for Chromecast) must be whitelisted.
    # NOTE: The default CSP headers may cause issues with the webOS app
    #add_header Content-Security-Policy "default-src https: data: blob: http://image.tmdb.org; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com/cv/js/sender/v1/cast_sender.js https://www.gstatic.com/eureka/clank/95/cast_sender.js https://www.gstatic.com/eureka/clank/96/cast_sender.js https://www.gstatic.com/eureka/clank/97/cast_sender.js https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";

Jellyfin Version

10.8.0

if other:

Started with 10.8.6 and updated now to 10.8.7 both not working

Environment

- OS: Debian VM
- Virtualization: Docker
- Clients: Browser --> TV
- Browser: Chrome, Edge
- FFmpeg Version: Built-in?
- Playback Method: ?
- Hardware Acceleration: none
- Plugins: Default but using LDAP
- Reverse Proxy: nginx (proxy manager)
- Base URL: none
- Networking: Host
- Storage: NFS --> Synology

Jellyfin logs

2022-11-03 21:59:17.223 +00:00] [INF] [2] Main: Running query planner optimizations in the database... This might take a while
[2022-11-03 21:59:17.256 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost"
[2022-11-03 21:59:17.259 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint"
[2022-11-03 21:59:17.260 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UserDataChangeNotifier"
[2022-11-03 21:59:17.264 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "NotificationEntryPoint"
[2022-11-03 21:59:17.269 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "SchedulesDirect"
[2022-11-03 21:59:17.270 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryMonitorStartup"
[2022-11-03 21:59:17.271 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DeviceAccessEntryPoint"
[2022-11-03 21:59:17.271 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "DlnaEntryPoint"
[2022-11-03 21:59:17.275 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing SsdpDevicePublisher
[2022-11-03 21:59:17.398 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing PlayToManager
[2022-11-03 21:59:17.401 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing DeviceDiscovery
[2022-11-03 21:59:17.404 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: Disposing SsdpCommunicationsServer
[2022-11-03 21:59:17.405 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing _BroadcastListenSocket
[2022-11-03 21:59:17.411 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" Disposing 3 sendSockets
[2022-11-03 21:59:17.411 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "0.0.0.0"
[2022-11-03 21:59:17.412 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "192.168.1.105"
[2022-11-03 21:59:17.413 +00:00] [INF] [2] Emby.Dlna.Main.DlnaEntryPoint: "SsdpCommunicationsServer" disposing sendSocket from "127.0.0.1"
[2022-11-03 21:59:17.415 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "UdpServerEntryPoint"
[2022-11-03 21:59:17.418 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EmbyTV"
[2022-11-03 21:59:17.424 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "RecordingNotifier"
[2022-11-03 21:59:17.428 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "LibraryChangedNotifier"
[2022-11-03 21:59:17.434 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider"
[2022-11-03 21:59:17.436 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "EntryPoint"
[2022-11-03 21:59:17.436 +00:00] [INF] [2] Emby.Server.Implementations.ApplicationHost: Disposing "ExternalPortForwarding"
[2022-11-03 21:59:17.441 +00:00] [INF] [2] Emby.Server.Implementations.EntryPoints.ExternalPortForwarding: Stopping NAT discovery
[2022-11-03 21:59:17.485 +00:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" closed
[2022-11-03 21:59:19.446 +00:00] [INF] [1] Main: Jellyfin version: "10.8.7"
[2022-11-03 21:59:19.504 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_PublishedServerUrl, https://media.hoellenkiste.de]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[DOTNET_SYSTEM_GLOBALIZATION_INVARIANT, 1]", "[JELLYFIN_CONFIG_DIR, /config/config]"]
[2022-11-03 21:59:19.512 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[2022-11-03 21:59:19.515 +00:00] [INF] [1] Main: Operating system: "Linux"
[2022-11-03 21:59:19.515 +00:00] [INF] [1] Main: Architecture: X64
[2022-11-03 21:59:19.517 +00:00] [INF] [1] Main: 64-Bit Process: True
[2022-11-03 21:59:19.517 +00:00] [INF] [1] Main: User Interactive: True
[2022-11-03 21:59:19.517 +00:00] [INF] [1] Main: Processor count: 2
[2022-11-03 21:59:19.517 +00:00] [INF] [1] Main: Program data path: "/config"
[2022-11-03 21:59:19.517 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
[2022-11-03 21:59:19.518 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
[2022-11-03 21:59:20.000 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
[2022-11-03 21:59:20.141 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2022-11-03 21:59:20.192 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Novell.Directory.Ldap.NETStandard, Version=3.6.0.0, Culture=neutral, PublicKeyToken=510c34e9dec7f86f" from "/config/plugins/LDAP Authentication_16.0.0.0/Novell.Directory.Ldap.NETStandard.dll"
[2022-11-03 21:59:20.200 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "LDAP-Auth, Version=16.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/plugins/LDAP Authentication_16.0.0.0/LDAP-Auth.dll"
[2022-11-03 21:59:20.442 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses : "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2022-11-03 21:59:20.442 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions : "[]"
[2022-11-03 21:59:20.445 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: "[10.0.0.0/8,172.16.0.0/12,192.168.0.0/16]"
[2022-11-03 21:59:20.474 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: "[]"
[2022-11-03 21:59:20.474 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind exclusions: "[]"
[2022-11-03 21:59:26.086 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "LDAP-Auth" "16.0.0.0"
[2022-11-03 21:59:26.088 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.8.7.0"
[2022-11-03 21:59:26.091 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.8.7.0"
[2022-11-03 21:59:26.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.8.7.0"
[2022-11-03 21:59:26.095 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.8.7.0"
[2022-11-03 21:59:26.096 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.8.7.0"
[2022-11-03 21:59:26.264 +00:00] [INF] [1] Main: Kestrel listening on "Any IP4 Address"
[2022-11-03 21:59:26.413 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2022-11-03 21:59:26.414 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[2022-11-03 21:59:27.353 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {07d1ba9d-e6ef-4910-a1dc-94c1f9a70459} may be persisted to storage in unencrypted form.
[2022-11-03 21:59:27.419 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2022-11-03 21:59:27.515 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extrahiere Kapitel-Bilder" set to fire at 2022-11-04 02:00:00.000 +00:00, which is 04:00:32.4847425 from now.
[2022-11-03 21:59:27.728 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "5.1.2"
[2022-11-03 21:59:27.834 +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", "flac", "mp3"]
[2022-11-03 21:59:27.888 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"]
[2022-11-03 21:59:27.939 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2022-11-03 21:59:28.219 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[2022-11-03 21:59:28.555 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2022-11-03 21:59:28.560 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "0961d50be75341d9abdb94aa8b065d55"
[2022-11-03 21:59:28.964 +00:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "192.168.1.105/24"
[2022-11-03 21:59:29.022 +00:00] [INF] [1] Emby.Dlna.Main.DlnaEntryPoint: Registering publisher for "urn:schemas-upnp-org:device:MediaServer:1" on "127.0.0.1/8"
[2022-11-03 21:59:29.031 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all pre-startup entry points in 0:00:00.4487913
[2022-11-03 21:59:29.032 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2022-11-03 21:59:29.619 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Executed all post-startup entry points in 0:00:00.5861394
[2022-11-03 21:59:29.620 +00:00] [INF] [1] Main: Startup complete 0:00:10.7027982
[2022-11-03 21:59:29.770 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
[2022-11-03 21:59:29.881 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/series"
[2022-11-03 21:59:29.880 +00:00] [WRN] [12] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.105:8096/dlna/0961d50b-e753-41d9-abdb-94aa8b065d55/description.xml" to "192.168.1.44" in 0:00:00.6957825 with Status Code 200
[2022-11-03 21:59:29.901 +00:00] [WRN] [8] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "http://192.168.1.105:8096/dlna/0961d50b-e753-41d9-abdb-94aa8b065d55/description.xml" to "192.168.1.32" in 0:00:00.71811 with Status Code 200
[2022-11-03 21:59:30.534 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "StartupTrigger" fired for task: "Aktualisiere Plugins"
[2022-11-03 21:59:30.537 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "PluginUpdateTask"
[2022-11-03 21:59:30.545 +00:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Aktualisiere Plugins"
[2022-11-03 21:59:31.886 +00:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Aktualisiere Plugins" Completed after 0 minute(s) and 1 seconds
[2022-11-03 21:59:31.902 +00:00] [INF] [12] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2022-11-03 21:59:34.451 +00:00] [INF] [18] Emby.Dlna.Main.DlnaEntryPoint: DLNA Session created for "[TV] Samsung 7 Series (55)" - "UE55KS7090"
[2022-11-03 21:59:34.573 +00:00] [INF] [20] Emby.Dlna.DlnaManager: No matching device profile found. The default will need to be used. 
DeviceIdentification { FriendlyName: "192.168.1.69 - Sonos One Küche", ModelNumber: "S13", SerialNumber: null, ModelName: "Sonos One", ModelDescription: "Sonos One", ModelUrl: "http://www.sonos.com/products/zoneplayers/S13", Manufacturer: "Sonos, Inc.", ManufacturerUrl: "http://www.sonos.com", Headers: [] }
[2022-11-03 21:59:34.579 +00:00] [INF] [20] Emby.Dlna.Main.DlnaEntryPoint: DLNA Session created for "192.168.1.69 - Sonos One Küche" - "Sonos One"
[2022-11-03 21:59:48.889 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"AccessSchedule"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.890 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ActivityLog"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.890 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"CustomItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.890 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.890 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"HomeSection"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.891 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ImageInfo"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.891 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ItemDisplayPreferences"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.891 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Permission"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.891 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Preference"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.891 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"ApiKey"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.892 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"Device"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.892 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"DeviceOptions"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 21:59:48.892 +00:00] [WRN] [10] Microsoft.EntityFrameworkCore.Model.Validation: The entity type '"User"' is configured to use schema '"jellyfin"', but SQLite does not support schemas. This configuration will be ignored by the SQLite provider.
[2022-11-03 22:00:21.093 +00:00] [INF] [24] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" request
[2022-11-03 22:00:21.763 +00:00] [WRN] [21] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/DisplayPreferences/usersettings?userId=24c2ca76e63345d9acda5ec36a36ef96&client=emby" to "192.168.1.31" in 0:00:00.7363915 with Status Code 200
[2022-11-03 22:00:21.891 +00:00] [WRN] [10] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Sessions/Capabilities/Full" to "192.168.1.31" in 0:00:00.8679481 with Status Code 204
[2022-11-03 22:00:36.198 +00:00] [INF] [26] Emby.Dlna.Main.DlnaEntryPoint: StreamBuilder.BuildVideoItem( Profile="Samsung Smart TV", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/stream.mkv?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&Static=true&VideoCodec=h264&AudioCodec=ac3&AudioStreamIndex=1&SubtitleStreamIndex=2&api_key=<token>&SubtitleMethod=Embed&Tag=853aeebda582ca1318eefd1afab3f622"
[2022-11-03 22:00:36.404 +00:00] [ERR] [26] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetAvTransport(String url, String header, String metaData, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.SetPlaylistIndex(Int32 index, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.PlayItems(IEnumerable`1 items, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendPlayCommand(String controllingSessionId, String sessionId, PlayRequest command, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.Play(String sessionId, PlayCommand playCommand, Guid[] itemIds, Nullable`1 startPositionTicks, String mediaSourceId, Nullable`1 audioStreamIndex, Nullable`1 subtitleStreamIndex, Nullable`1 startIndex)
   at lambda_method1003(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:00:36.430 +00:00] [WRN] [26] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing?ItemIds=d1d952e0be7d7f40b04f611afdfd2dcb&PlayCommand=PlayNow&StartPositionTicks=1530000000" to "192.168.1.31" in 0:00:00.5626906 with Status Code 500
[2022-11-03 22:00:48.477 +00:00] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: StreamBuilder.BuildVideoItem( Profile="Samsung Smart TV", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/stream.mkv?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&Static=true&VideoCodec=h264&AudioCodec=ac3&AudioStreamIndex=1&SubtitleStreamIndex=2&api_key=<token>&SubtitleMethod=Embed&Tag=853aeebda582ca1318eefd1afab3f622"
[2022-11-03 22:00:48.506 +00:00] [ERR] [27] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetAvTransport(String url, String header, String metaData, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.SetPlaylistIndex(Int32 index, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.PlayItems(IEnumerable`1 items, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendPlayCommand(String controllingSessionId, String sessionId, PlayRequest command, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.Play(String sessionId, PlayCommand playCommand, Guid[] itemIds, Nullable`1 startPositionTicks, String mediaSourceId, Nullable`1 audioStreamIndex, Nullable`1 subtitleStreamIndex, Nullable`1 startIndex)
   at lambda_method1003(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:00:50.841 +00:00] [INF] [25] Emby.Dlna.Main.DlnaEntryPoint: StreamBuilder.BuildVideoItem( Profile="Samsung Smart TV", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=1, SubtitleStreamIndex=2 ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/stream.mkv?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&Static=true&VideoCodec=h264&AudioCodec=ac3&AudioStreamIndex=1&SubtitleStreamIndex=2&api_key=<token>&SubtitleMethod=Embed&Tag=853aeebda582ca1318eefd1afab3f622"
[2022-11-03 22:00:50.868 +00:00] [ERR] [25] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetAvTransport(String url, String header, String metaData, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.SetPlaylistIndex(Int32 index, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.PlayItems(IEnumerable`1 items, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendPlayCommand(String controllingSessionId, String sessionId, PlayRequest command, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.Play(String sessionId, PlayCommand playCommand, Guid[] itemIds, Nullable`1 startPositionTicks, String mediaSourceId, Nullable`1 audioStreamIndex, Nullable`1 subtitleStreamIndex, Nullable`1 startIndex)
   at lambda_method1003(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:01:10.125 +00:00] [INF] [22] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "DarkStaR" has succeeded.
[2022-11-03 22:01:10.126 +00:00] [INF] [22] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "DarkStaR": 2/0
[2022-11-03 22:01:10.178 +00:00] [INF] [22] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user 24c2ca76-e633-45d9-acda-5ec36a36ef96
[2022-11-03 22:01:10.213 +00:00] [WRN] [22] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Users/authenticatebyname" to "192.168.1.31" in 0:00:00.5087706 with Status Code 200
[2022-11-03 22:01:10.233 +00:00] [INF] [23] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" request
[2022-11-03 22:01:11.335 +00:00] [WRN] [25] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/a656b907eb3a73532e40e44b968d0225/Images/Primary?fillHeight=177&fillWidth=315&quality=96&tag=0b5ad40f2a5b211a4cc0921007838891" to "192.168.1.31" in 0:00:00.9674834 with Status Code 200
[2022-11-03 22:01:11.335 +00:00] [WRN] [21] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/f137a2dd21bbc1b99aa5c0f6bf02a805/Images/Primary?fillHeight=177&fillWidth=315&quality=96&tag=045d4e9819be30b50c27e4fd3250d682" to "192.168.1.31" in 0:00:00.9680682 with Status Code 200
[2022-11-03 22:01:11.336 +00:00] [WRN] [23] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/d1d952e0be7d7f40b04f611afdfd2dcb/Images/Backdrop?fillHeight=177&fillWidth=315&quality=96&tag=1f342ec89f7bd2871020b7e49585df1b" to "192.168.1.31" in 0:00:00.9235031 with Status Code 200
[2022-11-03 22:01:11.336 +00:00] [WRN] [21] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/042832aec2461c35ac44f55f2ef34a06/Images/Primary?fillHeight=281&fillWidth=197&quality=96&tag=ff0f4d3760ee5ed62c41e713454f0a0a" to "192.168.1.31" in 0:00:00.8319407 with Status Code 200
[2022-11-03 22:01:11.338 +00:00] [WRN] [23] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/73cbfc5240fef0f6a20746c2ee27e732/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=0a610e2f59002102158a8747444e27f0" to "192.168.1.31" in 0:00:00.8358955 with Status Code 200
[2022-11-03 22:01:11.409 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/79e71461852ae85e8431c51a4ef3814b/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=40d6f401f5a4919804f5a790bf512a76" to "192.168.1.31" in 0:00:00.906392 with Status Code 200
[2022-11-03 22:01:11.841 +00:00] [WRN] [23] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/e5bbb293753363fa490ed370a6820866/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=2842bea21eda6d814cb69350b04f0813" to "192.168.1.31" in 0:00:00.5013989 with Status Code 200
[2022-11-03 22:01:11.984 +00:00] [WRN] [8] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/bff79dd9c98e04c82df5b15d0c79d3c5/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=b11c36c0026eda755f1c07d172cc8d2e" to "192.168.1.31" in 0:00:00.650992 with Status Code 200
[2022-11-03 22:01:12.477 +00:00] [WRN] [25] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/9474d25366a016facece1f2968a77380/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=04173b09f8342e3fbfb129d611148bf1" to "192.168.1.31" in 0:00:01.139398 with Status Code 200
[2022-11-03 22:01:12.956 +00:00] [WRN] [21] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/539fddec95f3928c725080649a8d0b99/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=e969094a721ae7bed6eb224330a94982" to "192.168.1.31" in 0:00:01.617438 with Status Code 200
[2022-11-03 22:01:12.973 +00:00] [WRN] [27] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/918cd3742094161c2cb20ad5d1bf7cc6/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=e1d85b353258a22a0609076831a6751f" to "192.168.1.31" in 0:00:01.5625559 with Status Code 200
[2022-11-03 22:01:13.091 +00:00] [WRN] [10] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/b7fffbefcd7472c8ef5ac550576a42b4/Images/Primary?fillHeight=292&fillWidth=197&quality=96&tag=cbe702226b728ee9f9ae14caebf15f69" to "192.168.1.31" in 0:00:01.403737 with Status Code 200
[2022-11-03 22:01:13.131 +00:00] [WRN] [22] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/caba6fcb00798ab757b746eacf07a277/Images/Primary?fillHeight=296&fillWidth=197&quality=96&tag=26d182670d350a258b97d32ecc8bf11d" to "192.168.1.31" in 0:00:01.7983676 with Status Code 200
[2022-11-03 22:01:13.504 +00:00] [WRN] [25] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/918cd3742094161c2cb20ad5d1bf7cc6/Images/Backdrop?fillHeight=177&fillWidth=315&quality=96&tag=4d06406828917be8c4f49006a8859b27" to "192.168.1.31" in 0:00:01.0254668 with Status Code 200
[2022-11-03 22:01:13.507 +00:00] [WRN] [25] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/9474d25366a016facece1f2968a77380/Images/Backdrop?fillHeight=177&fillWidth=315&quality=96&tag=d52332d644c7e41172c9be38e1a26b2f" to "192.168.1.31" in 0:00:00.5366898 with Status Code 200
[2022-11-03 22:01:13.508 +00:00] [WRN] [25] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/539fddec95f3928c725080649a8d0b99/Images/Backdrop?fillHeight=177&fillWidth=315&quality=96&tag=2ef29b5fc1de6c8e870f6583d4d48749" to "192.168.1.31" in 0:00:01.5185075 with Status Code 200
[2022-11-03 22:01:13.509 +00:00] [WRN] [25] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/b7fffbefcd7472c8ef5ac550576a42b4/Images/Backdrop?fillHeight=177&fillWidth=315&quality=96&tag=f180a36ea3fd53ed4e9d9a565423d2bb" to "192.168.1.31" in 0:00:00.5228159 with Status Code 200
[2022-11-03 22:01:13.585 +00:00] [WRN] [23] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Items/e5bbb293753363fa490ed370a6820866/Images/Backdrop?fillHeight=177&fillWidth=315&quality=96&tag=ef79057c0d1b404e4c72013f8722de5c" to "192.168.1.31" in 0:00:01.7396505 with Status Code 200
[2022-11-03 22:01:17.152 +00:00] [INF] [25] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "DarkStaR". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2022-11-03 22:01:17.159 +00:00] [INF] [25] Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile="Anonymous Profile", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/stream.mkv?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&Static=true&VideoCodec=h264&AudioCodec=ac3&AudioStreamIndex=1&api_key=<token>&Tag=853aeebda582ca1318eefd1afab3f622"
[2022-11-03 22:01:18.867 +00:00] [INF] [23] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-i file:\"/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv\" -copyts -map 0:2 -an -vn -c:s copy \"/config/data/subtitles/9/97230462-9790-b3bc-9d11-80b846022328.srt\""
[2022-11-03 22:01:28.498 +00:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: "IntervalTrigger" fired for task: "Refresh Guide"
[2022-11-03 22:01:28.500 +00:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: Queuing task "RefreshGuideScheduledTask"
[2022-11-03 22:01:28.504 +00:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Refresh Guide"
[2022-11-03 22:01:32.151 +00:00] [INF] [22] Emby.Server.Implementations.LiveTv.LiveTvManager: Refreshing guide with 7 days of guide data
[2022-11-03 22:01:32.232 +00:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Refresh Guide" Completed after 0 minute(s) and 3 seconds
[2022-11-03 22:01:32.234 +00:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
[2022-11-03 22:01:33.359 +00:00] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: StreamBuilder.BuildVideoItem( Profile="Samsung Smart TV", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/stream.mkv?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&Static=true&VideoCodec=h264&AudioCodec=ac3&AudioStreamIndex=1&SubtitleStreamIndex=2&api_key=<token>&SubtitleMethod=Embed&Tag=853aeebda582ca1318eefd1afab3f622"
[2022-11-03 22:01:33.475 +00:00] [INF] [22] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.8.7" playing "Collateral". Stopped at "167611" ms
[2022-11-03 22:01:33.519 +00:00] [ERR] [8] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetAvTransport(String url, String header, String metaData, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.SetPlaylistIndex(Int32 index, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.PlayItems(IEnumerable`1 items, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendPlayCommand(String controllingSessionId, String sessionId, PlayRequest command, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.Play(String sessionId, PlayCommand playCommand, Guid[] itemIds, Nullable`1 startPositionTicks, String mediaSourceId, Nullable`1 audioStreamIndex, Nullable`1 subtitleStreamIndex, Nullable`1 startIndex)
   at lambda_method1003(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:01:39.425 +00:00] [ERR] [22] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing/PlayPause".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetPause(CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.SendPlaystateCommand(String sessionId, PlaystateCommand command, Nullable`1 seekPositionTicks, String controllingUserId)
   at lambda_method1121(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
--- End of stack trace from previous location ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:01:42.015 +00:00] [ERR] [8] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing/PlayPause".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetPause(CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.SendPlaystateCommand(String sessionId, PlaystateCommand command, Nullable`1 seekPositionTicks, String controllingUserId)
   at lambda_method1121(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:01:42.305 +00:00] [ERR] [8] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing/PlayPause".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetPause(CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.SendPlaystateCommand(String sessionId, PlaystateCommand command, Nullable`1 seekPositionTicks, String controllingUserId)
   at lambda_method1121(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:01:48.857 +00:00] [INF] [23] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" closed
[2022-11-03 22:03:49.149 +00:00] [INF] [24] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: ffmpeg subtitle extraction completed for "file:\"/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv\"" to "/config/data/subtitles/9/97230462-9790-b3bc-9d11-80b846022328.srt"
[2022-11-03 22:03:49.226 +00:00] [WRN] [24] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/d1d952e0be7d7f40b04f611afdfd2dcb/Subtitles/2/0/Stream.js?api_key=527afa97c20547f7bb035dcec988ce18" to "192.168.1.31" in 0:02:30.4122289 with Status Code 200
[2022-11-03 22:04:22.525 +00:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" request
[2022-11-03 22:04:41.426 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "DarkStaR". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2022-11-03 22:04:41.531 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile="Anonymous Profile", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=Transcode, TranscodeReason=AudioCodecNotSupported ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/master.m3u8?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&VideoCodec=h264,h264&AudioCodec=aac,mp3&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=23.975986&api_key=<token>&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=853aeebda582ca1318eefd1afab3f622&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported"
[2022-11-03 22:04:42.140 +00:00] [INF] [29] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
[2022-11-03 22:04:42.212 +00:00] [INF] [29] Jellyfin.Api.Helpers.TranscodingJobHelper: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -fflags +genpts -f matroska,webm  -i file:\"/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 0 -hls_segment_filename \"/config/transcodes/ccf0efc138dcadf4273b1a67deb0a205%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/transcodes/ccf0efc138dcadf4273b1a67deb0a205.m3u8\""
[2022-11-03 22:04:43.574 +00:00] [WRN] [31] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/hls1/main/0.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEwNi4wLjAuMCBTYWZhcmkvNTM3LjM2fDE2NjcyMzI5ODIyODg1&MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&VideoCodec=h264,h264&AudioCodec=aac,mp3&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=23.975986&PlaySessionId=904b12808de546b68c977c158f8a8318&api_key=df1a1f23576c4b93b4182cefee051174&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=853aeebda582ca1318eefd1afab3f622&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=0&actualSegmentLengthTicks=103850000" to "192.168.1.31" in 0:00:01.4838553 with Status Code 200
[2022-11-03 22:04:43.870 +00:00] [INF] [31] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for "/config/transcodes/ccf0efc138dcadf4273b1a67deb0a205.m3u8"
[2022-11-03 22:04:43.896 +00:00] [INF] [33] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0
[2022-11-03 22:04:43.902 +00:00] [INF] [31] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
[2022-11-03 22:04:43.903 +00:00] [INF] [31] Jellyfin.Api.Helpers.TranscodingJobHelper: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -ss 00:02:33.237 -fflags +genpts -f matroska,webm  -i file:\"/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 25 -hls_segment_filename \"/config/transcodes/ccf0efc138dcadf4273b1a67deb0a205%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/transcodes/ccf0efc138dcadf4273b1a67deb0a205.m3u8\""
[2022-11-03 22:04:45.158 +00:00] [WRN] [26] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/hls1/main/25.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEwNi4wLjAuMCBTYWZhcmkvNTM3LjM2fDE2NjcyMzI5ODIyODg1&MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&VideoCodec=h264,h264&AudioCodec=aac,mp3&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=23.975986&PlaySessionId=904b12808de546b68c977c158f8a8318&api_key=df1a1f23576c4b93b4182cefee051174&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=853aeebda582ca1318eefd1afab3f622&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=1532370000&actualSegmentLengthTicks=57140000" to "192.168.1.31" in 0:00:01.3132398 with Status Code 200
[2022-11-03 22:04:47.535 +00:00] [INF] [18] Emby.Dlna.Main.DlnaEntryPoint: StreamBuilder.BuildVideoItem( Profile="Samsung Smart TV", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/stream.mkv?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&Static=true&VideoCodec=h264&AudioCodec=ac3&AudioStreamIndex=1&SubtitleStreamIndex=2&api_key=<token>&SubtitleMethod=Embed&Tag=853aeebda582ca1318eefd1afab3f622"
[2022-11-03 22:04:47.539 +00:00] [INF] [37] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for "/config/transcodes/ccf0efc138dcadf4273b1a67deb0a205.m3u8"
[2022-11-03 22:04:47.583 +00:00] [INF] [37] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0
[2022-11-03 22:04:47.580 +00:00] [ERR] [30] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetAvTransport(String url, String header, String metaData, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.SetPlaylistIndex(Int32 index, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.PlayItems(IEnumerable`1 items, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendPlayCommand(String controllingSessionId, String sessionId, PlayRequest command, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.Play(String sessionId, PlayCommand playCommand, Guid[] itemIds, Nullable`1 startPositionTicks, String mediaSourceId, Nullable`1 audioStreamIndex, Nullable`1 subtitleStreamIndex, Nullable`1 startIndex)
   at lambda_method1003(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:04:47.586 +00:00] [INF] [37] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) "/config/transcodes/ccf0efc138dcadf4273b1a67deb0a205.m3u8"
[2022-11-03 22:04:49.128 +00:00] [INF] [30] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.8.6" playing "Collateral". Stopped at "154468" ms
[2022-11-03 22:04:49.156 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Sessions/Playing/Stopped" to "192.168.1.31" in 0:00:01.6344798 with Status Code 204
[2022-11-03 22:04:54.458 +00:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" closed
[2022-11-03 22:04:54.815 +00:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" request
[2022-11-03 22:04:58.486 +00:00] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" closed
[2022-11-03 22:04:58.833 +00:00] [INF] [30] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.1.31" request
[2022-11-03 22:05:23.955 +00:00] [INF] [30] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "DarkStaR". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2022-11-03 22:05:23.956 +00:00] [INF] [30] Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile="Anonymous Profile", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=1, SubtitleStreamIndex=2 ) => ( PlayMethod=Transcode, TranscodeReason=AudioCodecNotSupported ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/master.m3u8?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&VideoCodec=h264,h264&AudioCodec=aac,mp3&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=23.975986&api_key=<token>&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=853aeebda582ca1318eefd1afab3f622&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported"
[2022-11-03 22:05:24.364 +00:00] [INF] [32] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request
[2022-11-03 22:05:24.365 +00:00] [INF] [32] Jellyfin.Api.Helpers.TranscodingJobHelper: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -fflags +genpts -f matroska,webm  -i file:\"/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af \"volume=2\" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 0 -hls_segment_filename \"/config/transcodes/2946f1328d064d8a1c964f4341b1cfa0%d.ts\" -hls_playlist_type vod -hls_list_size 0 -y \"/config/transcodes/2946f1328d064d8a1c964f4341b1cfa0.m3u8\""
[2022-11-03 22:05:25.517 +00:00] [WRN] [30] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/hls1/main/0.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEwNi4wLjAuMCBTYWZhcmkvNTM3LjM2fDE2NjcyMzI5ODIyODg1&MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&VideoCodec=h264,h264&AudioCodec=aac,mp3&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=23.975986&PlaySessionId=fee6ec8a3d4e442e8a995fe65015eaaf&api_key=df1a1f23576c4b93b4182cefee051174&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=853aeebda582ca1318eefd1afab3f622&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=0&actualSegmentLengthTicks=103850000" to "192.168.1.31" in 0:00:01.1586305 with Status Code 200
[2022-11-03 22:05:27.582 +00:00] [WRN] [28] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/hls1/main/3.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEwNi4wLjAuMCBTYWZhcmkvNTM3LjM2fDE2NjcyMzI5ODIyODg1&MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&VideoCodec=h264,h264&AudioCodec=aac,mp3&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=23.975986&PlaySessionId=fee6ec8a3d4e442e8a995fe65015eaaf&api_key=df1a1f23576c4b93b4182cefee051174&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=853aeebda582ca1318eefd1afab3f622&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=283620000&actualSegmentLengthTicks=96340000" to "192.168.1.31" in 0:00:00.7216841 with Status Code 200
[2022-11-03 22:05:28.929 +00:00] [WRN] [32] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/hls1/main/4.ts?DeviceId=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzEwNi4wLjAuMCBTYWZhcmkvNTM3LjM2fDE2NjcyMzI5ODIyODg1&MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&VideoCodec=h264,h264&AudioCodec=aac,mp3&AudioStreamIndex=1&VideoBitrate=139616000&AudioBitrate=384000&MaxFramerate=23.975986&PlaySessionId=fee6ec8a3d4e442e8a995fe65015eaaf&api_key=df1a1f23576c4b93b4182cefee051174&TranscodingMaxAudioChannels=2&RequireAvc=false&Tag=853aeebda582ca1318eefd1afab3f622&SegmentContainer=ts&MinSegments=1&BreakOnNonKeyFrames=True&h264-level=41&h264-videobitdepth=8&h264-profile=high&h264-rangetype=SDR&h264-deinterlace=true&TranscodeReasons=AudioCodecNotSupported&runtimeTicks=379960000&actualSegmentLengthTicks=103860000" to "192.168.1.31" in 0:00:01.017712 with Status Code 200
[2022-11-03 22:05:31.780 +00:00] [INF] [41] Jellyfin.Api.Helpers.TranscodingJobHelper: Stopping ffmpeg process with q command for "/config/transcodes/2946f1328d064d8a1c964f4341b1cfa0.m3u8"
[2022-11-03 22:05:31.785 +00:00] [INF] [38] Emby.Dlna.Main.DlnaEntryPoint: StreamBuilder.BuildVideoItem( Profile="Samsung Smart TV", Path="/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/stream.mkv?MediaSourceId=d1d952e0be7d7f40b04f611afdfd2dcb&Static=true&VideoCodec=h264&AudioCodec=ac3&AudioStreamIndex=1&SubtitleStreamIndex=2&api_key=<token>&SubtitleMethod=Embed&Tag=853aeebda582ca1318eefd1afab3f622"
[2022-11-03 22:05:31.815 +00:00] [ERR] [38] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL "POST" "/Sessions/aeb58e16f941f87dcd23a2184751d2e1/Playing".
System.Net.Http.HttpRequestException: Response status code does not indicate success: 500 (Internal Server Error).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at Emby.Dlna.PlayTo.SsdpHttpClient.SendCommandAsync(String baseUrl, DeviceService service, String command, String postData, String header, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.Device.SetAvTransport(String url, String header, String metaData, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.SetPlaylistIndex(Int32 index, CancellationToken cancellationToken)
   at Emby.Dlna.PlayTo.PlayToController.PlayItems(IEnumerable`1 items, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendMessageToSession[T](SessionInfo session, SessionMessageType name, T data, CancellationToken cancellationToken)
   at Emby.Server.Implementations.Session.SessionManager.SendPlayCommand(String controllingSessionId, String sessionId, PlayRequest command, CancellationToken cancellationToken)
   at Jellyfin.Api.Controllers.SessionController.Play(String sessionId, PlayCommand playCommand, Guid[] itemIds, Nullable`1 startPositionTicks, String mediaSourceId, Nullable`1 audioStreamIndex, Nullable`1 subtitleStreamIndex, Nullable`1 startIndex)
   at lambda_method1003(Closure , Object )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Jellyfin.Server.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager)
   at Jellyfin.Server.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager)
   at Jellyfin.Server.Middleware.IpBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager)
   at Jellyfin.Server.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager)
   at Microsoft.AspNetCore.Authorization.Policy.AuthorizationMiddlewareResultHandler.HandleAsync(RequestDelegate next, HttpContext context, AuthorizationPolicy policy, PolicyAuthorizationResult authorizeResult)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)
   at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jellyfin.Server.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext)
   at Jellyfin.Server.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext)
   at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context)
   at Jellyfin.Server.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager)
   at Jellyfin.Server.Middleware.ExceptionMiddleware.Invoke(HttpContext context)
[2022-11-03 22:05:31.878 +00:00] [INF] [41] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 0
[2022-11-03 22:05:31.878 +00:00] [INF] [41] Jellyfin.Api.Helpers.TranscodingJobHelper: Deleting partial stream file(s) "/config/transcodes/2946f1328d064d8a1c964f4341b1cfa0.m3u8"
[2022-11-03 22:05:33.436 +00:00] [INF] [38] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.8.7" playing "Collateral". Stopped at "5758" ms
[2022-11-03 22:05:33.467 +00:00] [WRN] [38] Jellyfin.Server.Middleware.ResponseTimeMiddleware: Slow HTTP Response from "https://media.hoellenkiste.de/Sessions/Playing/Stopped" to "192.168.1.31" in 0:00:01.6912126 with Status Code 204
[2022-11-03 22:11:45.833 +00:00] [INF] [24] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[2022-11-03 22:11:57.831 +00:00] [INF] [18] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.

FFmpeg logs

/videos/d1d952e0-be7d-7f40-b04f-611afdfd2dcb/hls1/main/0.ts

{"Protocol":0,"Id":"d1d952e0be7d7f40b04f611afdfd2dcb","Path":"/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mkv,webm","Size":10271352832,"Name":"d-collateral-1080p","IsRemote":false,"ETag":"853aeebda582ca1318eefd1afab3f622","RunTimeTicks":71961919488,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"h264","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Collateral","VideoRange":"SDR","VideoRangeType":"SDR","VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"Collateral - 1080p - H264 - SDR","NalLengthSize":"4","IsInterlaced":false,"IsAVC":true,"ChannelLayout":null,"BitRate":11418653,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":800,"Width":1920,"AverageFrameRate":23.975986,"RealFrameRate":23.975986,"Profile":"High","Type":1,"AspectRatio":"2.40:1","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":41,"IsAnamorphic":null},{"Codec":"ac3","CodecTag":null,"Language":"ger","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"AC3","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"DisplayTitle":"AC3 - Ger - Dolby Digital - 5.1 - Default","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":"5.1","BitRate":640000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":6,"SampleRate":48000,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null},{"Codec":"subrip","CodecTag":null,"Language":"ger","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/1000","CodecTimeBase":null,"Title":"Forced subs","VideoRange":null,"VideoRangeType":null,"VideoDoViTitle":null,"LocalizedUndefined":"Undefiniert","LocalizedDefault":"Standard","LocalizedForced":"Erzwungen","LocalizedExternal":"Extern","DisplayTitle":"Forced subs - Ger - Standard - SUBRIP","NalLengthSize":null,"IsInterlaced":false,"IsAVC":null,"ChannelLayout":null,"BitRate":null,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":2,"AspectRatio":null,"Index":2,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":true,"SupportsExternalStream":true,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":12058653,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":null,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null}

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -fflags +genpts -f matroska,webm  -i file:"/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 384000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type mpegts -start_number 0 -hls_segment_filename "/config/transcodes/2946f1328d064d8a1c964f4341b1cfa0%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/config/transcodes/2946f1328d064d8a1c964f4341b1cfa0.m3u8"


ffmpeg version 5.1.2-Jellyfin Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 10 (Debian 10.2.1-6)
  configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-libs=-lfftw3f --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-shared --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-static --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libmfx --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
Input #0, matroska,webm, from 'file:/media/movies/Collateral.2004.German.1080p.BluRay.x264-DETAiLS/d-collateral-1080p.mkv':
  Metadata:
    title           : Collateral
    encoder         : libebml v0.7.7 + libmatroska v0.8.1
    creation_time   : 2010-05-22T17:19:53.000000Z
  Duration: 01:59:56.19, start: 0.000000, bitrate: 11418 kb/s
  Chapters:
    Chapter #0:0: start 0.000000, end 799.340000
      Metadata:
        title           : 00:00:00.000
    Chapter #0:1: start 799.340000, end 1075.074000
      Metadata:
        title           : 00:13:19.340
    Chapter #0:2: start 1075.074000, end 1461.710000
      Metadata:
        title           : 00:17:55.074
    Chapter #0:3: start 1461.710000, end 1639.429000
      Metadata:
        title           : 00:24:21.710
    Chapter #0:4: start 1639.429000, end 1797.129000
      Metadata:
        title           : 00:27:19.429
    Chapter #0:5: start 1797.129000, end 2029.653000
      Metadata:
        title           : 00:29:57.129
    Chapter #0:6: start 2029.653000, end 2225.723000
      Metadata:
        title           : 00:33:49.653
    Chapter #0:7: start 2225.723000, end 2369.033000
      Metadata:
        title           : 00:37:05.723
    Chapter #0:8: start 2369.033000, end 2877.666000
      Metadata:
        title           : 00:39:29.033
    Chapter #0:9: start 2877.666000, end 3250.038000
      Metadata:
        title           : 00:47:57.666
    Chapter #0:10: start 3250.038000, end 3371.827000
      Metadata:
        title           : 00:54:10.038
    Chapter #0:11: start 3371.827000, end 3541.121000
      Metadata:
        title           : 00:56:11.827
    Chapter #0:12: start 3541.121000, end 4339.001000
      Metadata:
        title           : 00:59:01.121
    Chapter #0:13: start 4339.001000, end 4578.699000
      Metadata:
        title           : 01:12:19.001
    Chapter #0:14: start 4578.699000, end 4720.090000
      Metadata:
        title           : 01:16:18.699
    Chapter #0:15: start 4720.090000, end 5135.130000
      Metadata:
        title           : 01:18:40.090
    Chapter #0:16: start 5135.130000, end 5686.598000
      Metadata:
        title           : 01:25:35.130
    Chapter #0:17: start 5686.598000, end 6306.675000
      Metadata:
        title           : 01:34:46.598
    Chapter #0:18: start 6306.675000, end 6786.738000
      Metadata:
        title           : 01:45:06.675
    Chapter #0:19: start 6786.738000, end 7196.192000
      Metadata:
        title           : 01:53:06.738
  Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x800 [SAR 1:1 DAR 12:5], 23.98 fps, 23.98 tbr, 1k tbn (default)
    Metadata:
      title           : Collateral
  Stream #0:1(ger): Audio: ac3, 48000 Hz, 5.1(side), fltp, 640 kb/s (default)
    Metadata:
      title           : AC3
  Stream #0:2(ger): Subtitle: subrip (default)
    Metadata:
      title           : Forced subs
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (ac3 (native) -> aac (libfdk_aac))
Press [q] to stop, [?] for help
Output #0, hls, to '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa0.m3u8':
  Metadata:
    encoder         : Lavf59.27.100
  Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x800 [SAR 1:1 DAR 12:5], q=2-31, 23.98 fps, 23.98 tbr, 90k tbn (default)
  Stream #0:1: Audio: aac, 48000 Hz, stereo, s16, 384 kb/s (default)
    Metadata:
      encoder         : Lavc59.37.100 libfdk_aac
frame=    1 fps=0.0 q=-1.0 size=N/A time=-00:00:00.02 bitrate=N/A speed=N/A    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa00.ts' for writing
frame=  278 fps=0.0 q=-1.0 size=N/A time=00:00:00.13 bitrate=N/A speed=0.27x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa01.ts' for writing
frame=  491 fps=491 q=-1.0 size=N/A time=00:00:09.11 bitrate=N/A speed=9.11x    
frame=  678 fps=451 q=-1.0 size=N/A time=00:00:16.92 bitrate=N/A speed=11.3x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa02.ts' for writing
frame=  852 fps=425 q=-1.0 size=N/A time=00:00:24.07 bitrate=N/A speed=  12x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa03.ts' for writing
frame= 1025 fps=409 q=-1.0 size=N/A time=00:00:31.38 bitrate=N/A speed=12.5x    
frame= 1136 fps=378 q=-1.0 size=N/A time=00:00:35.99 bitrate=N/A speed=  12x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa04.ts' for writing
frame= 1216 fps=347 q=-1.0 size=N/A time=00:00:39.23 bitrate=N/A speed=11.2x    
frame= 1316 fps=328 q=-1.0 size=N/A time=00:00:43.35 bitrate=N/A speed=10.8x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa05.ts' for writing
frame= 1411 fps=312 q=-1.0 size=N/A time=00:00:47.43 bitrate=N/A speed=10.5x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa06.ts' for writing
frame= 1514 fps=301 q=-1.0 size=N/A time=00:00:51.78 bitrate=N/A speed=10.3x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa07.ts' for writing
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa08.ts' for writing
frame= 1610 fps=291 q=-1.0 size=N/A time=00:00:55.62 bitrate=N/A speed=10.1x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa09.ts' for writing
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa010.ts' for writing
frame= 1705 fps=283 q=-1.0 size=N/A time=00:00:59.61 bitrate=N/A speed=9.89x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa011.ts' for writing
frame= 1800 fps=276 q=-1.0 size=N/A time=00:01:03.49 bitrate=N/A speed=9.73x    
[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa012.ts' for writing
frame= 1895 fps=270 q=-1.0 size=N/A time=00:01:07.54 bitrate=N/A speed=9.61x    

[q] command received. Exiting.

[hls @ 0x555d427c86c0] Opening '/config/transcodes/2946f1328d064d8a1c964f4341b1cfa013.ts' for writing
frame= 1980 fps=266 q=-1.0 Lsize=N/A time=00:01:11.09 bitrate=N/A speed=9.56x    
video:141266kB audio:3872kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown

Please attach any browser or client logs here

No response

Please attach any screenshots here

Screen 1:
image

Screen 2:
image

Code of Conduct

  • I agree to follow this project's Code of Conduct
@tobidemski tobidemski added the bug Something isn't working label Nov 3, 2022
@elvetemedve
Copy link

elvetemedve commented Nov 23, 2022

I have the same issue (same stack trace in the log) starting from Jellyfin version 10.8. In my case the media renderer it is an LG model.
I can provide further details if needed.

In addition to that, if I use the built-in DLNA media browser in the TV, then I'm able to play the same movie. This error occurs when I initiate the playback from the Jellyfin UI.

@valmar
Copy link

valmar commented Dec 27, 2022

Same here! The external DLNA client (bubbleupnp in this case) can connect, browse and play the Jellyfin content, but casting directly to the UPNP renderer (upmpdcli) from Jellyfin fails and gives me the same error in the logs

@jellyfin-bot
Copy link

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.

If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.

This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.

@jellyfin-bot jellyfin-bot added the stale Stale and will be closed if no activity occurs label Apr 27, 2023
@k1llerk3ks
Copy link

k1llerk3ks commented Apr 27, 2023

i also have this exact error. casting to any device is not possible for me. Latest Jellyfin 10.8.10, running in docker network=host mode. DLNA Targets are visible, but i am not able to cast to any (take that jellyfin-bot! xd).

@jellyfin-bot jellyfin-bot removed the stale Stale and will be closed if no activity occurs label Apr 28, 2023
@jps-help
Copy link

I'm seeing the same issue as well running the official jellyfin docker image (10.8.10).

From my Samsung TV, I can browse and play my Jellyfin media via dlna. But casting it from the Jellyfin app is not working.

@franco-giordano
Copy link

franco-giordano commented Aug 10, 2023

Same issue here. Using Jellyfin docker compose on net=host, casting to Samsung TV via DLNA, no proxy.

Same as other comments: I can browse and play my Jellyfin media via DLNA. But casting it from the Jellyfin app is not working.

@yaoweiprc

This comment was marked as off-topic.

@ulbi
Copy link

ulbi commented Oct 25, 2023

Same issue here. Checked with JVC TV DLNA and Samsung UE48JU6050. Using 10.8.11 in docker with the official image

@ulbi
Copy link

ulbi commented Oct 25, 2023

I just added some logging to the code and got those details:

[21:18:52] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: Sending request to http://<tvip>:9197/upnp/control/AVTransport1 with method POST [21:18:52] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: Request Headers: SOAPACTION: "urn:schemas-upnp-org:service:AVTransport:1#SetAVTransportURI" Pragma: no-cache contentFeatures.dlna.org: DLNA.ORG_PN=AVC_MP4_MP_SD_AAC_MULT5;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=21D00000000000000000000000000000 [21:18:52] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: Received response with status code InternalServerError [21:18:52] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: Response Headers: EXT: Connection: close Server: UPnP/1.0, Samsung AllShare Server/1.0 Date: Wed, 25 Oct 2023 19:18:51 GMT User-Agent: Samsung User-Agent DLNADOC/1.50 [21:18:52] [INF] [8] Emby.Dlna.Main.DlnaEntryPoint: Response Content: <?xml version="1.0" encoding="utf-8"?><s:Envelope s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode>s:Client</faultcode><faultstring>UPnPError</faultstring><detail><UPnPError xmlns="urn:schemas-upnp-org:control-1-0"><errorCode>716</errorCode><errorDescription>Resource not found</errorDescription></UPnPError></detail></s:Fault></s:Body></s:Envelope>

Not yet sure, what this should tell me.

@ulbi
Copy link

ulbi commented Oct 25, 2023

I think I'm getting there.
In my setup I set JELLYFIN_PublishedServerUrl to https://jellyfin.mydomain.com and the URI send to the TV in the DLNA method <m:SetAVTransportURI> is
https://jellyfin.mydomain.com/videos/779358eb-71f3-5e59-9961-999ce280f128/stream.mp4?DeviceProfileId=244cbaf0334b0bf43e28e9b80bf03968&DeviceId=7cf31510-f093-4776-ad64-d8663ffc0a0b&MediaSourceId=779358eb71f35e599961999ce280f128&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&StartTimeTicks=8612340000&Tag=b35357ee3ed777b9077667168a5403a8&dlnaheaders=true

This fails with 500 'internal server error'.

I don't set JELLYFIN_PublishedServerUrl anymore and the URI changes to:
http://192.168.178.19:8096/videos/779358eb-71f3-5e59-9961-999ce280f128/stream.mp4?DeviceProfileId=244cbaf0334b0bf43e28e9b80bf03968&DeviceId=7cf31510-f093-4776-ad64-d8663ffc0a0b&MediaSourceId=779358eb71f35e599961999ce280f128&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&StartTimeTicks=8612340000&Tag=b35357ee3ed777b9077667168a5403a8&dlnaheaders=true

After seeing this - I did test:

  1. https:// --> fails
  2. http://:8096 --> works
  3. http://:8096 --> works

Seems that with version 10.8 the way the streaming URL for DLNA gets build did change, since it worked before.
DLNA does not work with https per DLNA 1.x version, seems to be known. See #4599

So bottom line - I've changed the PublishedServerUrl to something with http and then it works!

@ulbi
Copy link

ulbi commented Oct 26, 2023

Checked a bit more and you may enable debugging and this will log the URL which is sent to the TV - e.g.:

2023-10-26T19:23:33.619122679Z [21:23:33] [DBG] [19] Emby.Dlna.Main.DlnaEntryPoint: [TV] UE48JU6050 - SetAvTransport Uri: https://sample.sampledomain.com/videos/779358eb-71f3-5e59-9961-999ce280f128/stream.mp4?DeviceProfileId=244cbaf0334b0bf43e28e9b80bf03968&amp;DeviceId=7cf31510-f093-4776-ad64-d8663ffc0a0b&amp;MediaSourceId=779358eb71f35e599961999ce280f128&amp;Static=true&amp;VideoCodec=h264&amp;AudioCodec=aac&amp;AudioStreamIndex=1&amp;Tag=b35357ee3ed777b9077667168a5403a8&amp;dlnaheaders=true DlnaHeaders: DLNA.ORG_PN=AVC_MP4_MP_SD_AAC_MULT5;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=21D00000000000000000000000000000

@kmacmcfarlane
Copy link

@ulbi how did you enable debug logging? I'm curious to help debug this, as I'm running into the same issue with jellyfin deployed via TrueCharts on TrueNas Scale.

@ulbi
Copy link

ulbi commented Jan 3, 2024

@kmacmcfarlane I used this: https://jellyfin.org/docs/general/administration/troubleshooting/#debug-logging - and like I mentioned beyond this, I did change the code and added some log statements because the error message was not clear enough to me. What are the URLs you are using? As mentioned at least for my TV, DLNA does not work with https

@saveli
Copy link

saveli commented Jan 28, 2024

I think I'm getting there. In my setup I set JELLYFIN_PublishedServerUrl to https://jellyfin.mydomain.com and the URI send to the TV in the DLNA method <m:SetAVTransportURI> is https://jellyfin.mydomain.com/videos/779358eb-71f3-5e59-9961-999ce280f128/stream.mp4?DeviceProfileId=244cbaf0334b0bf43e28e9b80bf03968&DeviceId=7cf31510-f093-4776-ad64-d8663ffc0a0b&MediaSourceId=779358eb71f35e599961999ce280f128&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&StartTimeTicks=8612340000&Tag=b35357ee3ed777b9077667168a5403a8&dlnaheaders=true

This fails with 500 'internal server error'.

I don't set JELLYFIN_PublishedServerUrl anymore and the URI changes to: http://192.168.178.19:8096/videos/779358eb-71f3-5e59-9961-999ce280f128/stream.mp4?DeviceProfileId=244cbaf0334b0bf43e28e9b80bf03968&DeviceId=7cf31510-f093-4776-ad64-d8663ffc0a0b&MediaSourceId=779358eb71f35e599961999ce280f128&Static=true&VideoCodec=h264&AudioCodec=aac&AudioStreamIndex=1&StartTimeTicks=8612340000&Tag=b35357ee3ed777b9077667168a5403a8&dlnaheaders=true

After seeing this - I did test:

1. https:// --> fails

2. http://:8096 --> works

3. http://:8096 --> works

Seems that with version 10.8 the way the streaming URL for DLNA gets build did change, since it worked before. DLNA does not work with https per DLNA 1.x version, seems to be known. See #4599

So bottom line - I've changed the PublishedServerUrl to something with http and then it works!

This can't be the sole reason, because I never changed a thing (i.e. SetAvTransport Uri: "http://192.168.178.49:8096/...) and it still does not work in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Insufficient Data
Development

No branches or pull requests