mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
rtp: aes67: Document sess.ts-direct property and set it to true for AES67
This commit is contained in:
parent
2fe77c47e1
commit
023525eca2
2 changed files with 15 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue