-
Notifications
You must be signed in to change notification settings - Fork 72
Fix: issue with interpretation of the F bit in the ST40 packet #1184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: issue with interpretation of the F bit in the ST40 packet #1184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to track with https://datatracker.ietf.org/doc/html/rfc8331
F: 2 bits
These two bits relate to signaling the field specified by the
RTP timestamp in an interlaced SDI raster. A value of 0b00
indicates that either the video format is progressive or that
no field is specified. A value of 0b10 indicates that the
timestamp refers to the first field of an interlaced video
signal. A value of 0b11 indicates that the timestamp refers
to the second field of an interlaced video signal. The value
0b01 is not valid. Receivers SHOULD ignore an ANC data
packet with an F field value of 0b01 and SHOULD process any
other ANC data packets with valid F field values that are
present in the RTP payload.
Note that some multi-stream SDI interfaces might use multiple
interlaced signal streams to transmit progressive images, in
which case the "F" bits would refer to the field of the
interlaced stream used for transport of the ANC data packet.
was this tested ?
Yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f8068b6
to
9f7dcdd
Compare
9f7dcdd
to
1554e30
Compare
…ST40 packet Signed-off-by: Wilczynski, Andrzej <andrzej.wilczynski@intel.com>
…if statement for improved readability. Signed-off-by: Wilczynski, Andrzej <andrzej.wilczynski@intel.com>
1554e30
to
b2c3681
Compare
No description provided.