#include <rtsp.h>
Data Fields | |
int | interleaved_min |
int | interleaved_max |
interleave ids, if TCP transport | |
int | port_min |
int | port_max |
RTP ports. | |
int | client_port_min |
int | client_port_max |
RTP ports. | |
int | server_port_min |
int | server_port_max |
RTP ports. | |
int | ttl |
ttl value | |
uint32_t | destination |
destination IP address | |
enum RTSPProtocol | protocol |
Definition at line 42 of file rtsp.h.
interleave ids, if TCP transport
Definition at line 43 of file rtsp.h.
Referenced by rtsp_parse_transport(), and rtsp_read_header().
ttl value
Definition at line 47 of file rtsp.h.
Referenced by rtsp_parse_transport(), and rtsp_read_header().
uint32_t RTSPTransportField::destination |
destination IP address
Definition at line 48 of file rtsp.h.
Referenced by rtsp_parse_transport(), and rtsp_read_header().
Definition at line 49 of file rtsp.h.
Referenced by find_transport(), rtsp_cmd_setup(), rtsp_parse_transport(), and rtsp_read_header().