dlna_dmr: Document ability to browse and play media (#21619)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Michael Chisholm 2022-03-02 06:45:45 +11:00 committed by GitHub
parent 55f94cfd09
commit 81b712aab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,3 +49,11 @@ DLNA devices can support a range of features. Depending on the device itself, th
* `media_player.shuffle_set` * `media_player.shuffle_set`
* `media_player.repeat_set` * `media_player.repeat_set`
* `media_player.select_sound_mode` * `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.