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
89 stars 22 forks source link

Add a new controller event for when a virtual entity is going to be replaced by a physical one #136

Open christophe-calmejane opened 1 year ago

christophe-calmejane commented 1 year ago

If the controller has loaded a virtual entity and an entity with the same entityID is detected on the network, the virtual one should be removed to let the physical one take it's place. When being removed that way, it should be forwarded to the application layer though an observer method so it has a chance to store it, or synchronize it with the physical entity.