t: Re: [Xrdp-devel] Improving XRDP performance > > Oh, BTW, if you want to turn it on to see the server side CPU > savings, > uncomment rdpXvInit(pScreen) in rdpmain.c. > > To get back to the original question for this thread, we could still > do everything in software and use this extension to know when to > compress the bitmaps or not. Instead of analyzing the image data, > use > a hint to know when video is playing and not try to compress.
Ah.... this is a rather interesting idea, just by itself. Perhaps a first approach could having a variable on xrdp.ini like: xv_mode= off | dummy | nocomp | passthrough off -> turns off Xv extension dummy -> user gets a blank region instead of the video nocomp -> sends the video without compression (is compression done "per region" or for the whole area ? ) passthrough -> passes the data to the RDP client Then, the implementation could be developed in small steps. What do you think? Cheers Gustavo -- Angulo Sólido - Tecnologias de Informação http://angulosolido.pt ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ xrdp-devel mailing list xrdp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xrdp-devel