mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
dlna_dmr: Document ability to browse and play media (#21619)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
55f94cfd09
commit
81b712aab0
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user