Tôi muốn chạy một chương trình từ xa (thông qua ssh) nhưng với âm thanh sẽ đến máy từ xa nơi chương trình thực sự chạy. Điều này thường hoạt động với ALSA, nhưng rõ ràng pulseaudio sẽ kiểm tra một số trình xác thực phiên trước khi cho phép kết nối từ máy khách.
Làm thế nào để kiểm tra này ít nghiêm ngặt hơn?
local: $ ssh remote # remote is running pulseaudio and has sound hardware
remote:$ paplay something.wav
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
remote:$ audacious something.mp3 # opens on local's X11 display
pulseaudio: Failed to connect to server: Connection refused
pulseaudio: Failed to connect to server: Connection refused
pax11publish -r
hoạt động trên Ubuntu 19.10 của tôi.