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
(8 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 — Content‑Base

Section 18.14 of RFC 7826  and  ABNF in RFC 7826


Content-Base   =
"Content‑Base"   HCOLON   RTSP‑URI
Up

RTSP/2.0 — Content‑Encoding

Section 18.15 of RFC 7826  and  ABNF in RFC 7826


Content-Encoding   =
"Content-Encoding"   HCOLON   content‑coding   *( COMMA   content‑coding )
Up

RTSP/2.0 — Content‑Language

Section 18.16 of RFC 7826  and  ABNF in RFC 7826


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

RTSP/2.0 — Content‑Length

Section 18.17 of RFC 7826  and  ABNF in RFC 7826


Content-Length   =
"Content‑Length"   HCOLON   1*19DIGIT
Up

RTSP/2.0 — Content‑Location

Section 18.18 of RFC 7826  and  ABNF in RFC 7826


Content-Location   =
"Content‑Location"   HCOLON   RTSP‑REQ‑Ref
Up

RTSP/2.0 — Content‑Type

Section 18.19 of RFC 7826  and  ABNF in RFC 7826


Content-Type   =
"Content‑Type"   HCOLON   media‑type
Up

media-type   =
m‑type   SLASH   m‑subtype   *( SEMI   m‑parameter )
Up

m-type   =
discrete-type   =
"text"  /  "image"  /  "audio"  /  "video"  /  "application"  /  extension‑token
Up

composite-type   =
"message"  /  "multipart"  /  extension‑token
Up

m-subtype   =
extension-token   =
ietf-token   =
x-token   =
"x-"   token
Up

iana-token   =
m-parameter   =
m-attribute   =
m-value   =

RTSP/2.0 — CSeq

Section 18.20 of RFC 7826  and  ABNF in RFC 7826


CSeq   =
"CSeq"   HCOLON   cseq‑nr
Up

cseq-nr   =
1*9DIGIT
Up

RTSP/2.0 — Date

Section 18.21 of RFC 7826  and  ABNF in RFC 7826


Date   =
"Date"   HCOLON   RTSP‑date
Up

RTSP-date   =
date-time   =

RTSP/2.0 — Expires

Section 18.22 of RFC 7826  and  ABNF in RFC 7826


Expires   =
"Expires"   HCOLON   RTSP‑date
Up

RTSP/2.0 — From

Section 18.23 of RFC 7826  and  ABNF in RFC 7826


From   =
"From"   HCOLON   from‑spec
Up

from-spec   =
name‑addr  /  addr‑spec )   *( SEMI   from‑param )
Up

name-addr   =
addr-spec   =
absolute-URI   =
display-name   =
*( token   LWS )  /  quoted‑string
Up

from-param   =
tag-param   =
"tag"   EQUAL   token
Up

RTSP/2.0 — If‑Match

Section 18.24 of RFC 7826  and  ABNF in RFC 7826


If-Match   =
"If‑Match"   HCOLON   ( "*"  /  message‑tag‑list )
Up

message-tag-list   =
message-tag   =
weak ]   opaque‑tag
Up

weak   =
"W/"
Up

opaque-tag   =

RTSP/2.0 — If‑Modified‑Since

Section 18.25 of RFC 7826  and  ABNF in RFC 7826


If-Modified-Since   =
"If‑Modified‑Since"   HCOLON   RTSP‑date
Up

RTSP/2.0 — If‑None‑Match

Section 18.26 of RFC 7826  and  ABNF in RFC 7826


If-None-Match   =
"If‑None‑Match"   HCOLON   ( "*"  /  message‑tag‑list )
Up

RTSP/2.0 — Last‑Modified

Section 18.27 of RFC 7826  and  ABNF in RFC 7826


Last-Modified   =
"Last‑Modified"   HCOLON   RTSP‑date
Up

RTSP/2.0 — Location

Section 18.28 of RFC 7826  and  ABNF in RFC 7826


Location   =
"Location"   HCOLON   RTSP‑REQ‑URI
Up

Up   Top   Next