config: set PTP0-Driver as default clock node and increase resync interval to 3ms

This commit is contained in:
pstruebi
2025-09-22 17:24:16 +02:00
parent e6ee3510dc
commit 3edf1a54f3
+4 -3
View File
@@ -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
}
}