You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rajeevns edited this page Jun 12, 2013
·
1 revision
A Small Introduction
btplayer4linux is a small player that will stream music form bt enabled phones. It uses on the following components.
1.bluez
2.pulseaudio
3.Qt
4.dbus
It requires bluez stack to be modified to send basic avrcp commands to mobile device. For streaming the audio, the player uses the bluetooth module of pulseaudio. Bluez stack and btplayer communicate through dbus.
Qt used for building the UI part of the program. QtDbus module is also used.