Functionsยง
- write_
basic_ header - Writes a basic header into streams.
- write_
chunk - A wrapper for writing a chunk into streams. The RTMP needs to refer previous states for deciding sending chunk pattern. But to check them in every step is troublesome and also can make some bug. This reduces their risks.
- write_
chunk_ data - Writes a chunk data into streams.
- write_
encryption_ algorithm - Writes one byte to indicate the encryption algorithm into streams.
- write_
extended_ timestamp - Writes an extended timestramp into streams.
- write_
handshake - Writes actual handshake data into streams.
- write_
message_ header - Writes a message header into streams.