Tech-invite3GPPspaceIETFspace
List   Prev   Next
SDP attributes defined in

RFC 6364 – SDP Elements for the FEC Framework

RFC 6364Section 4.4

 


attribute-fields  =/
fec-repair-flow-line =
"a=fec‑repair‑flow:"  SPfec‑encoding‑id  [ ";"  SPflow‑preference ]
[ ";"  SPsender‑side‑scheme‑specific ]  [ ";"  SPscheme‑specific ]  CRLF
Top

fec-encoding-id =
"encoding‑id="  enc‑id
Up
enc-id =
1*DIGIT
Up
flow-preference =
"preference‑lvl="  preference‑level‑of‑the‑flow
Up
preference‑level‑of‑the‑flow =
1*DIGIT
Up
sender-side-scheme-specific =
"ss‑fssi="  sender‑info
Up
sender-info =
element  *( ","  element )
Up
scheme-specific =
"fssi="  scheme‑info
Up
scheme-info =
element  *( ","  element )
Up
repair-window-line =
"a=repair‑window:"  window‑sizeunitCRLF
Top

window-size =
%x31‑39   *DIGIT
; represented as 32‑bit non-negative integers
Up
unit =
"ms" /  "us"
Up
fec-source-flow-line =
"a=fec‑source‑flow:"  SPsource‑id  [ ";"  SPtag‑length ]  CRLF
Top

source-id =
"id="  src‑id
Up
src-id =
1*DIGIT
; represented as 32‑bit non-negative integers, and leading zeros are ignored
Up
tag-length =
"tag‑len="  tlen
Up
tlen =
%x31-39   *DIGIT
Up
element =
name  ":"  value
Up
Up
name =
Up
token =
1*<any CHAR except CTLs or separators>
Up
value =
*<any CHAR except CTLs or separators>
Up
separator =
"(" /  ")" /  "<" /  ">" /  "@"   /
"," /  ";" /  ":" /  "\" /  DQUOTE   /
"/" /  "[" /  "]" /  "?" /  "="   /
"{" /  "}" /  SP /  HTAB
Up
Up

Top