-
Notifications
You must be signed in to change notification settings - Fork 85
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
Play Audio with Chromium after Installation #35
Comments
The functionality should be available. Did you happen to install a desktop as well? If so I would look at what it says in the sound options. Also how are you playing sound? Sound Card, builtin, or soundcard hat? |
Yes on my Pi is Raspbian Jessie with Pixel installed. |
In the GUI of the desktop, there should be some sound configuration in the dropdown at the top left corner. I don't remember exactly where its located as I don't usually use the GUI with the Raspberry Pi. What you can try doing in the terminal is list the sound cards available,
http://raspi.tv/wp-content/uploads/2016/10/raspi-config-300x295.png But instead click on audio device settings and see what the default sound output is, from there you should be able to choose input and output. What also may be happening is that a device is still connected and hasn't released the sound device for other inputs to output sound over. |
In the audio device settings everything is on and in the Raspberry Pi configuration i don't find any Option for Sound/Audio preferences. aplay -l says: I have disconnected my Bluetooth-Device and has removed it from the Raspberry Pi. |
I was having this same problem (mpd wouldn't work either). Switching from Pulseaudio 5.0 to Pulseaudio 6.0 fixed it. |
Okay cool thanks |
If you still have the Super-Simple-Raspberry-Pi-Audio-Receiver-Install folder, there should be a pulseaudio directory in there which contains version 6.0. It was downloaded and compiled automatically by the script. But on my system, it was installed in /usr/local/bin, and the system kept using the one from /usr/bin which was version 5. So if you run (One other problem I had was that 6.0 was not originally compiled with BlueZ support, so I had to install some more things and recompile it, but hopefully that was just me) |
Hi there, On a fresh install of Raspbian Jessy (latest release updated), I can't get any sound from pixel once I ran @BaReinhard script, while I do get audio in Kodi (run as pi since launcher from pixel). It appears that :
Am I suppose to install manually pulseaudio 6 from the Super-Simple-Raspberry-Pi-Audio-Receiver-Install folder ? Thank's |
from my testing and understanding I haven't been able to get this to work on Raspbian with Pixel, and unfortunately do not have the time to make changes to the project to incorporate this at this time. |
Recent merges should allow for this functionality on pixel now. There is also another issue |
Hey,
thanks for this great package. The installation was super easy, but after the installation there is no sound with Chromium on YouTube or Soundcloud.
I installed Volumio Bluetooth only (4) and the bluetooth connection works perfekt.
Is there an opportunity to have sound with bluetooth when a device is connected and when nothing is connected to have sound when i play something with chromium on the pi?
The text was updated successfully, but these errors were encountered: