From 979ad775d3abb1adce7203da42f1d2f67dd861fd Mon Sep 17 00:00:00 2001 From: Dmitry Sharshakov Date: Tue, 28 Nov 2023 20:42:39 +0300 Subject: [PATCH] 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 --- src/daemon/pipewire-aes67.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/pipewire-aes67.conf.in b/src/daemon/pipewire-aes67.conf.in index aa4a12728..3b7e711e0 100644 --- a/src/daemon/pipewire-aes67.conf.in +++ b/src/daemon/pipewire-aes67.conf.in @@ -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"