SmolRTSP  0.1.3
A small, portable, extensible RTSP 1.0 implementation in C99
SmolRTSP_TransportConfig Struct Reference

The RTSP transport configuration. More...

#include <util.h>

Data Fields

SmolRTSP_LowerTransport lower
 The lower level transport (TCP or UDP).
 
bool unicast
 True if the unicast parameter is present.
 
bool multicast
 True if the multicast parameter is present.
 
SmolRTSP_ChannelPairOption interleaved
 The interleaved parameter, if present.
 
SmolRTSP_PortPairOption client_port
 The client_port parameter, if present.
 

Detailed Description

The RTSP transport configuration.

See also
https://datatracker.ietf.org/doc/html/rfc2326#section-12.39

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