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