Solutions for exporting a remote desktop app (display and audio)
Posted
by
Richard
on Server Fault
See other posts from Server Fault
or by Richard
Published on 2012-03-29T10:11:55Z
Indexed on
2012/03/29
11:32 UTC
Read the original article
Hit count: 255
I'm looking for a solution that will allow me to export a desktop app running on a server to a client machine. The server is ideally Linux, the desktop is Windows (+Mac for icing on the cake). The export should be encrypted and I need to support multiple clients from one server. I only want to export an individual app, not a whole desktop, and ideally am looking for open source solutions.
The obvious, cheapest, simplest choice is to use X tunnelled over ssh (e.g using Xming on the desktop) but X doesn't support audio.
What are the alternatives? Or is there a way to support audio using X or in parallel to X?
Thanks
© Server Fault or respective owner