pipewire-aes67: resync when offset is more than 1.5 ms

2 ms is typically considered to be late for most AES67 implementations
This commit is contained in:
Dmitry Sharshakov 2024-01-24 20:55:03 +03:00
parent ca25066874
commit 237d282c05

View file

@ -41,7 +41,7 @@ context.objects = [
clock.interface = "eth0" clock.interface = "eth0"
#clock.device = "/dev/ptp0" #clock.device = "/dev/ptp0"
#clock.id = tai #clock.id = tai
#resync.ms = 10 resync.ms = 1.5
object.export = true object.export = true
} }
} }