pipewire: fix rtp sink not being an option in GUIs

This commit is contained in:
Leonardo Eugênio 2023-01-30 08:25:20 -03:00
parent b616a8dbad
commit d1d29d3ad6

View file

@ -7,7 +7,10 @@
context.modules = [ context.modules = [
{ name = libpipewire-module-rtp-sink { name = libpipewire-module-rtp-sink
args = { args = {
node.description = "Phone rtp receiver" # Make this sink appear as an option in graphical interfaces
media.class = Audio/Sink
node.name = "rtp-sink"
node.description = "RTP"
#sap.ip = "224.0.0.56" #sap.ip = "224.0.0.56"
#sap.port = 9875 #sap.port = 9875