Skip to content

[BUG] Bundled ffmpeg cannot find libav libraries - breaks GPU operations #106

@ohshitgorillas

Description

@ohshitgorillas

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The bundled ffmpeg binary at /app/emby/bin/ffmpeg cannot locate its own libraries, causing GPU hardware acceleration to become unstable.

Running docker exec emby ldd /app/emby/bin/ffmpeg | grep "not found" shows:

	libavdevice.so.59 => not found
	libavfilter.so.8 => not found
	libavformat.so.59 => not found
	libavcodec.so.59 => not found
	libpostproc.so.56 => not found
	libswresample.so.4 => not found
	libswscale.so.6 => not found
	libavutil.so.57 => not found

Attempting to run ffmpeg directly produces:

docker exec emby /app/emby/bin/ffmpeg -version
/app/emby/bin/ffmpeg: error while loading shared libraries: libavdevice.so.59: cannot open shared object file: No such file or directory

The libraries exist in /app/emby/lib/ and /app/emby/extra/lib/ but are not in the dynamic linker's search path.

Workaround:

Add LD_LIBRARY_PATH=/app/emby/lib:/app/emby/extra/lib to container environment.

This workaround yields no results for the above "not found" search and the following when trying to execute ffmpeg:

ffmpeg version 5.1-emby_2023_06_25_p4 Copyright (c) 2000-2022 the FFmpeg developers and softworkz for Emby LLC
built with gcc 10.3.0 (crosstool-NG 1.25.0)
configuration: --cc=x86_64-emby-linux-gnu-gcc --prefix=/home/embybuilder/Buildbot/x64/ffmpeg-x64/staging --disable-alsa --disable-doc --disable-ffplay --disable-gnutls --disable-libpulse --disable-librtmp --disable-libxcb --disable-openssl --disable-vdpau --disable-vulkan --disable-xlib --enable-chromaprint --enable-fontconfig --enable-gpl --enable-iconv --enable-libaribb24 --enable-libass --enable-libdav1d --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libzvbi --enable-mbedtls --enable-pic --enable-version3 --enable-libtesseract --enable-cuda-llvm --enable-cuvid --enable-libdrm --enable-libmfx --enable-nvdec --enable-nvenc --enable-vaapi --enable-opencl --enable-cross-compile --cross-prefix=x86_64-emby-linux-gnu- --arch=x86_64 --target-os=linux --enable-shared --disable-static --pkg-config=pkg-config --pkg-config-flags=--static --extra-libs='-ldl -lm -lstdc++ -lsharpyuv -pthread' --disable-debug
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
EXIT

Expected Behavior

ffmpeg should execute without library errors and Emby should be able to use hardware acceleration without requiring manual library path configuration.

Steps To Reproduce

  1. Deploy container with GPU support using docker-compose (see below)
  2. Run: docker exec emby ldd /app/emby/bin/ffmpeg | grep "not found"
  3. Run: docker exec emby /app/emby/bin/ffmpeg -version
  4. Observe the errors

Environment

OS: Ubuntu Server 24.04 (noble)
How docker service was installed: via `apt` through the Docker CE repo


docker-ce/noble 5:28.5.1-1~ubuntu.24.04~noble amd64
docker-compose 1.29.2-6ubuntu1

CPU architecture

x86-64

Docker creation

