modules: Add module-rt

Add a module to set thread priorities without using rtkit.
This commit is contained in:
Jonas Holmberg 2021-05-19 17:22:39 +02:00
parent fb55cc4786
commit b1610d37fe
4 changed files with 270 additions and 0 deletions

View file

@ -73,6 +73,17 @@ context.modules = [
flags = [ ifexists nofail ]
}
# Set thread priorities without using RTKit.
#{ name = libpipewire-module-rt
# args = {
# nice.level = -11
# rt.prio = 88
# rt.time.soft = 200000
# rt.time.hard = 200000
# }
# flags = [ ifexists nofail ]
#}
# The native communication protocol.
{ name = libpipewire-module-protocol-native }