Media Resource Control Protocol: Difference between revisions

Content deleted Content added
m External links: updated the mrcp v2 draft url
No edit summary
Line 1:
'''MRCP''' is the '''Media Resource Control Protocol''' proposed to the [[IETF]]. It is a communication protocol which allows speech servers to provide various speech services (such as [[speech recognition]] and [[speech synthesis]]) to its clients. Typically, this means the server software will be running on one computer and clients can send MRCP messages to the server over a network, usually on top of another protocol, such as [[RTSP]] or [[TransmissionSession ControlInitiation Protocol|TCPSIP]].
 
It is in the same style as [[HTTP]] and many other Internet protocols, where each message contains 3 sections: a first-line, a header and a body. The first line indicates the type of message as well as information such as response codes. The header contains a number of lines, each in the format '''<header>: <data>'''. The body, whose length is specified by the header, contains the details of the message.