Compy 0.2.0
A lightweight RTSP 1.0 server library for embedded systems
Loading...
Searching...
No Matches
Compy_TransportConfig Struct Reference

The RTSP transport configuration. More...

#include <util.h>

Data Fields

Compy_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.
 
Compy_ChannelPairOption interleaved
 The interleaved parameter, if present.
 
Compy_PortPairOption client_port
 The client_port parameter, if present.
 
Compy_PortPairOption server_port
 The server_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: