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
In our environment, the video format information may not be known for a received 2110-40 stream. We ask if the frame/field verification of the F bits in the 'rx_ancillary_session_handle_pkt' function can be disabled, by adding a flag bit to the 'flags' variable of the 'st40_rx_ops' structure.
Thank you for identifying the issue. The logic for verifying the F bit has been revised to fully align with RFC 8331. The changes are currently under review: #1184
Activity
awilczyns commentedon Jun 24, 2025
Hi @ktruongimg,
Thank you for identifying the issue. The logic for verifying the F bit has been revised to fully align with RFC 8331. The changes are currently under review: #1184
Regards
ktruongimg commentedon Jun 26, 2025
Thanks for resolving the issue as requested.
awilczyns commentedon Jul 3, 2025
PR: #1184 merged. Issue resolved.