From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GacGT-00083l-4i for qemu-devel@nongnu.org; Thu, 19 Oct 2006 14:05:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GacGS-00081p-B1 for qemu-devel@nongnu.org; Thu, 19 Oct 2006 14:05:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GacGR-00081R-Ur for qemu-devel@nongnu.org; Thu, 19 Oct 2006 14:05:07 -0400 Received: from [84.96.92.11] (helo=smtp.Neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GacGR-00041i-Eq for qemu-devel@nongnu.org; Thu, 19 Oct 2006 14:05:07 -0400 Received: from [84.102.211.21] by sp604005mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0J7E00920A702YN0@sp604005mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Thu, 19 Oct 2006 20:04:12 +0200 (CEST) Date: Thu, 19 Oct 2006 20:05:09 +0200 From: Fabrice Bellard Subject: Re: [Qemu-devel] Re: [RFC] qemu-gui based on wxWidgets and libvncclient In-reply-to: <453634E4.20109@cs.utexas.edu> Message-id: <4537BE55.4070900@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <1160670903.5105.3.camel@myubuntu.brain-dump.org> <453302D1.3040500@cs.utexas.edu> <45352FCD.6060300@bellard.org> <453634E4.20109@cs.utexas.edu> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori wrote: > Johannes Schindelin wrote: > >> Hi, >> >> On Tue, 17 Oct 2006, Fabrice Bellard wrote: >> >>> Another point is that you should consider adding audio support. I can >>> help you on that (maybe malc would be interested too !). A simple >>> format could be 4 bit ADPCM at fixed frequency. Optionally A more >>> advanced codec such as Vorbis could be used. >> >> >> Please, please not _another_ vnc hack! The RFB protocol loses all of >> its appeal if everybody has proprietary, incompatible extensions! If >> you bother to search Google for prior art, here is a link: >> >> http://www.ks.uni-freiburg.de/php_arbeitdet.php?id=75 >> >> Yes, it is in German, but it already works. No need to add yet another >> obscure extension. > > > My German is not very good, but from what I was able to read, it seems > like they are just using VNC to transmit the port information for doing > esd forwarding. Presumably this saved a lot of work because no server > side code was needed. I would prefer a self contained solution using the same TCP connection as the rest of the protocol. Regards, Fabrice.