mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
avb: check seq
Avoid infinite loops. Check sequence number and warn Use 32 frames per pdu in example.
This commit is contained in:
parent
200f591a3d
commit
ff5201ef3d
4 changed files with 41 additions and 1 deletions
|
|
@ -243,6 +243,7 @@ context.objects = [
|
|||
node.description = "AVB Sink"
|
||||
media.class = "Audio/Sink"
|
||||
audio.channels = 8
|
||||
#avb.ifname = "eth0"
|
||||
avb.ifname = "enp3s0"
|
||||
#avb.macaddr = "01:AA:AA:AA:AA:AA"
|
||||
#avb.prio = 0
|
||||
|
|
@ -250,6 +251,7 @@ context.objects = [
|
|||
#avb.mtt = 50000000
|
||||
#avb.time-uncertainty = 1000000
|
||||
#avb.frames-per-pdu = 8
|
||||
avb.frames-per-pdu = 32
|
||||
#avb.ptime-tolerance = 100000
|
||||
}
|
||||
}
|
||||
|
|
@ -260,6 +262,7 @@ context.objects = [
|
|||
node.description = "AVB Source"
|
||||
media.class = "Audio/Source"
|
||||
audio.channels = 8
|
||||
#avb.ifname = "eth0"
|
||||
avb.ifname = "enp3s0"
|
||||
#avb.macaddr = "01:AA:AA:AA:AA:AA"
|
||||
#avb.prio = 0
|
||||
|
|
@ -267,6 +270,7 @@ context.objects = [
|
|||
#avb.mtt = 50000000
|
||||
#avb.time-uncertainty = 1000000
|
||||
#avb.frames-per-pdu = 8
|
||||
avb.frames-per-pdu = 32
|
||||
#avb.ptime-tolerance = 100000
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue