Definition at line 39 of file rtmphttp.c.
Definition at line 40 of file rtmphttp.c.
HTTP stream.
Definition at line 41 of file rtmphttp.c.
Referenced by rtmp_http_close(), rtmp_http_open(), rtmp_http_read(), and rtmp_http_send_cmd().
hostname of the server
Definition at line 42 of file rtmphttp.c.
Referenced by rtmp_http_open(), and rtmp_http_send_cmd().
port to connect (default is 80)
Definition at line 43 of file rtmphttp.c.
Referenced by rtmp_http_open(), and rtmp_http_send_cmd().
client ID used for all requests except the first one
Definition at line 44 of file rtmphttp.c.
Referenced by rtmp_http_open(), and rtmp_http_send_cmd().
sequence ID used for all requests
Definition at line 45 of file rtmphttp.c.
Referenced by rtmp_http_send_cmd().
output buffer
Definition at line 46 of file rtmphttp.c.
Referenced by rtmp_http_close(), rtmp_http_send_cmd(), and rtmp_http_write().
current output buffer size
Definition at line 47 of file rtmphttp.c.
Referenced by rtmp_http_close(), rtmp_http_read(), rtmp_http_send_cmd(), and rtmp_http_write().
current output buffer capacity
Definition at line 48 of file rtmphttp.c.
Referenced by rtmp_http_write().
flag indicating when the http context is initialized
Definition at line 49 of file rtmphttp.c.
Referenced by rtmp_http_close(), and rtmp_http_open().
flag indicating when the client closes the connection
Definition at line 50 of file rtmphttp.c.
Referenced by rtmp_http_close(), and rtmp_http_read().
number of bytes read since the last request
Definition at line 51 of file rtmphttp.c.
Referenced by rtmp_http_read(), and rtmp_http_send_cmd().
use Transport Security Layer (RTMPTS)
Definition at line 52 of file rtmphttp.c.
Referenced by rtmp_http_open().