I've digged a bit in the docs, other issues (including #6) and code and I couldnt figure out how to address my issue.
Depending on the environment, I may need to connect to the PA server via unix socket or tcp socket.
For the former I managed by just passing the path, such as /mnt/wslg/PulseServer but tcp would not work with either tcp:<domain>:<port> or just <domain>:<port> or even <domain>
Is there any way to pass a tcp connection path? alternatively, Im fine with creating the socket manually and then passing it, but this is also not viable judging from the code, right?
I've digged a bit in the docs, other issues (including #6) and code and I couldnt figure out how to address my issue.
Depending on the environment, I may need to connect to the PA server via unix socket or tcp socket.
For the former I managed by just passing the path, such as
/mnt/wslg/PulseServerbut tcp would not work with eithertcp:<domain>:<port>or just<domain>:<port>or even<domain>Is there any way to pass a tcp connection path? alternatively, Im fine with creating the socket manually and then passing it, but this is also not viable judging from the code, right?