Skip to content
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

Make pulseaudio real-time and high-priority scheduling modes configurable #3893

Merged
merged 1 commit into from
Jun 12, 2023

Commits on Jun 12, 2023

  1. Make pulseaudio scheduling configurable via XPRA_PULSEAUDIO_* env-vars

    The XPRA_PULSEAUDIO_REALTIME indicates that pulseaudio should try to
    enable realtime scheduling (requires RLIMIT_RTPRIO setrlimit privilege).
    The XPRA_PULSEAUDIO_HIGH_PRIORITY indicates that scheduling priority
    should be increased (requires RLIMIT_NICE setrlimit privilege).
    
    Both settings defaults to True because they are enabled by default in
    the pulseaudio. However, if user does not have enough privilege, this
    makes the pulseaudio to wait for one or two minutes before timing out.
    Behnam Momeni committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    691e094 View commit details
    Browse the repository at this point in the history