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 = [
|
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
|
||||||
|
|
Loading…
Reference in a new issue