DLNA Digital Media Renderer
The dlna_dmr
platform allows you to control a DLNA Digital Media Renderer, such as DLNA enabled TVs or radios.
Please note that some devices, such as Samsung TVs, are rather picky about the source used to play from. The TTS service might not work in combination with these devices. If the play_media service does not work, please try playing from a DLNA/DMS (such as MiniDLNA).
Configuration
To add a DLNA DMR device to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
- platform: dlna_dmr
url: http://192.168.0.10:9197/description.xml
Configuration Variables
The URL to the device description XML file, e.g., http://192.168.0.10:9197/description.xml
.
IP to listen on for events from the device. Only set this when the IP is not detected properly.
Help us to improve our documentation
Suggest an edit to this page, or provide/view feedback for this page.
Suggest an edit to this page, or provide/view feedback for this page.