any1 / wayvnc

A VNC server for wlroots based Wayland compositors
ISC License
1.11k stars 69 forks source link

Remote Audio #209

Open davxy opened 1 year ago

davxy commented 1 year ago

Is there a way to listen to audio coming from the remote applications? If I'm not wrong currently only video output can be shared.

If not currently possible, is this planned?

any1 commented 1 year ago

Yeah, this is planned, but it looks like I didn't make an issue for it.

The main hurdles are the following:

soreau commented 1 year ago

For what it's worth, as a workaround for pulse (or pipewire-pulse) users on the LAN, you can use RTP multicast like so:

Server: pactl load-module module-null-sink sink_name=rtp pactl load-module module-rtp-send source=rtp.monitor pactl set-default-sink rtp

Clients: pactl load-module module-rtp-recv

heroin-moose commented 12 months ago

Maybe it's possible to start with QEMU Audio and then extend it to support the compressed audio format?