intel / dleyna-renderer

dleyna-renderer is a library for implementing services that allow clients to discover and manipulate Digital Media Renderers. An implementation of such a service for linux is also included
https://01.org/dleyna/
GNU Lesser General Public License v2.1
16 stars 19 forks source link

Is one-to-one communication supported? #169

Closed aslpavel closed 3 years ago

aslpavel commented 3 years ago

I'm not too proficient with D-Bus and maybe missing something. I was trying to use this library to communicate with pulseaudio as described here. It seems that pulseaudio only exposes service over session bus, with only purpose to be able to find one-to-one D-Bus server exposed by pulseadio. In the context of one-to-one communication bus_name is not used at all but most of the methods of this library do require it. Am I missing something? Thank you!

aslpavel commented 3 years ago

Sorry wrong issue tracker