L-Acoustics / avdecc

A set of open source libraries for controlling AVB entities using the AVDECC (IEEE 1722.1) protocol compliant to Avnu Milan Specifications
GNU Lesser General Public License v3.0
90 stars 21 forks source link

AVB controller for multiple interfaces #152

Closed i-n-g-o closed 4 months ago

i-n-g-o commented 4 months ago

On a system with multiple (AVB) interfaces only one controller can be created for the first interface found.

Trying to create more then one controller for the other interfaces results in this error-message:

Could not create AVB controller on interface '...': ExecutorManager: Executor with name 'avdecc::protocol::PI' already exists.

Happens with version 3.4.1 from the master-branch.

christophe-calmejane commented 4 months ago

Yes, you need to use the dev branch.

i-n-g-o commented 4 months ago

Ah, I see. Thanks for your answer.