Am 16.10.2013 12:44, schrieb Tim Kruse:
which is clear, as there is no open port 4713.
So, if pyhoca or python-x2go is not able to handle this, is there a chance to let pulseaudio open this port otherwise? I think of some kind of script, which will be executed before pyhoca ...
I got it:
pacmd load-module module-native-protocol-tcp listen=0.0.0.0
before the start of pyhoca-cli let the running pulseaudio deamon open it's port. Or let pulseaudio open the port by default by adding the above line to /etc/pulse/default.pa ...
Perhaps it's possible to let pyhoca, or python-x2go respectively, open the port like x2goclient does ... but for me the above solution is enough ...
So long, Tim