Expand description
Chunk stream state/registry
Mirrors src/chunk/chunk_state.h and src/chunk/chunk_state.c.
Structs§
- Chunk
Registry - Per-connection chunk-stream registry.
- Chunk
Stream - Per-chunk-stream state.
Constants§
- DEFAULT_
CHUNK_ SIZE - Default chunk size per RTMP spec
- DEFAULT_
MAX_ ACTIVE_ CSIDS - Default cap on concurrently active chunk-stream ids per connection.
- DEFAULT_
MAX_ MSG_ LENGTH - Default cap on a single RTMP message body (24-bit length field allows 16 MiB).
- MAX_
CHUNK_ STREAMS - Upper bound on distinct chunk streams
- MAX_
REASSEMBLY_ BYTES_ PER_ CONN - Max reassembly bytes per connection