Skip to content

pablocpas/Jellyfin-DLNA-Server

 
 

Repository files navigation

DLNA Server as a plugin.

Designed for Jellyfin 10.8

  • Faster implementation.
  • UDP port restrictions.
  • SSDP packet tracing.
  • DLNA debug logging.
  • Permits custom DLNA server name.
  • Simplified dlna profile detection code.
  • Dlna server profile detection now uses dlna playto profiles (if available) to aid in dlna playback.
  • More relaxed SOAP response parsing.

Settings

EnableDebugLog

Enables dlna server message recording.

DefaultUserId

Defines the account to use.

AliveMessageIntervalSeconds

Sets the frequency at which SSDP alive notifications are transmitted.

DlnaServerName

Defines a custom name for the dlna server.

DefaultIconWidth

Sets the default icon width.

DefaultIconHeight

Sets the default icon height.

EnableMsMediaReceiverRegistrar

Enable/Disables the MSMediaReceiverRegistrar service is active.

BindAddresses

Defines the interface addresses which the DLNA server will bind to. If empty, all the interfaces defined in JF will be used.

About

Emby DLNA player for Jellyfin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.3%
  • HTML 3.7%