rtp: aes67: Document sess.ts-direct property and set it to true for AES67

This commit is contained in:
Carlos Rafael Giani 2025-05-20 12:03:14 +02:00
parent 2fe77c47e1
commit 023525eca2
2 changed files with 15 additions and 0 deletions

View file

@ -128,6 +128,11 @@ context.modules = [
# This property is used if you aren't using ptp4l 4
sess.ts-refclk = "ptp=traceable"
sess.ts-offset = 0
# Directly synchronize output against the PTP-synced driver using the RTP timestamps
# This can be set to true if the reference clocks are the same; it then makes the
# synchronization more robust against transport delay variations and can help lower
# latency
sess.ts-direct = false
# You can adjust the latency buffering here. Use integer values only
sess.latency.msec = 3
audio.format = "S24BE"