Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
MediaStreamGraph latency issues
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Robert O'Callahan  
View profile  
 More options Nov 13 2012, 8:46 pm
Newsgroups: mozilla.dev.media
From: "Robert O'Callahan" <rob...@ocallahan.org>
Date: Tue, 13 Nov 2012 17:46:02 -0800
Local: Tues, Nov 13 2012 8:46 pm
Subject: MediaStreamGraph latency issues
Randell, Maire and I talked about how to minimize latency for WebRTC and
Web Audio with the MediaStreamGraph. I then talked about it some more with
Ehsan and Paul.

Here's a wiki page summarizing my understanding of where we should or could
be with the current design (modulo bugs and scheduling uncertainty). It
also has some suggestions for improving the design.

Feedback appreciated.

Rob
--
Jesus called them together and said, “You know that the rulers of the
Gentiles lord it over them, and their high officials exercise authority
over them. Not so with you. Instead, whoever wants to become great among
you must be your servant, and whoever wants to be first must be your
slave — just
as the Son of Man did not come to be served, but to serve, and to give his
life as a ransom for many.” [Matthew 20:25-28]


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric Rescorla  
View profile  
 More options Nov 13 2012, 8:50 pm
Newsgroups: mozilla.dev.media
From: Eric Rescorla <e...@rtfm.com>
Date: Tue, 13 Nov 2012 17:49:18 -0800
Local: Tues, Nov 13 2012 8:49 pm
Subject: Re: MediaStreamGraph latency issues
There does not appear to be a link in this page.

-Ekr

On Tue, Nov 13, 2012 at 5:46 PM, Robert O'Callahan <rob...@ocallahan.org>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert O'Callahan  
View profile  
 More options Nov 13 2012, 8:51 pm
Newsgroups: mozilla.dev.media
From: "Robert O'Callahan" <rob...@ocallahan.org>
Date: Tue, 13 Nov 2012 17:51:13 -0800
Local: Tues, Nov 13 2012 8:51 pm
Subject: Re: MediaStreamGraph latency issues

On Tue, Nov 13, 2012 at 5:49 PM, Eric Rescorla <e...@rtfm.com> wrote:
> There does not appear to be a link in this page.

Indeed! Sorry.
https://wiki.mozilla.org/Gecko:MediaStreamLatency

Rob
--
Jesus called them together and said, “You know that the rulers of the
Gentiles lord it over them, and their high officials exercise authority
over them. Not so with you. Instead, whoever wants to become great among
you must be your servant, and whoever wants to be first must be your
slave — just
as the Son of Man did not come to be served, but to serve, and to give his
life as a ransom for many.” [Matthew 20:25-28]


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Randell Jesup  
View profile  
 More options Nov 14 2012, 1:52 pm
Newsgroups: mozilla.dev.media
From: Randell Jesup <rje...@mozilla.com>
Date: Wed, 14 Nov 2012 13:52:07 -0500
Local: Wed, Nov 14 2012 1:52 pm
Subject: Re: MediaStreamGraph latency issues
Adding Tim, Ralph and Jan-Ivar

On 11/13/2012 8:51 PM, Robert O'Callahan wrote:

FYI (from dev.media): A December 2009 description of the Chromium
audio/video pipeline (for output), which is all pull-based: (I also sent
this back in July to mozilla.dev.media)

https://sites.google.com/a/chromium.org/dev/developers/design-documen...

I'm investigating the *actual* code Chromium uses; while not the same
code as in webrtc.org, it's tied into the webrtc.org code at a low
level.  See also bug 811695.  Their direct input code at least through
the capture and channel stages is all push-based from the driver
callbacks (as expected).

See
https://src.chromium.org/viewvc/chrome/trunk/src/content/renderer/med...
for part of their code and some discussion of how it works.  Note in
particular this:

// Then WebRtcAudioDeviceImpl::SetSessionId() needs to be called to set the
// session id that tells which device to use. The user can either get the
// session id from the MediaStream or use a value of 1 (AudioInputDeviceManager
// ::kFakeOpenSessionId), the later will open the default device without going
// through the MediaStream.

So their code can either take input from a mediastream directly, or can
open the default audio device directly, and then feed it into the
processing code (AGC, etc).  I'm still looking for their
audio_device->MediaStream code.

    Randell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »