From 81b712aab00b1271c0db72cdacfb7feab8d3f38e Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Wed, 2 Mar 2022 06:45:45 +1100 Subject: [PATCH] dlna_dmr: Document ability to browse and play media (#21619) Co-authored-by: Franck Nijhof --- source/_integrations/dlna_dmr.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/dlna_dmr.markdown b/source/_integrations/dlna_dmr.markdown index d661872d7da..8ff01fdb589 100644 --- a/source/_integrations/dlna_dmr.markdown +++ b/source/_integrations/dlna_dmr.markdown @@ -49,3 +49,11 @@ DLNA devices can support a range of features. Depending on the device itself, th * `media_player.shuffle_set` * `media_player.repeat_set` * `media_player.select_sound_mode` + +## Playing media + +Most DLNA DMR devices can play media from local HTTP servers. For best results, use HTTP instead of HTTPS, and refer to the server using an IP address instead of a hostname, e.g. `http://192.168.1.1:8080/song.mp3`. + +### Media sources + +The DLNA Digital Media Renderer integration can browse any configured [Media Source](/integrations/media_source/). Displayed media will be filtered based on the capabilities of the DLNA DMR device.