matbee-eth / chromecast-audio-stream

Stream your Windows PC's audio to the Chromecast
MIT License
956 stars 77 forks source link

Can we receive data on an RPi instead of chromecast ? #62

Open SainiVinod opened 8 years ago

SainiVinod commented 8 years ago

This is less of an issue, and more of a question, I am trying to make a RPi based such server, where I can receive audio. Can we use this to receive data on an RPi 2 or 3. Thank you.

matbee-eth commented 8 years ago

Yeah, it's possible, but a custom implementation. I have a couple PiZero's and thought about implementing it there, too. Are you already running a UPNP/DLNA server?

mcprat commented 8 years ago

First of all, you must have something running on the PI. BubbleUPnP Server detects Chromecast and other things and can turn it into a DLNA Renderer but it depends on what software runs on it (not necessary if its already running as a client). After that, casting to it is easy, but maybe not with this program. A better example program for DLNA would be SWYH.

Heres a guide I found for the first and most difficult part of it. http://www.instructables.com/id/Raspberry-Pi-DLNA-serverrenderer/