From 3edf1a54f334a6c8edf58beb1f159aea0cf05c12 Mon Sep 17 00:00:00 2001 From: pstruebi Date: Mon, 22 Sep 2025 17:24:16 +0200 Subject: [PATCH] config: set PTP0-Driver as default clock node and increase resync interval to 3ms --- src/service/aes67/pipewire-aes67.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/service/aes67/pipewire-aes67.conf b/src/service/aes67/pipewire-aes67.conf index 812a56e..3f64320 100644 --- a/src/service/aes67/pipewire-aes67.conf +++ b/src/service/aes67/pipewire-aes67.conf @@ -21,6 +21,7 @@ context.properties = { #log.level = 2 #default.clock.quantum-limit = 8192 + default.clock.node = "PTP0-Driver" } context.spa-libs = { @@ -28,7 +29,7 @@ context.spa-libs = { } context.objects = [ - # An example clock reading from /dev/ptp0. You can also specify the network interface name, + # An example clock reading f16rom /dev/ptp0. You can also specify the network interface name, # pipewire will query the interface for the current active PHC index. Another option is to # sync the ptp clock to CLOCK_TAI and then set clock.id = tai, keep in mind that tai may # also be synced by a NTP client. @@ -46,8 +47,8 @@ context.objects = [ clock.interface = "eth0" #clock.device = "/dev/ptp0" #clock.id = tai - # Lower this in case of periodic out-of-sync - resync.ms = 1.5 + # Lower this in case16 of periodic out-of-sync + resync.ms = 3 object.export = true } }