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
(9 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 — Media‑Properties

Section 18.29 of RFC 7826  and  ABNF in RFC 7826


Media-Properties   =
"Media‑Properties"   HCOLON   [ media‑prop‑list ]
Up

media-prop-list   =
media-prop-value   =
( "Random‑Access"   [ EQUAL   POS‑FLOAT ] )  / 
"Beginning‑Only"  / 
"No‑Seeking"  / 
"Immutable"  / 
"Dynamic"  / 
"Time‑Progressing"  / 
"Unlimited"  / 
( "Time‑Limited"   EQUAL   utc‑time )  / 
( "Time‑Duration"   EQUAL   POS‑FLOAT )  / 
( "Scales"   EQUAL   scale‑value‑list )  / 
media‑prop‑ext
Up

media-prop-ext   =
token   [ EQUAL   ( 1*rtsp‑unreserved  /  quoted‑string ) ]
Up

scale-value-list   =
DQUOTE   scale‑entry   *( COMMA   scale‑entry )   DQUOTE
Up

scale-entry   =
scale‑value   =

RTSP/2.0 — Media‑Range

Section 18.30 of RFC 7826  and  ABNF in RFC 7826


Media-Range   =
"Media‑Range"   HCOLON   [ ranges‑list ]
Up

ranges‑list   =

RTSP/2.0 — MTag

Section 18.31 of RFC 7826  and  ABNF in RFC 7826


MTag   =
"MTag"   HCOLON   message‑tag
Up

RTSP/2.0 — Notify‑Reason

Section 18.32 of RFC 7826  and  ABNF in RFC 7826  —  IANA


Notify-Reason   =
"Notify‑Reason"   HCOLON   Notify‑Reas‑val
Up

Notify-Reas-val   =
"end‑of‑stream"  / 
"media‑properties‑update"  / 
"scale‑change"  / 
"ice‑restart"  /  ;   RFC 7825Section 4.6
Notify‑Reason‑extension
Up

Notify-Reason-extension   =

RTSP/2.0 — Pipelined‑Requests

Section 18.33 of RFC 7826  and  ABNF in RFC 7826


Pipelined-Requests   =
"Pipelined‑Requests"   HCOLON   startup‑id
Up

startup-id   =
1*8DIGIT
Up

RTSP/2.0 — Proxy‑Authenticate

Section 18.34 of RFC 7826  and  ABNF in RFC 7826


Proxy-Authenticate   =
"Proxy-Authenticate"   HCOLON   challenge-list
Up

challenge-list   =

RTSP/2.0 — Proxy‑Authentication‑Info

Section 18.35 of RFC 7826  and  ABNF in RFC 7826


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

RTSP/2.0 — Proxy‑Authorization

Section 18.36 of RFC 7826  and  ABNF in RFC 7826


Proxy-Authorization   =
"Proxy-Authorization"   HCOLON   credentials
Up

RTSP/2.0 — Proxy‑Require

Section 18.37 of RFC 7826  and  ABNF in RFC 7826


Proxy-Require   =
"Proxy-Require"   HCOLON   feature-tag-list
Up

feature-tag-list   =
feature-tag   *( COMMA   feature-tag )

feature-tag   =
token
;  see   IANA
;  "play.basic"   RFC 7826 – Section 22.1.3
;  "play.scale"   RFC 7826 – Section 22.1.3
;  "play.speed"   RFC 7826 – Section 22.1.3
;  "setup.rtp.rtcp.mux"   RFC 7826 – Section 22.1.3
;  "setup.ice-d-m"   RFC 7825Section 10.1

RTSP/2.0 — Proxy‑Supported

Section 18.38 of RFC 7826  and  ABNF in RFC 7826


Proxy-Supported   =
"Proxy-Supported"   HCOLON   [ feature-tag-list ]
Up

RTSP/2.0 — Public

Section 18.39 of RFC 7826  and  ABNF in RFC 7826


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

Up   Top   Next