FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
RTMPEContext Struct Reference

Data Fields

const AVClassclass
 
URLContextstream
 TCP stream.
 
FF_DH * dh
 Diffie-Hellman context.
 
struct AVRC4 key_in
 RC4 key used for decrypt data.
 
struct AVRC4 key_out
 RC4 key used for encrypt data.
 
int handshaked
 flag indicating when the handshake is performed
 
int tunneling
 use a HTTP connection (RTMPTE)
 

Detailed Description

Definition at line 42 of file rtmpcrypt.c.

Field Documentation

const AVClass* RTMPEContext::class

Definition at line 43 of file rtmpcrypt.c.

URLContext* RTMPEContext::stream

TCP stream.

Definition at line 44 of file rtmpcrypt.c.

Referenced by rtmpe_close(), rtmpe_open(), rtmpe_read(), and rtmpe_write().

FF_DH* RTMPEContext::dh

Diffie-Hellman context.

Definition at line 45 of file rtmpcrypt.c.

Referenced by ff_rtmpe_compute_secret_key(), ff_rtmpe_gen_pub_key(), and rtmpe_close().

struct AVRC4 RTMPEContext::key_in

RC4 key used for decrypt data.

Definition at line 46 of file rtmpcrypt.c.

Referenced by ff_rtmpe_compute_secret_key(), ff_rtmpe_update_keystream(), and rtmpe_read().

struct AVRC4 RTMPEContext::key_out

RC4 key used for encrypt data.

Definition at line 47 of file rtmpcrypt.c.

Referenced by ff_rtmpe_compute_secret_key(), ff_rtmpe_update_keystream(), and rtmpe_write().

int RTMPEContext::handshaked

flag indicating when the handshake is performed

Definition at line 48 of file rtmpcrypt.c.

Referenced by ff_rtmpe_update_keystream(), rtmpe_read(), and rtmpe_write().

int RTMPEContext::tunneling

use a HTTP connection (RTMPTE)

Definition at line 49 of file rtmpcrypt.c.

Referenced by rtmpe_open().


The documentation for this struct was generated from the following file: