home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.94k stars 29.03k forks source link

Unable to use play_media with Yamaha DLNA #5653

Closed quadflight closed 7 years ago

quadflight commented 7 years ago

Home Assistant release (hass --version): 0.36.1

Python release (python3 --version): Python 3.5

Component/platform: media_player.yahama

Description of problem: Unable to play media using play_media

Tested the following

{
"entity_id": "media_player.yamaha_receiver_zone_2",
"media_content_id": "http://192.168.2.10:50002/m/NDLNA/610661.wav",
"media_content_type": "audio/wav"
}
{
"entity_id": "media_player.yamaha_receiver_zone_2",
"media_content_id": "http://192.168.2.10:50002/m/NDLNA/610661.wav",
"media_content_type": "music"
}
{
"entity_id": "media_player.yamaha_receiver_zone_2",
"media_content_id": "http://192.168.2.10:50002/m/NDLNA/610661.wav",
"media_content_type": "MUSIC"
}

Additional info: Select source, turn OFF/ON, change volume works fine.

balloobbot commented 7 years ago

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment :+1:

balloobbot commented 7 years ago

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍

abraunegg commented 6 years ago

It potentially appears that I am seeing this issue with trying to send TTS generated audio files to a Yamaha receiver - regardless of zone selected, the audio does not play

Ref: https://community.home-assistant.io/t/centos-7-minimal-install-docker-tts/25678/3

Experiencing this issue on:

Home Assistant version 0.51.2 (via docker image) Python 3.6.2 (via docker image)

Happy to test / debug further - let me know what you need.

Best regards,

Alex