The Gstreamer struct for the J2K over RTP header is:
typedef struct
{
guint tp : 2;
guint MHF : 2;
guint mh_id : 3;
guint T : 1;
guint priority : 8;
guint tile : 16;
guint offset : 24;
} RtpJ2KHeader;
but RFC 5371 states that there is a reserved 8 bits between tile and offfset.
(
https://www.packetizer.com/rfc/rfc5371/)
Am I missing something here, or is RtpJ2KHeader a 7 byte struct missing the reserved 8 bits ?
Thanks,
Aaron
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel