-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wireless Audio Receiver #179
Comments
If you are using the phatBEAT or phatDAC from pimoroni for this project, you can install easily Airplay to your Pi with a one-line installer of them. But this works only for Apple products. |
There is a "strech-fix" branch but if you want to use A2DP Bluetooth Streaming to RPI you will probably have to turn of WiFi since one of the new features of SSPARI is "Ability to disable Wifi on Bluetooth Connection. Needs to be enabled, but solves choppy bluetooth playback if no external wifi card is available." Which is pretty much what I heard while streaming Audio via Bluetooth. So my hope would be a Airplay/Cromecast solution. But up to now I could not find a working opensource airplay client or a chromecast server for the rpi. There is the Raspicast App but there is the client part proprietary. So streaming Audio from my Android Phone to me rpi with open source technology is hard... |
OK i also think a wireless audio receiver would be a nice addition to the Phoniebox. I tested upmpdcli recently in a VM on Debian buster together with mpd ( which is used in the Phoniebox project) and the YAACC app on android. That worked out of the box by :
Pros for that solution:
Cons for that solution:
What do you think? |
Security for me seems to be not an issue here. As mentioned in the following discussion and security notice links the security of the protocol is not the reason for security issues but the software implementation and configuration of firewalls (routers) and devices behind the firewall and malicious software behind the firewall that exploits uPnP are the reasons for the security discussions. https://security.stackexchange.com/questions/118918/is-upnp-still-insecure So far I think that if the Phoniebox is
Any other opinions? |
Another Bluetooth solution: https://sigmdel.ca/michel/ha/rpi/bluetooth_n_buster_01_en.html I hope I can try this soon. |
Tested and works. Needs to be automated which seems not straightforward. |
Read a lot regarding this and I need to note it somewhere.
From this buster explanation to the mentioned older post (https://sigmdel.ca/michel/ha/rpi/bluetooth_02_en.html#streaming) which is based on stretch but includes the complete blueALSA usage description (which is an important part) there is an automated guide linked at the very bottom: That seems already a good solution for Phoniebox, because it holds an automated setup for a recently tested (on buster, see my comment before) bluetooth solution and has automated pairing, but there is something even better (see below)! In the comments of the mentioned automated guide there is a link to an automated (and now: look at the issue title) Raspberry Pi Audio Receiver (https://github.com/nicokaiser/rpi-audio-receiver). Its description is:
The description does not mention Snapcast which is also included and which I also wanted to include in the phoniebox. I think having snapcast in here too would be a nice addition. I want to try this and try to get a pull request done with this when it works. |
There are recent news on https://github.com/BaReinhard/Super-Simple-Raspberry-Pi-Audio-Receiver-Install and I found a lot of forks that could also help. Wanted to leave these information here for the record. |
Another interesting hint in an issue BaReinhard/Super-Simple-Raspberry-Pi-Audio-Receiver-Install#159 (comment) at https://github.com/BaReinhard/Super-Simple-Raspberry-Pi-Audio-Receiver-Install |
I tried it (bluetooth streaming only - but this thing includes more, see #179 (comment)) yesterday, together with an existing Phoniebox installation and that works great. I am really happy. 😀 I can hook up the box to my phone on holidays when my kids don't need it and so on 🎉. And we've already used it for listening to music while playing football with the kids using bluetooth, but always manually paired through SSH. Now pairing is easy and straightforward. I would like to make some suggestions:
Acknowledged? |
Raspberry Pi Audio Receiver (https://github.com/nicokaiser/rpi-audio-receiver) still works with the Phoniebox current master branch, when the debian-10 branch of the Raspberry Pi Audio Receiver is used. Attention: The installer of the Raspberry Pi Audio Receiver will upgrade all packages. One might to remove that line from the installer. In case there is an error for a missing GPG key like this:
one can install the missing GPG key as mentioned in the install description of that repo. After installation a reboot might be necessary. |
|
BTW @topas-rec, if you want you can open this issue yourself. |
A wiki page regarding this topic was created. See |
Maybe that could be an integration project for the future:
https://github.com/BaReinhard/Super-Simple-Raspberry-Pi-Audio-Receiver-Install
Having this functionality in the phoniebox we could use it such as a tigerbox (https://tiger.media/tigerbox/).
The benefit is to easily stream music or radio plays from the mobile phone to the phoniebox. Especially on a trip that would be nice feature.
Drawback for now – currently it is not working on Stretch
The text was updated successfully, but these errors were encountered: