====== Pulseaudio ====== Utilisation de pulseaudio pour la gestion de stream audio sur le réseau Pistes: * https://gavv.github.io/articles/pulseaudio-under-the-hood/ la totale * https://www.freedesktop.org/wiki/Software/PulseAudio/ la doc officielle * http://www.danplanet.com/blog/2014/11/26/multi-room-audio-with-multicast-rtp/ ===== Démarrage automatique , non X11 ===== echo " Description=PulseAudio system server After=network.target auditd.service [Service] Type=notify ExecStart=/usr/bin/pulseaudio --daemonize=no --system --realtime --log-target=journal ExecReload=/bin/kill -HUP $MAINPID KillMode=process Restart=always RestartPreventExitStatus=255 [Install] WantedBy=multi-user.target Alias=pulseaudio.service " > /etc/systemd/system/pulseaudio.service systemctl --system enable pulseaudio.service systemctl --system start pulseaudio.service #vérification par systemctl --system status pulseaudio.service