aes67: bump PTP0 driver priority

As reported in #3217, PTP driver has to have the highest priority for packets to arrive in time

Everything connected to AES67 should be clocked by the Grandmaster clock
This commit is contained in:
Dmitry Sharshakov 2023-11-28 20:42:39 +03:00 committed by Wim Taymans
parent 1a83ce0908
commit ac3bdeba4e

View file

@ -34,7 +34,7 @@ context.objects = [
node.name = PTP0-Driver
node.group = pipewire.ptp0
# This driver should only be used for network nodes marked with group
priority.driver = 0
priority.driver = 100000
clock.name = "clock.system.ptp0"
#clock.id = tai
clock.device = "/dev/ptp0"