From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7Lok-0006aH-BB for qemu-devel@nongnu.org; Mon, 01 Dec 2008 22:20:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7Loi-0006Zt-60 for qemu-devel@nongnu.org; Mon, 01 Dec 2008 22:20:53 -0500 Received: from [199.232.76.173] (port=47835 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7Loi-0006Zq-0s for qemu-devel@nongnu.org; Mon, 01 Dec 2008 22:20:52 -0500 Received: from yx-out-1718.google.com ([74.125.44.153]:1218) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7Loh-0000jX-P1 for qemu-devel@nongnu.org; Mon, 01 Dec 2008 22:20:51 -0500 Received: by yx-out-1718.google.com with SMTP id 3so1063747yxi.82 for ; Mon, 01 Dec 2008 19:20:49 -0800 (PST) Message-ID: <4934A98D.6070006@codemonkey.ws> Date: Mon, 01 Dec 2008 21:20:45 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5850] Add basic audio functionality to vnc.c References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 Blue Swirl wrote: > On 12/1/08, malc wrote: > >> Revision: 5850 >> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5850 >> Author: malc >> Date: 2008-12-01 20:57:48 +0000 (Mon, 01 Dec 2008) >> >> Log Message: >> ----------- >> Add basic audio functionality to vnc.c >> >> This allows among other things to capturing A/V of running >> guests. Ad-hoc client that does this (via script that invokes ffmpeg) >> can be found at: >> http://repo.or.cz/w/qemu/malc.git?a=tree;f=vcap;hb=capture3 >> > > 244 and aliguori t = > 245 match r8 (pump#get 1) 0 with > 246 | 001 -> audio t > 247 | msg -> fail "unexpected aliguori message %x" msg > > What's an unexpected aliguori message? > heh, I made him remove "aliguori" from the vnc code but he insisted on keeping it in the client code :-) I added an extended message type to the VNC protocol. It has no official name. Regards, Anthony Liguori