public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Robert Huitl <bluez-devel@huitl.de>
To: BlueZ development <bluez-devel@lists.sourceforge.net>
Subject: Re: [Bluez-devel] a2dpd and mplayer - any chance to get it working?
Date: Sun, 28 Jan 2007 20:30:13 +0100	[thread overview]
Message-ID: <200701282030.14289.bluez-devel@huitl.de> (raw)
In-Reply-To: <7A6DA545D7FDCC4B93DB651FDBC1EDDE4E6EBF@eumonex01.palmsource.com>

Hi again,

On Wednesday 17 January 2007 08:03, Frederic Dalleau wrote:
>  I was wondering about alsa plugins :
> xmms relies on alsa timing to play, so in the plugin, there is a sleep()
> call, this will wait a little bit until it is time to retievre new data.
> But it seems some players (like mplayer) wants to do their own timing or at
> least don't want to sleep. They need to use that time to do some decoding
> instead. If you sleep too long, the decoding will be defered and the sound
> or movie will be broken.
>
> Is there a rule to distinguish? Or some magic value to sleep?

I had a look at MPlayer to see what it's doing. It sleeps whenever needed, and 
it finds out how long to sleep by looking at the PCM status. I posted the 
following message to alsa-devel, but unfortunately so far nobody answered. 
Maybe someone on this list knows an answer.

Robert

----------  Forwarded Message  ----------

Subject: snd_pcm_status_get_avail() and external I/O plugins
Date: Thursday 18 January 2007 14:51
From: Robert Huitl <alsa-devel@huitl.de>
To: alsa-devel@lists.sourceforge.net

Hello,

I have some trouble to get mplayer working with an external pcm I/O plugin
(a2dp from bluez). The problem is that mplayer needs to know how much space
is left in the ring buffer:

  snd_pcm_status(alsa_handler, status)
  ret = snd_pcm_status_get_avail(status) * bytes_per_sample;

Now with the ALSA kernel driver, ret will vary, depending on how much data
 was written to the device, and how much time passed.

However, with the I/O plugin, snd_pcm_status_get_avail() always returns the
maximum value (causing mplayer to think that all samples have been played). I
can't find a callback function for the status in snd_pcm_ioplug_callback_t
where I could adjust the avail value.

I'd appreciate any hints.

Robert

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

  parent reply	other threads:[~2007-01-28 19:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-15  2:26 [Bluez-devel] a2dpd and mplayer - any chance to get it working? Robert Huitl
2007-01-17  7:03 ` [Bluez-devel] RE : " Frederic Dalleau
2007-01-17 18:05   ` [Bluez-devel] " Robert Huitl
2007-01-17 18:35   ` [Bluez-devel] RE : " Fabien Chevalier
2007-01-17 19:15     ` Brad Midgley
2007-01-18 17:50       ` Fabien Chevalier
2007-01-28 19:30   ` Robert Huitl [this message]
2007-01-29  3:01     ` [Bluez-devel] " Brad Midgley
2007-02-02 16:55       ` Frédéric DALLEAU
2007-02-06 19:25         ` Michael Frey
2007-03-27 10:39         ` Tim Chick
2007-03-27 13:33           ` Frederic Dalleau
2007-03-27 14:01             ` Tim Chick
2007-04-05  8:59               ` [Bluez-devel] Question about poll() - was " Frederic Dalleau
2007-04-06  5:17                 ` Brad Midgley
2007-04-06 16:05               ` [Bluez-devel] " Frederic Dalleau

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=200701282030.14289.bluez-devel@huitl.de \
    --to=bluez-devel@huitl.de \
    --cc=bluez-devel@lists.sourceforge.net \
    /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