-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module-xrdp-sink.so and module-xrdp-source.so installed but no sound #1013
Comments
What's your client? |
Windows 7 mstsc |
Okay, if the second bar is moving, it is almost working. |
client configuration is ok, and the same configuration which connect to a windows 7 server can play the sound. |
because occur a error before
so I edit the xrdp.ini
and can not see xrdp-sink and xrdp-source, I add
to |
I've seen something similar while trying to build my own 0.9.5 RPM on CentOS 7. I get the exact behavior described above. And when I check the chansrv folder, there aren't any sockets there. Thinking this was odd, I attached strace to the xrdp-chansrv process, and it seemed to be stuck in select(). I'd love to understand what's going on and build a working 0.9.5 RPM. |
@coredump4 Which one are you used? Xvnc Xorg X11rdp? |
I use xorgxrdp and Xvnc back-ends... same behavior with each. Which makes sense to me, since it seems to be something with the channel server. |
The last message I see from chansrv is: |
PROBABLE SOLUTION |
Thanks bmalnersic! Had the same issue. Your solution also works for Debian 9. |
For me (Ubuntu 18.04) the modules (no matter whether I build them by hand or using xrdp-build-pulse-modules) compile fine but constantly fail to connect to a socket in /tmp/.xrdp/ - apparently that's supposed to be created by xrdp-chansrv, which for some reason doesn't even start, and if I start it by hand, it doesn't do anything (last message same as with @coredump4, /tmp/.xrdp still doesn't exist...) - is this a known issue? Any ideas how to make chansrv create the sockets? It just says the socket types that are allowed, but for some reason, they aren't opened? I'm out of ideas here, and after hours of googling I'm quite annoyed about the nonexistence of docs about troubleshooting the PulseAudio forwarding - there's hardly any on building the module to begin with, everything else seems to just be "trial and error". Is this even actively developed/maintained any more? |
Looking for the best linux-friendly RDP server solution but same sound issue on my stretch. The xrdp-pulseaudio-installer package is brokken and not really better with rebuilding modules on 0.9.1 which just have correct vumeter display on xrdp sink... |
cat /etc/xrdp/xrdp.ini |
I had same issue and I was able to solve it by simply changing
|
I'm closing this issue now. Version 0.6 of the pulseaudio module has been released with significant changes, and the wiki README has been updated with better build instructions. |
I do as https://github.com/neutrinolabs/xrdp/wiki/How-to-set-up-audio-redirection written, and I can see xrdp-sink and xrdp-source. When I play a song, the second progress bar will move, but I can not hear the sound.
Should I do some additional configuration?
Should I use other session (Xorg, X11rdp) not Xvnc?
pulseaudio 10.0
xrdp 0.9.5
CentOS 7
The text was updated successfully, but these errors were encountered: