You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running with --no-speaker fixes the issue.
Perhaps the audio subprocess uses non-blocking reads on the pipes?
But this shows up as sock..
Needs checking.
The text was updated successfully, but these errors were encountered:
We switched to removesilence in #3709.
I don't see anything here caused by xpra, this seems to be the result of the gstreamer pipeline.
I can copy the pipeline used:
xpra info | grep client.sound.speaker.pipeline
Then run it via gst-launch-1.0 after replacing the appsink element with a fakesink and the resulting process shows the same behaviour.
Reported on IRC about a CentOS 8 docker container.
stracing that platform-python floods the terminal with
it's maybe this in lsof:
Running with
--no-speaker
fixes the issue.Perhaps the audio subprocess uses non-blocking reads on the pipes?
But this shows up as
sock
..Needs checking.
The text was updated successfully, but these errors were encountered: