Advertisement
Guest User

media-session.conf

a guest
Jan 3rd, 2022
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. {
  2. "context.modules": [
  3. {
  4. "args": {},
  5. "flags": [
  6. "ifexists",
  7. "nofail"
  8. ],
  9. "name": "libpipewire-module-rtkit"
  10. },
  11. {
  12. "name": "libpipewire-module-protocol-native"
  13. },
  14. {
  15. "name": "libpipewire-module-client-node"
  16. },
  17. {
  18. "name": "libpipewire-module-client-device"
  19. },
  20. {
  21. "name": "libpipewire-module-adapter"
  22. },
  23. {
  24. "name": "libpipewire-module-metadata"
  25. },
  26. {
  27. "name": "libpipewire-module-session-manager"
  28. }
  29. ],
  30. "context.properties": {},
  31. "context.spa-libs": {
  32. "api.alsa.*": "alsa/libspa-alsa",
  33. "api.bluez5.*": "bluez5/libspa-bluez5",
  34. "api.libcamera.*": "libcamera/libspa-libcamera",
  35. "api.v4l2.*": "v4l2/libspa-v4l2"
  36. },
  37. "session.modules": {
  38. "default": [
  39. "flatpak",
  40. "portal",
  41. "v4l2",
  42. "suspend-node",
  43. "policy-node"
  44. ],
  45. "with-alsa": [
  46. "with-audio"
  47. ],
  48. "with-audio": [
  49. "metadata",
  50. "default-nodes",
  51. "default-profile",
  52. "default-routes",
  53. "alsa-seq",
  54. "alsa-monitor"
  55. ],
  56. "with-jack": [
  57. "with-audio"
  58. ],
  59. "with-pulseaudio": [
  60. "with-audio",
  61. "bluez5",
  62. "bluez5-autoswitch",
  63. "logind",
  64. "restore-stream",
  65. "streams-follow-default"
  66. ]
  67. }
  68. }
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement