bondagit / aes67-linux-daemon

AES67 Linux Daemon with configuration WebUI
GNU General Public License v3.0
352 stars 81 forks source link

Multiple AES daemon? #155

Closed ShadyHarbinger closed 6 months ago

ShadyHarbinger commented 6 months ago

Sorry for asking this here but I have not found any forum where I would have got help or advice. I would like to capture a sink, upsample then send it to a source. Because Sinks and Sources use the same PTP clock it cannot be done using one daemon so I am thinking of using two daemons. One's sample rate would be set to the incoming stream (sink) and the other daemon's sample rate would be set to the outgoing (source) sample rate. The point is to process an incoming stream with CamillaDSP and send the result to another AES67 network.

bondagit commented 6 months ago

There is no possibility to execute two daemons on the same host at the moment: the driver can work on a single network interface and there is single PTP slave configuration and a global sample rate.

ShadyHarbinger commented 6 months ago

Thank you for the clarification!