services:
  emby:
    image: linuxserver/emby:latest
    container_name: emby
    network_mode: host
    runtime: nvidia
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=America/Los_Angeles
      - NVIDIA_VISIBLE_DEVICES=all
    volumes:
      - ./config:/config
      - /srv/media/music:/music
      - /srv/media/tv:/tv
      - /srv/media/movies:/movies
    deploy:
      resources:
        reservations:
          devices:
            - driver: nvidia
              count: all
              capabilities: [gpu, video, compute, utility]
    restart: unless-stopped

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 4.9.1.80-ls256
Build-date: 2025-10-02T21:27:30+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
Info Main: Application path: /app/emby/system/EmbyServer.dll
Info NetworkManager: Adding event handler for NetworkChange.NetworkAddressChanged
Info App: Setting default culture to en-US
Info Main: Emby Server 4.9.1.80
	Command line: /app/emby/system/EmbyServer.dll -programdata /config -ffdetect /app/emby/bin/ffdetect -ffmpeg /app/emby/bin/ffmpeg -ffprobe /app/emby/bin/ffprobe -restartexitcode 3
	Operating system: Linux version 6.8.0-85-generic (buildd@lcy02-amd64-106) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubunt
	OS/Process: x64/x64
	Framework: .NET 8.0.11
	Runtime: app/emby/system/System.Private.CoreLib.dll
	Processor count: 12
	Data path: /config
	Application path: /app/emby/system
