On Wed, May 04, 2016 at 06:58:01PM +0300, freeunix freeunix wrote: > hi, I use the OpenBSD 5.9 amd64 snapshots. > and XDM Remote Deskop using is marvelous for OpenBSD. > > Now I have any problem.(I want use audio streaming for firefox.) > I tried to use pulseaudio. but couldn't work it. >
Are both client and server running OpenBSD? If so, you could use sndiod instead of pulseaudio to forward audio. On the system with the sound card, setup sndiod to use the -L option, for instance run: rcctl set sndiod flags -L - and on all the systems where audio programs run export the environment variable: AUDIODEVICE=snd@hostname/0 where hostname is the network address of the system with the sound card. -- Alexandre

