Open davxy opened 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:
wlvncc
currently. We would also have to advocate the adoption of video frame timestamps. Strict A/V sync is optional though. Could be added later.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
Maybe it's possible to start with QEMU Audio and then extend it to support the compressed audio format?
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?