|
|
const AVClass * | class |
| |
|
URLContext * | stream |
| | HTTP stream.
|
| |
|
char | host [256] |
| | hostname of the server
|
| |
|
int | port |
| | port to connect (default is 80)
|
| |
|
char | client_id [64] |
| | client ID used for all requests except the first one
|
| |
|
int | seq |
| | sequence ID used for all requests
|
| |
|
uint8_t * | out_data |
| | output buffer
|
| |
|
int | out_size |
| | current output buffer size
|
| |
|
int | out_capacity |
| | current output buffer capacity
|
| |
|
int | initialized |
| | flag indicating when the http context is initialized
|
| |
|
int | finishing |
| | flag indicating when the client closes the connection
|
| |
|
int | nb_bytes_read |
| | number of bytes read since the last request
|
| |
|
int | tls |
| | use Transport Security Layer (RTMPTS)
|
| |
The documentation for this struct was generated from the following file: