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   None   None   Next
(1 of 12)

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


RTSP-message   =
Request  /  Response
Up

Request   =
Response   =
Request-Line   =
Status‑Line   =
Method   =
"DESCRIBE"  /  ;  Section 13.2
"GET_PARAMETER"  /  ;  Section 13.8
"OPTIONS"  /  ;  Section 13.1
"PAUSE"  /  ;  Section 13.6
"PLAY"  /  ;  Section 13.4
"PLAY_NOTIFY"  /  ;  Section 13.5
"REDIRECT"  /  ;  Section 13.10
"SETUP"  /  ;  Section 13.3
"SET_PARAMETER"  /  ;  Section 13.9
"TEARDOWN"  /  ;  Section 13.7
extension-method
Up

Request‑URI   =
"*"  /  RTSP‑REQ‑URI
Up

RTSP‑Version   =
"RTSP/"    1*DIGIT    "."    1*DIGIT
Up
Up

Reason-Phrase   =
1*( TEXT‑UTF8char  /  HTAB  /  SP )
Up

message-body-data   =
1*OCTET
Up
Up

rtsp-header   =
general-header   =
Accept‑Ranges  /  Cache‑Control  /  Connection  /  CSeq  /  Date  /  Media‑Properties  /  Media‑Range  /  Pipelined‑Requests  /  Proxy‑Supported  /  Range  /  RTP‑Info  /  Scale  /  Seek‑Style  /  Server  /  Session  /  Speed  /  Supported  /  Timestamp  /  Transport  /  User‑Agent  /  Via  /  extension‑header
Up
Up

request-header   =
response-header   =
message-body-header   =
extension‑method   =
extension‑header   =
header‑name   =
header‑value   =
*( TEXT‑UTF8char  /  LWS )
Up

Up   Top   Next