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
key | HTTP header name |
value | HTTP header value |