Last active
May 25, 2020 18:08
-
-
Save dlech/7e9d28bccac9632cbc50 to your computer and use it in GitHub Desktop.
BlueZ 5 and PulseAudio on Debian jessie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<busconfig> | |
<policy user="pulse"> | |
<allow send_destination="org.bluez"/> | |
</policy> | |
</busconfig> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Pulse Audio | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/pulseaudio --system --disallow-exit --disable-shm | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi.
I'm not clear what should I do wih the two files above and where should I put / copy them in Raspberrry PI2.
I would need a full step-by-step guide to set up bluetooth speaker on PI2.
Please provide me the link, if already available somwhere.
Thanks in advance.
Kv Rajan