Hello. I am trying to make simultaneous output to local and remote sound
cards (i.e. to stream sound from my notebook both to notebook speakers and
to remote pc with hi-fi sound system). I tuned client.conf on notebook and
default.pa on remote machine. Network streaming works nicely. Then, I tried
to use alsa "multi" plugin to have simultaneous output:

cat ~/.asoundrc:

pcm.pulse { type pulse; }
pcm.!default {
    type multi;
    slaves.a.pcm "hw:0,0";
    slaves.a.channels 2;
    slaves.b.pcm "pulse";
    slaves.b.channels 2;
    bindings.0.slave a;
    bindings.0.channel 0;
    bindings.1.slave a;
    bindings.1.channel 1;
    bindings.2.slave b;
    bindings.2.channel 0;
    bindings.3.slave b;
    bindings.3.channel 1;
}

But this doesn't work - I have sound only on remote machine somewhy. I also
tried "copy" plugin, unsuccessfully too.

Maybe pulseaudio has it's own instruments to implement this? I read tons of
howtos and documentation, but cannot realize what to do now. :(

Thanks.
_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to