|
SmolRTSP 0.2.0
A small, portable, extensible RTSP 1.0 implementation in C99
|
The configuration structure for SmolRTSP_JpegTransport. More...
#include <jpeg_transport.h>
Data Fields | |
| size_t | max_packet_size |
| Maximum size in bytes of the RTP payload (i.e. | |
The configuration structure for SmolRTSP_JpegTransport.
| size_t SmolRTSP_JpegTransportConfig::max_packet_size |
Maximum size in bytes of the RTP payload (i.e.
the RFC 2435 main header plus the optional quantization-table block plus the scan-data chunk) emitted per RTP packet. Frames larger than this are split across multiple RTP packets; the first packet of a frame carries the quantization-table block (when present) and so reserves more of its budget for headers than continuation packets.