2.2.3.5 User-Agent

The User-Agent header identifies the software product that is sending the RTSP request.

This header is defined only for use in requests sent to a server.

The syntax of the User-Agent header is as follows.

  
 client-guid = "guid/" 
                     UUID ; defined in section 3 of [RFC4122] 
 user-agent-data = product ; defined in section 3.8 of [RFC2616]
                             [ SP client-guid ] 
                             *( SP product ) ; defined in section 3.8 of [RFC2616] 
 User-Agent = "User-Agent: " user-agent-data 

The guid-value syntax element specifies an identifier that uniquely identifies the client software installation that originated the request. The identifier SHOULD be identical for all requests belonging to the same streaming session.