Re: Raspberry Pi streaming internet radio to bluetooth
Posted: 5. Oct 2018, 10:13
Thanks very much for these! It's a work in progress ... I'm on the road at the moment but will definitely check those out with a view to refining my setup.
Linux for the Lazy Slacker
https://forum.salixos.org/
Code: Select all
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth
[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd --compat --noplugin=sap -E
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true
ProtectSystem=full
[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service
Code: Select all
mpv --volume=50 'mms://mediau.yle.fi/liveyleradio1'