Amazon echo devices #530
Replies: 4 comments 1 reply
-
No, these are not UPnP or chromecast capable. |
Beta Was this translation helpful? Give feedback.
-
I am also looking to a way to sync with Amazon Echo devices using the unofficial Alexa API. Thank you for your really great tools ! |
Beta Was this translation helpful? Give feedback.
-
You will only be able to sync real AirPlay receivers. |
Beta Was this translation helpful? Give feedback.
-
You can use this https://github.com/philippe44/libraop, although the README only refers to it as an AirPlay server, there is an AirPlay client as well. I've reorganized all my code sometimes ago to make that modular and I use this library in all my applications. Now, you need to be confortable with C, unfortunately. I'd recommend starting from aircast or airupnp and stripping out "slowly" the upnp/chromecast parts. It's reasonanbly easy to do as the two "domains" are very separated. There is a main thread that do the upnp/cc search and for each one discovered spins an AirPlay instance. You could start from airupnp/aircast.c and remove calls to upnp/cc function and compile it, step by step. At one point, you'll be able to remove the upnp/cc libraries themselves and you'll be close to your goal. Now, if you want to use it as an external library, ala Python or JS, this is not the right system. |
Beta Was this translation helpful? Give feedback.
-
Does this work for Amazon Echo devices? Dot, etc.
Beta Was this translation helpful? Give feedback.
All reactions