You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is about adding a new method that allows to add multiple talkers on the same interface simultaneously. E.g.: add_talkers([config1, config2, ...])
Or with some additional changes: add_talkers(interface, [config1, config2, ...])
This is specially beneficial in scenarios where the use case configuration involves multiple streams but it is fixed, but the operation of the device prevents to update the streams on the fly.
The text was updated successfully, but these errors were encountered:
Currently, we offer an interface to add a single TimeAware stream:
detd/detd/ipc.proto
Line 4 in 1a327a1
That is exposed via the InterfaceManager's add_talker method:
https://github.com/Avnu/detd/tree/master?tab=readme-ov-file#current-functionality
This ticket is about adding a new method that allows to add multiple talkers on the same interface simultaneously. E.g.:
add_talkers([config1, config2, ...])
Or with some additional changes:
add_talkers(interface, [config1, config2, ...])
This is specially beneficial in scenarios where the use case configuration involves multiple streams but it is fixed, but the operation of the device prevents to update the streams on the fly.
The text was updated successfully, but these errors were encountered: