Avnu / libavtp

Open source implementation of Audio Video Transport Protocol (AVTP) specified in IEEE 1722-2016 spec.
BSD 3-Clause "New" or "Revised" License
58 stars 32 forks source link

CVF talker not setting AVTP_CVF_FIELD_FORMAT #46

Closed adriaan-niess closed 1 month ago

adriaan-niess commented 1 month ago

Hi all,

I noticed, there's a bug in the CVF talker. The CVF listener application checks if AVTP_CVF_FIELD_FORMAT is set to 0x2 and if that's not the case it'll drop the packet. CVF talker is never setting this field, so it's 0x0 on default, causing all frames to get dropped at the listener.

Regards, Adriaan