mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
avb: more work
Handle properties. Fix format negotiation. Wait in underrun.
This commit is contained in:
parent
537a38355a
commit
552a0056b5
4 changed files with 193 additions and 74 deletions
|
|
@ -238,11 +238,19 @@ context.objects = [
|
|||
#}
|
||||
{ factory = adapter
|
||||
args = {
|
||||
factory.name = avb.pcm.sink
|
||||
node.name = AVB-sink
|
||||
node.description = "AVB Sink"
|
||||
media.class = "Audio/Sink"
|
||||
audio.channels = 8
|
||||
factory.name = avb.pcm.sink
|
||||
node.name = AVB-sink
|
||||
node.description = "AVB Sink"
|
||||
media.class = "Audio/Sink"
|
||||
audio.channels = 8
|
||||
avb.ifname = "enp3s0"
|
||||
#avb.macaddr = "01:AA:AA:AA:AA:AA"
|
||||
#avb.prio = 0
|
||||
#avb.streamid = "AA:BB:CC:DD:EE:FF:0000"
|
||||
#avb.mtt = 50000000
|
||||
#avb.time-uncertainty = 1000000
|
||||
#avb.frames-per-pdu = 8
|
||||
#avb.ptime-tolerance = 100000
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue