|
SmolRTSP 0.2.0
A small, portable, extensible RTSP 1.0 implementation in C99
|
The configuration structure for SmolRTSP_Av1Transport. More...
#include <av1_transport.h>
Data Fields | |
| size_t | max_packet_size |
| Maximum size in bytes of the RTP payload (i.e. | |
The configuration structure for SmolRTSP_Av1Transport.
| size_t SmolRTSP_Av1TransportConfig::max_packet_size |
Maximum size in bytes of the RTP payload (i.e.
the 1-byte AV1 aggregation header plus the OBU bytes that fit after it) per RTP packet. OBUs larger than this minus the header are split across multiple packets with the Z/Y continuation flags.