Return-Path: MIME-Version: 1.0 In-Reply-To: References: Date: Fri, 17 Aug 2012 23:50:28 +0200 Message-ID: Subject: Re: Setting up an A2DP server From: Niklas Claesson To: linux-bluetooth@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: I've actually solved the issue myself by writing an Agent that accepts all incoming requests, and another python script that polls 'pacmd list-sources' every 2 seconds for new bluetooth sources. And third and probably most important was setting "Master" option to "False" in audio.conf. Regards Niklas Claesson 2012/8/17 Niklas Claesson : > Hi, > > I would like to use a computer as an A2DP sink (bluetooth devices > should be able to play through the computers speakers). So far I can > manually connect from the computer using dbus signals with bluez/pulse > (org.bluez.AudioSource). But what I really want is for the external > device to connect to my service. The goal is to let anyone with > bluetooth play music in our common space at the university. > > What would be the most straight forward way to implement this? > > Med vänliga hälsningar > Niklas Claesson