From 83bb8dc599f157f87f5d17c7c39194e2a22b954c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 13 Jul 2018 11:56:09 +0200 Subject: [PATCH] remote: also make thread realtime for clients --- src/pipewire/remote.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipewire/remote.c b/src/pipewire/remote.c index 6cc1356f9..13d082150 100644 --- a/src/pipewire/remote.c +++ b/src/pipewire/remote.c @@ -285,6 +285,7 @@ struct pw_remote *pw_remote_new(struct pw_core *core, if (this->conn == NULL) goto no_connection; + pw_module_load(core, "libpipewire-module-rtkit", NULL, NULL, NULL, NULL); pw_module_load(core, "libpipewire-module-client-node", NULL, NULL, NULL, NULL); spa_list_append(&core->remote_list, &this->link);