RTSPConnection.addExtraHttpRequestHeader

void addExtraHttpRequestHeader(string key, string value)

Add header to be appended to any HTTP request made by connection. If the header already exists then the old header is replaced by the new header.

Only applicable in HTTP tunnel mode.

Parameters

keyHTTP header name
valueHTTP header value