remote: also make thread realtime for clients

This commit is contained in:
Wim Taymans 2018-07-13 11:56:09 +02:00
parent e5807cd467
commit 83bb8dc599

View file

@ -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);