On Thu, May 7, 2009 at 5:46 AM, Kshitij Shah <zirconiu...@gmail.com> wrote:
> Could you provide me some pointers on how to launch one audio server per
> session ?

What I would do is create an additional listening tcp port per session
(random number, which is populated into the pulse_server env value).
This port would be created by xrdp's code - one per Xvnc process -
i.e. one port per session.  Then whatever created the port would
listen, and accept connections, and route the data back to the client
(probably via the rdp session channel), on the client end you can just
forward the connection to localhost:4713.  This is sort of like
running a reverse ssh tunnel, but instead of via ssh it would be via
the existing rdp connection.

(fyi: I wrote http://code.google.com/p/tstunnels/ which gives remote
desktop the ability to forward tcp connections just like ssh has been
able to for years)

-- 
- Norman Rasmussen
 - Email: nor...@rasmussen.co.za
 - Home page: http://norman.rasmussen.co.za/

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to