• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Kubernetes playback error

     
    • 0 Vote(s) - 0 Average

    Kubernetes playback error

    Kubernetes Playback failed due to a fatal player error
    riso
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2025 May
    Reputation: 0
    Country:Czech Republic
    #1
    2025-05-17, 09:05 AM (This post was last modified: 2025-05-17, 09:30 AM by riso. Edited 2 times in total.)
    Hello, 

    Im getting error 
    Playback failed due to a fatal player error
    when trying to play movies jellyfin is running on kubernetes cluster.

    Spec:
    Helm chart
    jellyfin_version: 2.3.0
    Code:
        chart_name: "jellyfin"
        version: "{{ jellyfin_version }}"
        repo: "https://jellyfin.github.io/jellyfin-helm"
        namespace: "arr"

    Helm chart values
    Code:
    jellyfin:
      ingress:
        enabled: true
        className: traefik
        annotations:
          traefik.ingress.kubernetes.io/router.entrypoints: websecure
          traefik.ingress.kubernetes.io/router.middlewares: default-default-headers@kubernetescrd
        hosts:
          - host: jellyfin.{{ domain }}
            paths:
              - path: /
                pathType: Prefix
        tls:
          - hosts:
              - jellyfin.{{ domain }}

      podSecurityContext:
        fsGroup: 0
     
      securityContext:
        runAsUser: 0
        runAsGroup: 0
     

      persistence:
        config:
          enabled: true
          mountPath: /config
          storageClass: longhorn
          accessMode: ReadWriteOnce
          size: 1Gi
        media:
          enabled: true
          type: pvc
          mountPath: /downloads
          existingClaim: qbittorrent-data


      containers:
        - name: jellyfin
          image: docker.io/jellyfin/jellyfin:10.10.6

    Node spec running jellyfin pod
     AMD 5300U/16GB RAM/
    Kubelet version
    v1.32.3+rke2r1

    root@master-01Confused-face# lspci -nn | grep -Ei "3d|display|vga"
    04:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Lucienne [1002:164c] (rev c3)
    root@master-01Confused-face# lshw -C display
    USB
      *-display
          description: VGA compatible controller
          product: Lucienne
          vendor: Advanced Micro Devices, Inc. [AMD/ATI]
          physical id: 0
          bus info: pci@0000:04:00.0
          version: c3
          width: 64 bits
          clock: 33MHz
          capabilities: pm pciexpress msi msix vga_controller bus_master cap_list
          configuration: driver=amdgpu latency=0
          resources: irq:41 memory:d0000000-dfffffff memory:e0000000-e01fffff ioport:d000(size=256) memory:fcc00000-fcc7ffff

    root@jellyfin-d549d6876-bhxg2Confused-facejellyfin# /usr/lib/jellyfin-ffmpeg/ffmpeg
    ffmpeg version 7.0.2-Jellyfin Copyright © 2000-2024 the FFmpeg developers
      built with gcc 12 (Debian 12.2.0-14)
      configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto=auto --enable-gpl --enable-v
    ersion3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libharfbuzz --enable-libbluray --enable-libm
    p3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --e
    nable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
      libavutil      59.  8.100 / 59.  8.100
      libavcodec    61.  3.100 / 61.  3.100
      libavformat    61.  1.100 / 61.  1.100
      libavdevice    61.  1.100 / 61.  1.100
      libavfilter    10.  1.100 / 10.  1.100
      libswscale      8.  1.100 /  8.  1.100
      libswresample  5.  1.100 /  5.  1.100
      libpostproc    58.  1.100 / 58.  1.100
    Universal media converter
    usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

    Use -h to get full help or, even better, run 'man ffmpeg'
    root@jellyfin-d549d6876-bhxg2Confused-facejellyfin#
    Logs

    Jellyfin pod log

    Code:
    [2025-05-17 08:44:57.053 +00:00] [INF] [1] Main: Program data path: "/config"
    [2025-05-17 08:44:57.053 +00:00] [INF] [1] Main: Log directory path: "/config/log"
    [2025-05-17 08:44:57.053 +00:00] [INF] [1] Main: Config directory path: "/config/config"
    [2025-05-17 08:44:57.054 +00:00] [INF] [1] Main: Cache path: "/cache"
    [2025-05-17 08:44:57.054 +00:00] [INF] [1] Main: Temp directory path: "/tmp/jellyfin"
    [2025-05-17 08:44:57.054 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web"
    [2025-05-17 08:44:57.054 +00:00] [INF] [1] Main: Application directory: "/jellyfin/"
    [2025-05-17 08:44:57.296 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache"
    [2025-05-17 08:44:57.543 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
    [2025-05-17 08:44:57.675 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2025-05-17 08:44:57.675 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
    [2025-05-17 08:44:57.675 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
    [2025-05-17 08:44:57.677 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "10.42.0.185"]
    [2025-05-17 08:44:57.677 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
    [2025-05-17 08:44:57.677 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
    [2025-05-17 08:44:57.677 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
    [2025-05-17 08:45:18.023 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.10.6.0"
    [2025-05-17 08:45:18.024 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.10.6.0"
    [2025-05-17 08:45:18.024 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.10.6.0"
    [2025-05-17 08:45:18.087 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.10.6.0"
    [2025-05-17 08:45:18.087 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.10.6.0"
    [2025-05-17 08:45:18.430 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0"
    [2025-05-17 08:45:18.457 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {543c6996-982e-4d92-a79f-191ef56953c2} may be persisted to storage in unencrypted form.
    [2025-05-17 08:45:19.100 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable.
    [2025-05-17 08:45:19.212 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
    [2025-05-17 08:45:19.224 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2025-05-18 03:00:00.000 +00:00, which is 18:14:40.7754233 from now.
    [2025-05-17 08:45:19.228 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extract Chapter Images" set to fire at 2025-05-18 02:00:00.000 +00:00, which is 17:14:40.7718414 from now.
    [2025-05-17 08:45:19.601 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "7.0.2"
    [2025-05-17 08:45:19.720 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
    [2025-05-17 08:45:19.760 +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", "mp
    eg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
    [2025-05-17 08:45:19.782 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "
    libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
    [2025-05-17 08:45:19.806 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay
    _qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "trans
    pose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
    [2025-05-17 08:45:19.949 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
    [2025-05-17 08:45:22.294 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 0 seconds
    [2025-05-17 08:45:22.367 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean Transcode Directory" Completed after 0 minute(s) and 0 seconds
    [2025-05-17 08:45:22.966 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
    [2025-05-17 08:45:23.025 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "5ceb42cc99344805aa4aa3e83030e171"
    [2025-05-17 08:45:23.025 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
    [2025-05-17 08:45:23.026 +00:00] [INF] [1] Main: Startup complete 0:00:26.2597343
    [2025-05-17 08:45:24.151 +00:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Update Plugins" Completed after 0 minute(s) and 1 seconds
    [2025-05-17 08:46:12.491 +00:00] [INF] [16] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "10.42.2.239" request
    [2025-05-17 08:46:14.214 +00:00] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "10.42.2.239" closed
    [2025-05-17 08:46:15.648 +00:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "10.42.2.239" request
    [2025-05-17 08:46:20.994 +00:00] [INF] [20] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:22.230 +00:00] [INF] [20] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:23.136 +00:00] [INF] [10] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:24.865 +00:00] [INF] [18] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Captain America: Nový svět". Stopped at "0" ms
    [2025-05-17 08:46:27.388 +00:00] [INF] [20] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:28.203 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:29.064 +00:00] [INF] [18] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:30.277 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Nonnas.WEB-DL.CZ.5.1". Stopped at "0" ms
    [2025-05-17 08:46:33.000 +00:00] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:33.655 +00:00] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:34.516 +00:00] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:46:36.659 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "REVENANT Zmrtvýchvstání". Stopped at "0" ms
    [2025-05-17 08:46:43.887 +00:00] [INF] [17] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/movies"
    [2025-05-17 08:46:43.888 +00:00] [INF] [17] Emby.Server.Implementations.Library.LibraryManager: Validating media library
    [2025-05-17 08:46:44.276 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
    [2025-05-17 08:46:44.700 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/playlists" is inaccessible or empty, skipping
    [2025-05-17 08:46:55.959 +00:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Scan Media Library" Completed after 0 minute(s) and 12 seconds
    [2025-05-17 08:46:56.350 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/movies"
    [2025-05-17 08:47:11.404 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:47:12.035 +00:00] [INF] [8] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:47:12.506 +00:00] [INF] [8] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:47:15.565 +00:00] [INF] [18] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Captain America: Nový svět". Stopped at "0" ms
    [2025-05-17 08:47:42.958 +00:00] [INF] [15] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:47:43.767 +00:00] [INF] [22] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:47:44.255 +00:00] [INF] [11] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:47:44.837 +00:00] [INF] [22] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Captain America: Nový svět". Stopped at "0" ms
    [2025-05-17 08:50:00.351 +00:00] [INF] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
    [2025-05-17 08:50:00.351 +00:00] [INF] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
    [2025-05-17 08:50:00.353 +00:00] [INF] [25] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
    [2025-05-17 08:50:10.266 +00:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "10.42.2.239" request
    [2025-05-17 08:50:12.466 +00:00] [INF] [24] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "10.42.2.239" closed
    [2025-05-17 08:50:13.420 +00:00] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "10.42.2.239" request
    [2025-05-17 08:50:17.034 +00:00] [INF] [34] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:50:17.834 +00:00] [INF] [20] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:50:18.543 +00:00] [INF] [27] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:50:20.463 +00:00] [INF] [32] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Captain America: Nový svět". Stopped at "0" ms
    [2025-05-17 08:50:36.746 +00:00] [INF] [33] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:50:37.443 +00:00] [INF] [20] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:50:38.969 +00:00] [INF] [30] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:50:40.450 +00:00] [INF] [24] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Captain America: Nový svět". Stopped at "0" ms
    [2025-05-17 08:51:30.252 +00:00] [INF] [25] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:51:30.994 +00:00] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:51:31.553 +00:00] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:51:32.113 +00:00] [INF] [30] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Captain America: Nový svět". Stopped at "0" ms
    [2025-05-17 08:51:59.946 +00:00] [INF] [15] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:52:00.964 +00:00] [INF] [21] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:52:02.490 +00:00] [INF] [15] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "root". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
    [2025-05-17 08:52:03.247 +00:00] [INF] [28] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.10.6" playing "Captain America: Nový svět". Stopped at "0" ms
    [2025-05-17 08:54:51.919 +00:00] [INF] [25] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 2 inactive WebSockets.
    [2025-05-17 08:55:00.216 +00:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
    [2025-05-17 08:55:00.216 +00:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
    [2025-05-17 08:55:00.216 +00:00] [INF] [23] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
    [2025-05-17 08:58:39.919 +00:00] [INF] [17] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    [2025-05-17 09:00:00.309 +00:00] [INF] [42] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
    [2025-05-17 09:00:00.309 +00:00] [INF] [42] Jellyfin.Api.Auth.CustomAuthenticationHandler: "CustomAuthentication" was not authenticated. Failure message: "Invalid token."
    [2025-05-17 09:00:00.310 +00:00] [INF] [42] Jellyfin.Api.Auth.CustomAuthenticationHandler: AuthenticationScheme: "CustomAuthentication" was challenged.
    [2025-05-17 09:00:51.919 +00:00] [INF] [45] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode