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

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.
 

Detailed Description

The configuration structure for SmolRTSP_Av1Transport.

Field Documentation

◆ max_packet_size

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.


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