vmichalak / sonos-controller

Java API for controlling SONOS players
MIT License
43 stars 9 forks source link

Stream music directly to device #27

Closed KilianB closed 6 years ago

KilianB commented 6 years ago

It would be great if we could directly stream music to the speaker. I currently do this by hosting a web server, pushing the file to a folder available on the network and supplying the correct URI to the speaker. This is a bit inconvenient and we should also be able to stream directly from our program to the speaker. Imitating a radio station by UDP or HTML streaming which can then be played back.

vmichalak commented 6 years ago

I think it's not the role of Sonos-Controller. Perhaps another lib could do this job on top of sonos-controller.