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
(7 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 — Authentication‑Info

Section 18.7 of RFC 7826  and  ABNF in RFC 7826


Authentication-Info   =
"Authentication-Info"   HCOLON   auth-param-list
Up

auth-param-list   =

RTSP/2.0 — Authorization

Section 18.8 of RFC 7826  and  ABNF in RFC 7826


Authorization   =
"Authorization"   HCOLON   credentials
Up

credentials   =

RTSP/2.0 — Bandwidth

Section 18.9 of RFC 7826  and  ABNF in RFC 7826


Bandwidth   =
"Bandwidth"   HCOLON   1*19DIGIT
Up

RTSP/2.0 — Blocksize

Section 18.10 of RFC 7826  and  ABNF in RFC 7826


Blocksize   =
"Blocksize"   HCOLON   1*9DIGIT
Up

RTSP/2.0 — Cache‑Control

Section 18.11 of RFC 7826  and  ABNF in RFC 7826


Cache-Control   =
"Cache-Control"   HCOLON   cache‑directive   *( COMMA   cache‑directive )
Up

cache-directive   =
cache-rqst-directive   =
"no‑cache"  / 
"max‑stale" [ EQUAL   delta‑seconds ]  / 
"min‑fresh" EQUAL   delta‑seconds  / 
"only‑if‑cached"  / 
cache‑extension
Up

cache-rspns-directive   =
"public"  / 
"private"  / 
"no‑cache"  / 
"no‑transform"  / 
"must‑revalidate"  / 
"proxy‑revalidate"  / 
"max‑age" EQUAL   delta‑seconds  / 
cache‑extension
Up

cache-extension   =
token   [ EQUAL   ( token  /  quoted‑string ) ]
Up
Up

delta-seconds   =
1*19DIGIT
Up
Up

RTSP/2.0 — Connection

Section 18.12 of RFC 7826  and  ABNF in RFC 7826


Connection   =
"Connection"   HCOLON   connection‑token   *( COMMA   connection‑token )
Up

connection-token   =
"close"  /  token
Up

RTSP/2.0 — Connection‑Credentials

Section 18.13 of RFC 7826  and  ABNF in RFC 7826


Connection-Credentials   =
"Connection‑Credentials"   HCOLON   cred‑chain
Up

cred-chain   =

Up   Top   Next