From 165361f856edc36788d158bd5488e8802a618979 Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Wed, 24 Jul 2024 16:45:33 -0700 Subject: [PATCH] Make over-width figure narrower --- draft-ietf-sframe-enc.md | 44 ++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/draft-ietf-sframe-enc.md b/draft-ietf-sframe-enc.md index f11d6a1..4d45c1d 100644 --- a/draft-ietf-sframe-enc.md +++ b/draft-ietf-sframe-enc.md @@ -1376,28 +1376,28 @@ packetization scheme to work interoperably, one would have to be defined, e.g., as proposed in {{?I-D.gouaillard-avtcore-codec-agn-rtp-payload}}. ~~~ aasvg - +---+-+-+-------+-+-------------+-------------------------------+<-+ - |V=2|P|X| CC |M| PT | sequence number | | - +---+-+-+-------+-+-------------+-------------------------------+ | - | timestamp | | - +---------------------------------------------------------------+ | - | synchronization source (SSRC) identifier | | - +===============================================================+ | - | contributing source (CSRC) identifiers | | - | .... | | - +---------------------------------------------------------------+ | - | RTP extension(s) (OPTIONAL) | | -+->+--------------------+------------------------------------------+ | -| | SFrame header | | | -| +--------------------+ | | -| | | | -| | SFrame encrypted and authenticated payload | | -| | | | -+->+---------------------------------------------------------------+<-+ -| | SRTP authentication tag | | -| +---------------------------------------------------------------+ | -| | -+--- SRTP Encrypted Portion SRTP Authenticated Portion ---+ + +---+-+-+-------+-+-----------+------------------------------+<-+ + |V=2|P|X| CC |M| PT | sequence number | | + +---+-+-+-------+-+-----------+------------------------------+ | + | timestamp | | + +------------------------------------------------------------+ | + | synchronization source (SSRC) identifier | | + +============================================================+ | + | contributing source (CSRC) identifiers | | + | .... | | + +------------------------------------------------------------+ | + | RTP extension(s) (OPTIONAL) | | ++->+-------------------+----------------------------------------+ | +| | SFrame header | | | +| +-------------------+ | | +| | | | +| | SFrame encrypted and authenticated payload | | +| | | | ++->+------------------------------------------------------------+<-+ +| | SRTP authentication tag | | +| +------------------------------------------------------------+ | +| | ++--- SRTP Encrypted Portion SRTP Authenticated Portion ---+ ~~~ {: #sframe-packet title="SRTP Packet with SFrame-Protected Payload"}