pipewire-aes67: move the PTP driver to AES67 process

This commit is contained in:
Dmitry Sharshakov 2023-06-19 17:54:38 +03:00 committed by Wim Taymans
parent f257c3407d
commit 4659bca609
2 changed files with 26 additions and 15 deletions

View file

@ -221,21 +221,6 @@ context.objects = [
node.freewheel = true
}
}
# An example clock reading from /dev/ptp0. Another option is to sync the
# ptp clock to CLOCK_TAI and then set clock.id = tai.
# If both device and ID are given and available, device takes precedence
{ factory = spa-node-factory
args = {
factory.name = support.node.driver
node.name = PTP0-Driver
node.group = pipewire.ptp0
# This driver should only be used for network nodes marked with group
priority.driver = 0
clock.name = "clock.system.ptp0"
clock.device = "/dev/ptp0"
clock.id = tai
}
}
# This creates a new Source node. It will have input ports
# that you can link, to provide audio for this source.