public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] A2DP sink
@ 2007-11-01 22:03 Tomasz Grobelny
  2007-11-02  2:50 ` Brad Midgley
  0 siblings, 1 reply; 4+ messages in thread
From: Tomasz Grobelny @ 2007-11-01 22:03 UTC (permalink / raw)
  To: bluez-users

Is A2DP sink (receiving stereo audio as a headset would do) available in 
BlueZ? I found some messages sent to mailing lists claiming that not yet, but 
they were 2 or 3 years old. So what is the state now? If it is possible how 
can I do that? Thanks in advance,
-- 
Regards,
Tomasz Grobelny

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] A2DP sink
  2007-11-01 22:03 [Bluez-users] A2DP sink Tomasz Grobelny
@ 2007-11-02  2:50 ` Brad Midgley
  2007-11-02 10:12   ` Tomasz Grobelny
  0 siblings, 1 reply; 4+ messages in thread
From: Brad Midgley @ 2007-11-02  2:50 UTC (permalink / raw)
  To: BlueZ users

Tomasz

There is a prototype for this in the btsco project. The app is called a2recv.

Brad

On 11/1/07, Tomasz Grobelny <tomasz@grobelny.oswiecenia.net> wrote:
> Is A2DP sink (receiving stereo audio as a headset would do) available in
> BlueZ? I found some messages sent to mailing lists claiming that not yet, but
> they were 2 or 3 years old. So what is the state now? If it is possible how
> can I do that? Thanks in advance,
> --
> Regards,
> Tomasz Grobelny
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>


-- 
Brad

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] A2DP sink
  2007-11-02  2:50 ` Brad Midgley
@ 2007-11-02 10:12   ` Tomasz Grobelny
  2007-11-02 18:51     ` Brad Midgley
  0 siblings, 1 reply; 4+ messages in thread
From: Tomasz Grobelny @ 2007-11-02 10:12 UTC (permalink / raw)
  To: BlueZ users

Brad Midgley pisze:
> Tomasz
> 
> There is a prototype for this in the btsco project. The app is called a2recv.
> 
You mean the bluetooth-alsa project? I'll try it out (as soon as I buy 
bluetooth dongle for my second computer). But out of curiosity: what's 
wrong with a2recv that it has prototype status? In other words: what 
needs to be done for it to be considered production quality/official?
-- 
Regards,
Tomasz Grobelny

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bluez-users] A2DP sink
  2007-11-02 10:12   ` Tomasz Grobelny
@ 2007-11-02 18:51     ` Brad Midgley
  0 siblings, 0 replies; 4+ messages in thread
From: Brad Midgley @ 2007-11-02 18:51 UTC (permalink / raw)
  To: BlueZ users

Tomasz

I should say the btsco module in the bluetooth-alsa project.

a2recv doesn't deal directly with sdp or act like a bluez-utils
service. It also uses an oss audio device for output which can be a
pain.

Brad

On 11/2/07, Tomasz Grobelny <tomasz@grobelny.oswiecenia.net> wrote:
> Brad Midgley pisze:
> > Tomasz
> >
> > There is a prototype for this in the btsco project. The app is called a2recv.
> >
> You mean the bluetooth-alsa project? I'll try it out (as soon as I buy
> bluetooth dongle for my second computer). But out of curiosity: what's
> wrong with a2recv that it has prototype status? In other words: what
> needs to be done for it to be considered production quality/official?
> --
> Regards,
> Tomasz Grobelny
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>


-- 
Brad

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-11-02 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 22:03 [Bluez-users] A2DP sink Tomasz Grobelny
2007-11-02  2:50 ` Brad Midgley
2007-11-02 10:12   ` Tomasz Grobelny
2007-11-02 18:51     ` Brad Midgley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox