Tech-invite3GPPspecsGlossariesIETFRFCsGroupsSIPABNFs   Ti+SearchTech-invite World Map Symbol

SIP   SIP URIs   SIP Headers   SIP P‑Headers   SDP   HTTP   Generic URI   IRI   IMF   RTSP   ABNF Notation

ABNF for RTSP 2.0 – Real Time Streaming Protocol – RFC 7826

 

Here   Top   Up   Prev   Next
(6 of 12)

|   Message Format   |   Status Codes   |   URIs   |   IRIs   |   Basic Rules   |   Headers   |

|   Accept   |   Accept‑Credentials   |   Accept‑Encoding   |   Accept‑Language   |   Accept‑Ranges   |   Allow   |   Authentication‑Info   |   Authorization   |   Bandwidth   |   Blocksize   |   Cache‑Control   |   Connection   |   Connection‑Credentials   |   Content‑Base   |   Content‑Encoding   |   Content‑Language   |   Content‑Length   |   Content‑Location   |   Content‑Type   |   CSeq   |   Date   |   Expires   |   From   |   If‑Match   |   If‑Modified‑Since   |   If‑None‑Match   |   Last‑Modified   |   Location   |   Media‑Properties   |   Media‑Range   |   MTag   |   Notify‑Reason   |   Pipelined‑Requests   |   Proxy‑Authenticate   |   Proxy‑Authentication‑Info   |   Proxy‑Authorization   |   Proxy‑Require   |   Proxy‑Supported   |   Public   |   Range   |   Referrer   |   Request‑Status   |   Require   |   Retry‑After   |   RTP‑Info   |   Scale   |   Seek‑Style   |   Server   |   Session   |   Speed   |   Supported   |   Terminate‑Reason   |   Timestamp   |   Transport   |   Unsupported   |   User‑Agent   |   Via   |   WWW‑Authenticate   |

Up

 

RTSP/2.0 — Accept

Section 18.1 of RFC 7826  and  ABNF in RFC 7826


Accept   =
"Accept"   HCOLON   [ accept‑range   *( COMMA   accept‑range ) ]
Up

accept-range   =
media-type-range   =
( "*/*"  /  ( m‑type   SLASH   "*" )  /  ( m‑type   SLASH   m‑subtype ) )   *( SEMI   m‑parameter )
Up

accept-params   =
"q"   EQUAL   qvalue   *( SEMI   generic‑param )
Up

qvalue   =
( "0"   [ "."   *3DIGIT ] )  /  ( "1"   [ "."   *3( "0" ) ] )
Up

RTSP/2.0 — Accept‑Credentials

Section 18.2 of RFC 7826  and  ABNF in RFC 7826


Accept-Credentials   =
"Accept-Credentials"   HCOLON   cred‑decision
Up

cred-decision   =
( "User"   [ LWS   cred‑info ] )  /  "Proxy"  /  "Any"  /  ( token   [ LWS   1*header‑value ] )
Up

cred-info   =
cred-info-data   =
hash-alg   =
"sha‑256"  /  extension‑alg
Up

extension-alg   =

RTSP/2.0 — Accept‑Encoding

Section 18.3 of RFC 7826  and  ABNF in RFC 7826


Accept-Encoding   =
"Accept‑Encoding"   HCOLON   [ encoding   *( COMMA   encoding ) ]
Up

encoding   =
codings   [ SEMI   accept‑params ]
Up

codings   =
content‑coding  /  "*"
Up

content-coding   =
"identity"  /  token
Up

RTSP/2.0 — Accept‑Language

Section 18.4 of RFC 7826  and  ABNF in RFC 7826


Accept-Language   =
"Accept‑Language"   HCOLON   language   *( COMMA   language )
Up

language   =
language-range   =
language‑tag  /  "*"
Up

language-tag   =
primary‑tag   *( "-"   subtag )
Up

primary-tag   =
1*8ALPHA
Up

subtag   =
1*8ALPHA
Up

RTSP/2.0 — Accept‑Ranges

Section 18.5 of RFC 7826  and  ABNF in RFC 7826


Accept-Ranges   =
"Accept‑Ranges"   HCOLON   acceptable‑ranges
Up

acceptable-ranges   =
range‑unit   *( COMMA   range‑unit ) )
Up

range-unit   =
"npt"  /  "smpte"  /  "smpte‑30‑drop"  /  "smpte‑25"  /  "clock"  /  extension‑format
Up

extension-format   =

RTSP/2.0 — Allow

Section 18.6 of RFC 7826  and  ABNF in RFC 7826


Allow   =
"Allow"   HCOLON   Method   *( COMMA   Method )
Up

Up   Top   Next