|
Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
|
The configuration structure for Compy_JpegTransport. More...
#include <jpeg_transport.h>
Data Fields | |
| size_t | max_fragment_size |
| The maximum RTP payload size per fragment in bytes (excluding the 12-byte RTP header). | |
The configuration structure for Compy_JpegTransport.
| size_t Compy_JpegTransportConfig::max_fragment_size |
The maximum RTP payload size per fragment in bytes (excluding the 12-byte RTP header).
Includes the 8-byte JPEG RTP header and any quantization table data. Scan data is fragmented to fit within this limit.