You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
656 B

  1. Pulse audio notes.
  2. to see what version of PA is on your machine
  3. pulseaudio --version
  4. To build xrdp pulse sink,
  5. get the pulse source that most closely matches your version on
  6. your machine. Get the source from
  7. http://freedesktop.org/software/pulseaudio/releases/
  8. run ./configure after extracting. I don't think you need to build it.
  9. edit Makefile to point to your pulse source directory.
  10. PA always respawning
  11. To stop its respawning habit, open /etc/pulse/client.conf, change
  12. autospawn = yes to autospawn = no, and set daemon-binary to /bin/true.
  13. Make sure these lines are uncommented, like this:
  14. autospawn = no
  15. daemon-binary = /bin/true