qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: "François Revol" <revol@free.fr>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Re: [Try2][PATCH] Initial implementation of a mpeg1 layer2 streaming audio driver.
Date: Fri, 12 Nov 2010 08:32:49 -0600	[thread overview]
Message-ID: <4CDD5011.4050304@codemonkey.ws> (raw)
In-Reply-To: <B8C4B7DA-BEC5-4589-9068-ABC181936960@free.fr>

On 11/08/2010 12:15 AM, François Revol wrote:
> Le 8 nov. 2010 à 04:57, malc a écrit :
>
>    
>>>> And can you, please, elaborate some more on usage scenarios of this thing?
>>>>          
>>> cf.
>>> http://dev.haiku-os.org/browser/haiku/trunk/3rdparty/mmu_man/onlinedemo/haiku.php
>>>        
>> Sorry my PHP skills have lapsed aeons ago.
>>      
> Sorry I don't have it installed on a publically accessible machine atm.
>
>    
>>> and possibly http://oszoo.org/wiki/index.php/Main_Page some day...
>>>
>>> The idea is to use it along with the -vnc option and the VNC applet
>>> to present a VM on the web.
>>>        
>> While not very sexy, but can't you just use wav output to a fifo and
>> compress it via separate process.
>>      
> I did try years ago, but at least the current wav driver really didn't like fifos back then. I recall trying for hours to get it pipe to ffmpeg or others without much luck.
>
> Also, this poses several problems about the control of the external process (respawn on listener disconnection, close on exit...).
>    

Doing encoding in QEMU is going to starve the guest pretty bad.  For an 
x86 guest, that's going to result in issues with time drift, etc.

Making reencoding with an external process work a bit more nicely also 
has the advantage of making this work with other formats like Ogg which 
are a bit more Open Source friendly.

Regards,

Anthony Liguori

> François.
>    

  reply	other threads:[~2010-11-12 14:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-07 23:08 [Qemu-devel] [Try2][PATCH] Initial implementation of a mpeg1 layer2 streaming audio driver François Revol
     [not found] ` <alpine.LNX.2.00.1011080255490.2663@linmac>
2010-11-08  0:11   ` [Qemu-devel] " François Revol
2010-11-08  3:57     ` malc
2010-11-08  6:15       ` François Revol
2010-11-12 14:32         ` Anthony Liguori [this message]
2010-11-12 16:54           ` François Revol
2010-11-15 19:30             ` Anthony Liguori
2010-11-15 21:53               ` François Revol
2010-11-16 19:22                 ` Andreas Färber
2010-11-16 19:33                   ` Anthony Liguori
2010-11-16 20:10                     ` François Revol

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CDD5011.4050304@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=qemu-devel@nongnu.org \
    --cc=revol@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).