Forum / NoMachine for Linux / Recreate pulseaudio sources and sinks?
- This topic has 5 replies, 3 voices, and was last updated 5 years, 11 months ago by mkub.
-
AuthorPosts
-
September 19, 2018 at 08:20 #19657electrosaurParticipant
Server: NoMachine free version 6.2.4 running on headless CentOS 7 VM (VMWare)
Client: NoMachine macOS client 6.2.4
NoMachine correctly presents the client’s speakers and microphone as pulseaudio sinks and sources on the server. However, from time to time, the NoMachine sources and sinks mysteriously disappear. I do not see anything in nxserver.log even after increasing the log level to 7. No messages in syslog from pulseaudio either.
Is there a way to get NoMachine to recreate the pulseaudio sources and sinks for the client microphone and speakers without restarting?
If I restart the server (via
/usr/NX/bin/nxserver --restart
) then the sources and sinks get recreated. I want to avoid the restart.
September 26, 2018 at 16:24 #19729mkubParticipantHello,
Did sinks and sources disappear when NoMachine audio features were turned on? Did you switch their state a few times before, what were the steps to reproduce the behaviour? Can you send us output of
pactl list sinks
andpactl list sources
after this happened?September 27, 2018 at 11:36 #19747electrosaurParticipantNow I am completely unable to get the microphone working. Earlier I was able to do that by remapping the source nx_voice_out.monitor via:
pactl load-module module-remap-source master=nx_voice_out.monitor source_name=Microphone pactl set-default-source Microphone
As to the sources disappearing. I don’t have a recipe for reproducing it. I am not killing pulseaudio, which does make them disappear. I’m not doing anything other than remapping as above. I will post the outputs you ask for immediately that the disappearance happens next.
October 4, 2018 at 08:37 #19814BritgirlKeymasterHi, we were able to reproduce the problem and have opened a Trouble Report which you can find here: https://www.nomachine.com/TR10P08892.
Please use the ‘notify me’ tool to know when a patch has been released.
October 8, 2018 at 11:04 #19832electrosaurParticipantNow I’m the state where the NoMachine sources and sinks have all completely disappeared, even though audio features are turned on.
Attaching output of
pactl list sinks
and
pactl list sources
.
pacmd list-sources
and
pacmd list-sinks
show “Monitor of Dummy Output” and “Dummy Output”.
In verifying the fix for this issue, can you test that https://test.webrtc.org/ is able to find the microphone?
Attachments:
December 3, 2018 at 13:35 #20681mkubParticipantThis situation is related to crash of PulseAudio that has been caused by unloading of some modules manually. For example unloading of module-suspend-on-idle. These causes NoMachine to lose sink and sources.
If this situation happened and you’re not able to use microphone properly try to kill PulseAudio
pulseaudio -k
that will restore automatically and then restart NoMachine’s server/usr/NX/bin/nxserver --restart
which will recreate new sinks and sources. -
AuthorPosts
This topic was marked as solved, you can't post.