Info Main: Logs path: /config/logs
Info Main: Cache path: /config/cache
Info Main: Internal metadata path: /config/metadata
Info Main: DefaultThreadCurrentCulture: en-US
Info Main: DefaultThreadCurrentUICulture: en-US
Info Main: DefaultThreadCurrentUICulture: en-US
Info Main: Server Friendly Name: ‌obsidiana‌
Info Main: Local time: 10/16/2025 12:41:41 -07:00
Info App: Emby Server Version: 4.9.1.80
Info App: Loading assemblies
Info App: File /config/plugins/NfoMetadata.dll has version 1.0.85.0
Info App: File /app/emby/system/plugins/NfoMetadata.dll has version 1.0.85.0
Info App: File /config/plugins/Emby.M3UTuner.dll has version 1.0.41.0
Info App: File /app/emby/system/plugins/Emby.M3UTuner.dll has version 1.0.41.0
Info App: File /config/plugins/MusicBrainz.dll has version 1.0.27.0
Info App: File /app/emby/system/plugins/MusicBrainz.dll has version 1.0.27.0
Info App: File /config/plugins/Emby.Dlna.dll has version 1.5.3.0
Info App: File /app/emby/system/plugins/Emby.Dlna.dll has version 1.5.3.0
Info App: File /config/plugins/StudioImages.dll has version 1.0.3.0
Info App: File /app/emby/system/plugins/StudioImages.dll has version 1.0.3.0
Info App: File /config/plugins/MovieDb.dll has version 1.8.6.0
Info App: File /app/emby/system/plugins/MovieDb.dll has version 1.8.5.0
Info App: File /config/plugins/Emby.Webhooks.dll has version 1.0.37.0
Info App: File /app/emby/system/plugins/Emby.Webhooks.dll has version 1.0.37.0
Info App: File /config/plugins/BlurayMounter.dll has version 1.0.3.0
Info App: File /app/emby/system/plugins/BlurayMounter.dll has version 1.0.3.0
Info App: File /config/plugins/Emby.Server.CinemaMode.dll has version 1.0.49.0
Info App: File /app/emby/system/plugins/Emby.Server.CinemaMode.dll has version 1.0.49.0
Info App: File /config/plugins/AudioDb.dll has version 1.0.20.0
Info App: File /app/emby/system/plugins/AudioDb.dll has version 1.0.20.0
Info App: File /config/plugins/MBBackup.dll has version 1.8.2.0
Info App: File /app/emby/system/plugins/MBBackup.dll has version 1.8.1.0
Info App: File /config/plugins/Tvdb.dll has version 1.6.2.0
Info App: File /app/emby/system/plugins/Tvdb.dll has version 1.6.2.0
Info App: File /config/plugins/Fanart.dll has version 1.0.16.0
Info App: File /app/emby/system/plugins/Fanart.dll has version 1.0.16.0
Info App: File /config/plugins/Emby.XmlTV.dll has version 1.2.1.0
Info App: File /app/emby/system/plugins/Emby.XmlTV.dll has version 1.2.1.0
Info App: File /config/plugins/OpenSubtitles.dll has version 1.0.66.0
Info App: File /app/emby/system/plugins/OpenSubtitles.dll has version 1.0.65.0
Info App: File /config/plugins/EmbyGuideData.dll has version 1.0.20.0
Info App: File /app/emby/system/plugins/EmbyGuideData.dll has version 1.0.19.0
Info App: File /config/plugins/OMDb.dll has version 1.0.22.0
Info App: File /app/emby/system/plugins/OMDb.dll has version 1.0.22.0
Info App: File /config/plugins/Emby.PortMapper.dll has version 1.3.0.0
Info App: File /app/emby/system/plugins/Emby.PortMapper.dll has version 1.3.0.0
Info App: File /config/plugins/DvdMounter.dll has version 1.0.1.0
Info App: File /app/emby/system/plugins/DvdMounter.dll has version 1.0.1.0
Info App: Loading Emby.Api, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Web, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading MediaBrowser.Model, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading MediaBrowser.Common, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading MediaBrowser.Controller, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Providers, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Photos, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Server.Implementations, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.LiveTV, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.ActivityLog, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Server.MediaEncoding, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.LocalMetadata, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Notifications, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Web.GenericUI, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Codecs.Dxva, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Codecs, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Server.Connect, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading Emby.Server.Sync, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading EmbyServer, Version=4.9.1.80, Culture=neutral, PublicKeyToken=null
Info App: Loading NfoMetadata, Version=1.0.85.0, Culture=neutral, PublicKeyToken=null from /config/plugins/NfoMetadata.dll
Info App: Loading Emby.M3UTuner, Version=1.0.41.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.M3UTuner.dll
Info App: Loading MusicBrainz, Version=1.0.27.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MusicBrainz.dll
Info App: Loading Emby.Dlna, Version=1.5.3.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Dlna.dll
Info App: Loading StudioImages, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null from /config/plugins/StudioImages.dll
Info App: Loading MovieDb, Version=1.8.6.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MovieDb.dll
Info App: Loading Emby.Webhooks, Version=1.0.37.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Webhooks.dll
Info App: Loading BlurayMounter, Version=1.0.3.0, Culture=neutral, PublicKeyToken=null from /config/plugins/BlurayMounter.dll
Info App: Loading Emby.Server.CinemaMode, Version=1.0.49.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Server.CinemaMode.dll
Info App: Loading AudioDb, Version=1.0.20.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AudioDb.dll
Info App: Loading MBBackup, Version=1.8.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MBBackup.dll
Info App: Loading Tvdb, Version=1.6.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Tvdb.dll
Info App: Loading Fanart, Version=1.0.16.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Fanart.dll
Info App: Loading Emby.XmlTV, Version=1.2.1.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.XmlTV.dll
Info App: Loading OpenSubtitles, Version=1.0.66.0, Culture=neutral, PublicKeyToken=null from /config/plugins/OpenSubtitles.dll
Info App: Loading EmbyGuideData, Version=1.0.20.0, Culture=neutral, PublicKeyToken=null from /config/plugins/EmbyGuideData.dll
Info App: Loading OMDb, Version=1.0.22.0, Culture=neutral, PublicKeyToken=null from /config/plugins/OMDb.dll
Info App: Loading Emby.PortMapper, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.PortMapper.dll
Info App: Loading DvdMounter, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null from /config/plugins/DvdMounter.dll
Info SqliteUserRepository: Initializing PooledDatabaseConnectionManager with pool size: 3
Info SqliteUserRepository: Sqlite version: 3.49.2
Info SqliteUserRepository: Sqlite compiler options: ATOMIC_INTRINSICS=1,COMPILER=gcc-10.3.0,DEFAULT_AUTOVACUUM,DEFAULT_CACHE_SIZE=-2000,DEFAULT_FILE_FORMAT=4,DEFAULT_JOURNAL_SIZE_LIMIT=-1,DEFAULT_MMAP_SIZE=0,DEFAULT_PAGE_SIZE=4096,DEFAULT_PCACHE_INITSZ=20,DEFAULT_RECURSIVE_TRIGGERS,DEFAULT_SECTOR_SIZE=4096,DEFAULT_SYNCHRONOUS=2,DEFAULT_WAL_AUTOCHECKPOINT=1000,DEFAULT_WAL_SYNCHRONOUS=2,DEFAULT_WORKER_THREADS=0,DIRECT_OVERFLOW_READ,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_MATH_FUNCTIONS,ENABLE_PREUPDATE_HOOK,ENABLE_SESSION,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MALLOC_SOFT_LIMIT=1024,MAX_ATTACHED=10,MAX_COLUMN=2000,MAX_COMPOUND_SELECT=500,MAX_DEFAULT_PAGE_SIZE=8192,MAX_EXPR_DEPTH=1000,MAX_FUNCTION_ARG=1000,MAX_LENGTH=1000000000,MAX_LIKE_PATTERN_LENGTH=50000,MAX_MMAP_SIZE=0x7fff0000,MAX_PAGE_COUNT=0xfffffffe,MAX_PAGE_SIZE=65536,MAX_SCHEMA_RETRY=25,MAX_SQL_LENGTH=1000000000,MAX_TRIGGER_DEPTH=1000,MAX_VARIABLE_NUMBER=250000,MAX_VDBE_OP=250000000,MAX_WORKER_THREADS=8,MUTEX_PTHREADS,OMIT_LOOKASIDE,OMIT_SHARED_CACHE,SYSTEM_MALLOC,TEMP_STORE=1,THREADSAFE=1
Info SqliteUserRepository: Sqlite ThreadSafe: 1
Info SqliteUserRepository: Sqlite ThreadingMode: MultiThreaded
Info SqliteUserRepository: Opening sqlite connection to /config/data/users.db. isReadOnly: False
Info SqliteUserRepository: Default journal_mode for /config/data/users.db is wal
Info SqliteUserRepository: PRAGMA cache_size=-65536
Info SqliteUserRepository: PRAGMA page_size=4096
Info SqliteUserRepository: PRAGMA foreign_keys=1
Info SqliteUserRepository: PRAGMA SECURE_DELETE=0
Info SqliteUserRepository: Result of setting SQLITE_DBCONFIG_DQS_DDL to 0 is 0
Info SqliteUserRepository: Result of setting SQLITE_DBCONFIG_DQS_DML to 0 is 0
Info SqliteItemRepository: Initializing PooledDatabaseConnectionManager with pool size: 5
Info AuthenticationRepository: Initializing PooledDatabaseConnectionManager with pool size: 5
Info ActivityRepository: Initializing PooledDatabaseConnectionManager with pool size: 3
Info ActivityRepository: Opening sqlite connection to /config/data/activitylog.db. isReadOnly: False
Info ActivityRepository: Default journal_mode for /config/data/activitylog.db is wal
Info ActivityRepository: PRAGMA cache_size=-65536
Info ActivityRepository: PRAGMA page_size=4096
Info ActivityRepository: PRAGMA foreign_keys=1
Info ActivityRepository: PRAGMA SECURE_DELETE=0
Info ActivityRepository: Result of setting SQLITE_DBCONFIG_DQS_DDL to 0 is 0
Info ActivityRepository: Result of setting SQLITE_DBCONFIG_DQS_DML to 0 is 0
Info NetworkManager: Detecting local network addresses
Info NetworkManager: networkInterface: Ethernet enp3s0, Speed: 2500000000, Description: enp3s0
<...network manager logs redacted for privacy...>
Info App: Adding HttpListener prefix http://+:8096/
Info AuthenticationRepository: Opening sqlite connection to /config/data/authentication.db. isReadOnly: False
Info AuthenticationRepository: Default journal_mode for /config/data/authentication.db is wal
Info AuthenticationRepository: PRAGMA cache_size=-65536
Info AuthenticationRepository: PRAGMA page_size=4096
Info AuthenticationRepository: PRAGMA foreign_keys=1
Info AuthenticationRepository: PRAGMA SECURE_DELETE=0
Info AuthenticationRepository: Result of setting SQLITE_DBCONFIG_DQS_DDL to 0 is 0
Info AuthenticationRepository: Result of setting SQLITE_DBCONFIG_DQS_DML to 0 is 0
Info SqliteItemRepository: Opening sqlite connection to /config/data/library.db. isReadOnly: False
Info SqliteItemRepository: Default journal_mode for /config/data/library.db is wal
Info SqliteItemRepository: PRAGMA cache_size=-131072
Info SqliteItemRepository: PRAGMA page_size=4096
Info SqliteItemRepository: PRAGMA foreign_keys=1
Info SqliteItemRepository: PRAGMA SECURE_DELETE=0
Info SqliteItemRepository: Result of setting SQLITE_DBCONFIG_DQS_DDL to 0 is 0
Info SqliteItemRepository: Result of setting SQLITE_DBCONFIG_DQS_DML to 0 is 0
Info SqliteItemRepository: Init Complete
Info SqliteItemRepository: Opening sqlite connection to /config/data/library.db. isReadOnly: True
Info SqliteItemRepository: PRAGMA cache_size=-131072
Info SqliteItemRepository: PRAGMA page_size=4096
Info SqliteItemRepository: PRAGMA foreign_keys=1
Info SqliteItemRepository: PRAGMA SECURE_DELETE=0
Info SqliteItemRepository: Result of setting SQLITE_DBCONFIG_DQS_DDL to 0 is 0
Info SqliteItemRepository: Result of setting SQLITE_DBCONFIG_DQS_DML to 0 is 0
Info SqliteUserRepository: Opening sqlite connection to /config/data/users.db. isReadOnly: True
Info SqliteUserRepository: PRAGMA cache_size=-65536
Info SqliteUserRepository: PRAGMA page_size=4096
Info SqliteUserRepository: PRAGMA foreign_keys=1
Info SqliteUserRepository: PRAGMA SECURE_DELETE=0
Info SqliteUserRepository: Result of setting SQLITE_DBCONFIG_DQS_DDL to 0 is 0
Info SqliteUserRepository: Result of setting SQLITE_DBCONFIG_DQS_DML to 0 is 0
Info App: Emby Server 4.9.1.80
	Command line: /app/emby/system/EmbyServer.dll -programdata /config -ffdetect /app/emby/bin/ffdetect -ffmpeg /app/emby/bin/ffmpeg -ffprobe /app/emby/bin/ffprobe -restartexitcode 3
	Operating system: Linux version 6.8.0-85-generic (buildd@lcy02-amd64-106) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, GNU ld (GNU Binutils for Ubunt
	OS/Process: x64/x64
	Framework: .NET 8.0.11
	Runtime: app/emby/system/System.Private.CoreLib.dll
	Processor count: 12
	Data path: /config
	Application path: /app/emby/system
Info App: Logs path: /config/logs
Info App: Cache path: /config/cache
Info App: Internal metadata path: /config/metadata
Info App: Transcoding temporary files path: /config/transcoding-temp
Info App: DefaultThreadCurrentCulture: en-US
Info App: DefaultThreadCurrentUICulture: en-US
Info App: DefaultThreadCurrentUICulture: en-US
Info App: Server Friendly Name: ‌obsidiana‌
Info App: Local time: 10/16/2025 12:41:41 -07:00
Info FfmpegManager: FFMpeg: /app/emby/bin/ffmpeg
Info FfmpegManager: FFProbe: /app/emby/bin/ffprobe
Info FfmpegManager: FFDetect: /app/emby/bin/ffdetect
Info Skia: SkiaSharp version: 2.88.0.0
Info libvips: NetVips version: 3.0.0.0
Info ImageProcessor: Adding image processor Skia
Info ImageProcessor: Adding image processor libvips
Connection to localhost (127.0.0.1) 8096 port [tcp/*] succeeded!
[ls.io-init] done.
Info TaskManager: Daily trigger for Video preview thumbnail extraction set to fire at 10/17/2025 02:00:00, which is 798.3007772316666 minutes from now.
Info TaskManager: Daily trigger for Rotate log file set to fire at 10/17/2025 00:00:00, which is 678.3003863983333 minutes from now.
Info TaskManager: Queueing task HardwareDetectionScheduledTask
Info TaskManager: Executing Hardware Detection
Info TaskManager: Daily trigger for Emby Server Backup set to fire at 10/17/2025 00:10:00, which is 688.3003029633334 minutes from now.
Info App: ServerId: 10fb02c0d5cb4c439a3d4b4c984e9476
Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Execute: /app/emby/bin/ffmpeg -hide_banner -version
Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Process exited with code 0
Info FfmpegManager: FfmpegValidator.Validate complete
Info App: Starting entry point Emby.Server.Implementations.Networking.RemoteAddressEntryPoint
Info App: Loading data from /config/data/wan.dat
Info App: Entry point completed: Emby.Server.Implementations.Networking.RemoteAddressEntryPoint. Duration: 0.0010361 seconds
Info App: Starting entry point Emby.Server.Connect.ConnectEntryPoint
Info App: Loading data from /config/data/connect.txt
Info App: Entry point completed: Emby.Server.Connect.ConnectEntryPoint. Duration: 0.0008507 seconds
Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint
Info DLNA: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1
Info App: Entry point completed: Emby.Dlna.Main.DlnaEntryPoint. Duration: 0.0300936 seconds
Info App: Core startup complete
Info App: Starting entry point Emby.Server.Implementations.Udp.UdpServerEntryPoint
Info App: Entry point completed: Emby.Server.Implementations.Udp.UdpServerEntryPoint. Duration: 0.0005685 seconds
Info App: Starting entry point Emby.Server.Implementations.Playlists.PlaylistUpgradeEntryPoint
Info App: Entry point completed: Emby.Server.Implementations.Playlists.PlaylistUpgradeEntryPoint. Duration: 0.00057 seconds
Info App: Starting entry point Emby.Server.Implementations.Library.DeviceAccessEntryPoint
Info App: Entry point completed: Emby.Server.Implementations.Library.DeviceAccessEntryPoint. Duration: 0.0001269 seconds
Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
Info SoftwareCodecProvider: h264, libx264, x264, V-E-libx264
Info SoftwareCodecProvider: hevc, libx265, x265, V-E-libx265
Info SoftwareCodecProvider: mpeg4, mpeg4, MPEG-4 part 2, V-E-mpeg4
Info SoftwareCodecProvider: msmpeg4v3, msmpeg4, MPEG-4 part 2 (MS Variant 3), V-E-msmpeg4
Info SoftwareCodecProvider: vp8, libvpx, libvpx VP8, V-E-libvpx
Info SoftwareCodecProvider: av1, libaom-av1, libaom-av1, V-E-libaom_av1
Info SoftwareCodecProvider: h264, libx264, x264, V-E-libx264
Info SoftwareCodecProvider: hevc, libx265, x265, V-E-libx265
Info SoftwareCodecProvider: mpeg4, mpeg4, MPEG-4 part 2, V-E-mpeg4
Info SoftwareCodecProvider: msmpeg4v3, msmpeg4, MPEG-4 part 2 (MS Variant 3), V-E-msmpeg4
Info SoftwareCodecProvider: vp8, libvpx, libvpx VP8, V-E-libvpx
Info SoftwareCodecProvider: av1, libaom-av1, libaom-av1, V-E-libaom_av1
Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.0153845 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0001848 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 8.25E-05 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0003785 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LogLibrariesEntryPoint
Info LibraryMonitor: Watching directory with new FileSystemWatcher for /movies for item 4
Info App: Libraries
	Server Configuration: CollapseVideoFolders: False
	Library:  Movies, id: 3, CollectionType: movies, CollapseSingleItemFolders: False
	Configured paths: /movies
	Library Folder: movies, id: 4: path: /movies
	Library:  Music, id: 5, CollectionType: music, CollapseSingleItemFolders: False
	Configured paths: /music
	Library Folder: music, id: 6: path: /music
	Library:  TV, id: 7, CollectionType: tvshows, CollapseSingleItemFolders: False
	Configured paths: /tv
	Library Folder: tv, id: 8: path: /tv
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LogLibrariesEntryPoint. Duration: 0.0008343 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0007732 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.0001223 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.0001417 seconds
Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.0001188 seconds
Info App: Starting entry point Emby.Server.Implementations.Channels.ChannelsEntryPoint
Info App: Entry point completed: Emby.Server.Implementations.Channels.ChannelsEntryPoint. Duration: 0.0010478 seconds
Info App: Starting entry point Emby.LiveTV.EntryPoint
Info VaapiCodecProvider: ProcessRun 'ffdetect_vaencdec' Execute: /app/emby/bin/ffdetect -hide_banner -show_program_version -loglevel 48 -show_error -show_log 40 vaencdec -print_format json
Info LiveTV: Loading live tv data from /config/data/livetv/timers
Info App: Entry point completed: Emby.LiveTV.EntryPoint. Duration: 0.0011473 seconds
Info App: Starting entry point Emby.LiveTV.RecordingNotifier
Info App: Entry point completed: Emby.LiveTV.RecordingNotifier. Duration: 0.0006536 seconds
Info App: Starting entry point Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint
Info App: Entry point completed: Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint. Duration: 0.0003426 seconds
Info App: Starting entry point Emby.Notifications.NotificationManagerEntryPoint
Info Notifications: Registering event nofitier Activity Log
Info Notifications: Registering event nofitier Emby Server User Notifications
Info Notifications: Registering event factory CoreNotificationTypeFactory
Info Notifications: Registering event factory BackupNotificationTypeFactory
Info VaapiCodecProvider: ProcessRun 'ffdetect_vaencdec' Process exited with code 0
Info App: Entry point completed: Emby.Notifications.NotificationManagerEntryPoint. Duration: 0.0095295 seconds
Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0005064 seconds
Info App: Starting entry point EmbyServer.Windows.LoopUtilEntryPoint
Info App: Entry point completed: EmbyServer.Windows.LoopUtilEntryPoint. Duration: 4.01E-05 seconds
Info App: Starting entry point NfoMetadata.EntryPoint
Info App: Entry point completed: NfoMetadata.EntryPoint. Duration: 5.84E-05 seconds
Info App: Starting entry point MovieDb.Security.PluginStartup
Info App: Entry point completed: MovieDb.Security.PluginStartup. Duration: 0.0003596 seconds
Info App: Starting entry point Emby.Security.PluginSecurityManager
Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 2.68E-05 seconds
Info App: Starting entry point Emby.Server.CinemaMode.IntrosEntryPoint
Info App: Entry point completed: Emby.Server.CinemaMode.IntrosEntryPoint. Duration: 5.32E-05 seconds
Info App: Starting entry point MBBackup.ServerEntryPoint
Info App: Entry point completed: MBBackup.ServerEntryPoint. Duration: 2.21E-05 seconds
Info App: Starting entry point Tvdb.EntryPoint
Info App: Entry point completed: Tvdb.EntryPoint. Duration: 1.91E-05 seconds
Info App: Starting entry point Emby.PortMapper.ExternalPortForwarding
Info App: Entry point completed: Emby.PortMapper.ExternalPortForwarding. Duration: 0.0003111 seconds
Info App: All entry points have started

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions