General Header Fields of Real Time Streaming Protocol (RTSP)

Posted by mady | Posted in | Posted on 9:01 PM

general-header = Cache-Control
| Connection
| Date
| Via
9.Request:
A request message from a client to a server or vice versa includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
Request = Request-Line
*( general-header
| request-header
| entity-header )
CRLF
[ message-body ]

RTSP requests always contain the absolute URL (that is, including the scheme, host and port) rather than just the absolute path.
HTTP/1.1 requires servers to understand the absolute URL, but clients are supposed to use the Host request header. This is purely needed for backward-compatibility with HTTP/1.0 servers, a consideration that does not apply to RTSP.
The asterisk "*" in the Request-URI means that the request does not apply to a particular resource, but to the server itself, and is only allowed when the method used does not necessarily apply to a resource.

Comments (2)

Thanks for the post I actually learned something from it. Class 2 Digital Signature Certificate

This comment has been removed by the author.

Post a Comment