Open andrew-elder opened 7 years ago
This line https://github.com/audioscience/avdecc-lib/blob/master/controller/lib/src/acmp_controller_state_machine.cpp#L89 sets the stream_id to 0xffffffffffffffff, but it should instead be set to 0x0.
So use jdksavdecc_eui64_zero(...) at "jdksavdecc-c/include/jdksavdecc_util.h" line 766 instead?
jdksavdecc_eui64_zero(...)
Yes, that is my thought.
This line https://github.com/audioscience/avdecc-lib/blob/master/controller/lib/src/acmp_controller_state_machine.cpp#L89 sets the stream_id to 0xffffffffffffffff, but it should instead be set to 0x0.