int header_parsed
The header has been received and parsed.
 
uint8_t * asf_header
Internal handling of the ASF header.
 
uint8_t in_buffer[65536]
Buffer for incoming packets.
 
uint8_t out_buffer[512]
Buffer for outgoing packet.
 
int remaining_in_len
Reading length from incoming buffer.
 
uint8_t * write_out_ptr
Buffer for outgoing packets.
 
int asf_header_size
Size of stored ASF header.
 
unsigned int nb_streams_allocated
allocated size of streams
 
uint8_t * read_in_ptr
Pointer for reading from incoming buffer.