SmolRTSP 0.2.0
A small, portable, extensible RTSP 1.0 implementation in C99
Loading...
Searching...
No Matches
SmolRTSP_JpegTransportConfig Struct Reference

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.
 

Detailed Description

The configuration structure for SmolRTSP_JpegTransport.

Field Documentation

◆ max_packet_size

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.


The documentation for this struct was generated from the following file: