You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

DLNA is a set of protocols that enables networked devices to share digital media, including videos, photos, and music. Central to the operation of DLNA is the UPnP (Universal Plug and Play) architecture, which facilitates the discovery and control of network devices.

DLNA and UPnP work in tandem to provide a seamless media sharing experience. UPnP supports device discovery and control on the network through protocols like the Simple Service Discovery Protocol (SSDP) and others such as SOAP (Simple Object Access Protocol) for control messages and XML for device and service descriptions. In the context of DLNA, UPnP serves as the foundation, allowing various devices like TVs, computers, and mobile devices to connect and share media content efficiently.

In RouterOS, enable the media server and share movies or music with your household media devices, such as TVs or player apps in your PC, such as the popular VLC. 

Media (DLNA) is not supported on SMIPS devices


Server settings

PropertyDescription
allowed-hostnameTo restrict access to specific hostnames.
allowed-ipTo limit access to specified IP addresses
friendly-nameThe name that will be displayed for the DLNA server on the network.
interfaceSpecifies the network interface that the DLNA server will use
pathThe file path where the media content is stored and will be served from.

Configuration examples

To create/enable DLNA server

/ip media add friendly-name=Mikrotik interface=bridge1 path=usb1

To create/enable multiple DLNA servers with limitations. Usage example - Limit KIDs TV acces only to media/kids 

/ip media add friendly-name=adults interface=bridge1 path=usb1/adults allowed-hostname=ADULTS_TV
/ip media add friendly-name=kids interface=bridge1 path=usb1/kids allowed-hostname=KIDS_TV




  • No labels