« Osmc et casque audio bluetooth (draft) » : différence entre les versions

De Linux Server Wiki
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
m (Pfoo a déplacé la page Osmc et casque audio bluetooth vers Osmc et casque audio bluetooth (draft) sans laisser de redirection)
(Aucune différence)

Version du 19 juillet 2015 à 13:19

apt-get install alsa-utils bluez bluez-tools pulseaudio-module-bluetooth python-gobject python-gobject-2

Puis utilisez le programme "osmc settings", parti network, bluetooth Works ?

export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket

/etc/dbus-1/system.d/pulseaudio-system.conf:

  <policy user="osmc">
    <allow own="org.PulseAudio1"/>
    <allow send_destination="org.PulseAudio1"/>
    <allow receive_sender="org.PulseAudio1"/>
  </policy>
  <policy user="osmc">
    <allow own="org.pulseaudio.Server"/>
  </policy>