ssh를 통해 원격으로 프로그램을 실행하고 싶지만 오디오가 프로그램이 실제로 실행되는 원격 시스템으로 이동합니다. 이것은 일반적으로 ALSA와 함께 작동하지만 pulseaudio는 클라이언트와의 연결을 허용하기 전에 일부 세션 인증자를 확인합니다.
이 검사를 덜 엄격하게 만드는 방법은 무엇입니까?
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
내 우분투 19.10에서 작동합니다.