From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GaC4L-0002Jg-3R for qemu-devel@nongnu.org; Wed, 18 Oct 2006 10:06:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GaC4G-0002Hd-B4 for qemu-devel@nongnu.org; Wed, 18 Oct 2006 10:06:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GaC4G-0002HX-2D for qemu-devel@nongnu.org; Wed, 18 Oct 2006 10:06:48 -0400 Received: from [128.83.139.10] (helo=mail.cs.utexas.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GaC4F-0006rF-EQ for qemu-devel@nongnu.org; Wed, 18 Oct 2006 10:06:47 -0400 Received: from [192.168.1.102] (cpe-70-112-17-156.austin.res.rr.com [70.112.17.156]) (authenticated bits=0) by mail.cs.utexas.edu (8.13.8/8.13.8) with ESMTP id k9IE6Z6k011848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Oct 2006 09:06:45 -0500 (CDT) Message-ID: <453634E4.20109@cs.utexas.edu> Date: Wed, 18 Oct 2006 09:06:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1160670903.5105.3.camel@myubuntu.brain-dump.org> <453302D1.3040500@cs.utexas.edu> <45352FCD.6060300@bellard.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC] qemu-gui based on wxWidgets and libvncclient 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 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. Regards, Anthony Liguori > Ciao, > Dscho