pulseaudio-win32 icon indicating copy to clipboard operation
pulseaudio-win32 copied to clipboard

is it possible to stream audio from windows to windows?

Open comsyspro opened this issue 10 months ago • 2 comments

i want to stream sound from a windows (pulseaudio server) to a windows (pulseaudio client) but i can't hear sound from windows (pulseaudio server)

following steps were done:

  • running pulseaudio on windows (server ip 192.168.0.11) and windows (client ip 192.168.0.22)
  • on windows client executing pactl.exe load-module module-tunnel-source-new server=192.168.0.11

result:

  • the windows server shows a connection of the windows client, but no sound can be heared on the windows client.
: [(null)] ../../src/pulseaudio/src/pulsecore/client.c: Created 0 "Native client (TCP/IP client from 192.168.0.22:51060)"
: [(null)] ../../src/pulseaudio/src/pulsecore/protocol-native.c: Client authenticated anonymously.

is it possible that the windows server have to redirect somehow the audio signal to the soundcard driver? is this possible at all to get a remote stream from windows to windows? any advice?

comsyspro avatar Aug 11 '23 08:08 comsyspro