Experiments with dbus

June 1, 2013 - 2 minute read -
dbus gsoc python

Messing around with the Dbus Python API. The Gst-Switch controller seems to be using a non-default bus address (unix:abstract=gstswitch). Trying to connect to the given object path. I will have to find some new ways to connect to the object.

Currently using code like this for testing:

400: Invalid request

When I try to connect, getting errors like:

400: Invalid request

Will have to use something more than using "dbus.SessionBus()". The dbus python documentation says they will include connection to non-default address in a later section!. Since it is supported in the latest version, trying to get a way of getting this working...

Comments Section

Feel free to comment on the post but keep it clean and on topic.

blog comments powered by Disqus