Skip to content

Commit

Permalink
Make over-width figure narrower
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Jul 24, 2024
1 parent 4d0fcc1 commit c8bfe6f
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions draft-ietf-sframe-enc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}

Expand Down

0 comments on commit c8bfe6f

Please sign in to comment.