neutrinolabs / pulseaudio-module-xrdp

xrdp sink / source pulseaudio modules
GNU Lesser General Public License v2.1
214 stars 42 forks source link

plasma 5.26 does not like PA_PROP_DEVICE_CLASS abstract #91

Closed akarl10 closed 1 year ago

akarl10 commented 1 year ago

according to doxygen only "sound", "modem", "monitor", "filter" are allowed. Use sound as this is the most appropriate

akarl10 commented 1 year ago

actually for plasma 5.27 to work correctly it seems that we need to create "cards". comparing to raop there is created a card with a port that then has a sink. In this case probably we need to do the same.

I will have a look when I find some time