avb: check seq

Avoid infinite loops.
Check sequence number and warn
Use 32 frames per pdu in example.
This commit is contained in:
Wim Taymans 2022-03-09 16:58:35 +01:00
parent 200f591a3d
commit ff5201ef3d
4 changed files with 41 additions and 1 deletions

View file

@ -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
}
}