pipewire: fix rtp sink not being an option in GUIs
This commit is contained in:
parent
b616a8dbad
commit
d1d29d3ad6
|
@ -7,7 +7,10 @@
|
|||
context.modules = [
|
||||
{ name = libpipewire-module-rtp-sink
|
||||
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.port = 9875
|
||||
|
|
Loading…
Reference in a new issue