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
(11 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 — Seek‑Style

Section 18.47 of RFC 7826  and  ABNF in RFC 7826


Seek-Style   =
"Seek‑Style"   HCOLON   Seek‑S‑values
Up

Seek-S-values   =
"RAP"  /  "CoRAP"  /  "First‑Prior"  /  "Next"  /  Seek‑S‑value‑ext
Up

Seek-S-value-ext   =

RTSP/2.0 — Server

Section 18.48 of RFC 7826  and  ABNF in RFC 7826


Server   =
"Server"   HCOLON   ( product  /  comment )   *( LWS   ( product  /  comment ) )
Up

product   =
token   [ SLASH   product‑version ]
Up

product-version   =
comment   =
LPAREN   *( ctext  /  quoted‑pair )   RPAREN
Up

RTSP/2.0 — Session

Section 18.49 of RFC 7826  and  ABNF in RFC 7826


Session   =
"Session"   HCOLON   session‑id   [ SEMI   "timeout"   EQUAL   delta‑seconds ]
Up

session-id   =
1*256( ALPHA  /  DIGIT  /  safe )
Up

RTSP/2.0 — Speed

Section 18.50 of RFC 7826  and  ABNF in RFC 7826


Speed   =
"Speed"   HCOLON   lower‑bound   MINUS   upper‑bound
Up

lower-bound   =
upper-bound   =

RTSP/2.0 — Supported

Section 18.51 of RFC 7826  and  ABNF in RFC 7826


Supported   =
"Supported"   HCOLON   [ feature‑tag‑list ]
Up

RTSP/2.0 — Terminate‑Reason

Section 18.52 of RFC 7826  and  ABNF in RFC 7826


Terminate-Reason   =
"Terminate‑Reason"   HCOLON   TR‑Info
Up

TR-Info   =
TR-Reason   =
"Session‑Timeout"  /  "Server‑Admin"  /  "Internal‑Error"  /  token
Up

TR-Parameter   =
TR-time   =
"time"   EQUAL   utc‑time
Up

TR-user-msg   =
"user‑msg"   EQUAL   quoted‑string
Up

RTSP/2.0 — Timestamp

Section 18.53 of RFC 7826  and  ABNF in RFC 7826


Timestamp   =
"Timestamp"   HCOLON   timestamp‑value   [ LWS   delay ]
Up

timestamp-value   =
*19DIGIT   [ "."   *9DIGIT ]
Up

delay   =
*9DIGIT   [ "."   *9DIGIT ]
Up

Up   Top   Next