UniMRCP  1.7.0
Data Fields
rtsp_server_config_t Struct Reference

#include <mrcp_unirtsp_server_agent.h>

Data Fields

char * local_ip
 
apr_port_t local_port
 
char * resource_location
 
char * origin
 
apr_table_t * resource_map
 
apr_size_t max_connection_count
 
apr_size_t inactivity_timeout
 
apt_bool_t force_destination
 

Detailed Description

UniRTSP config

Field Documentation

◆ force_destination

apt_bool_t rtsp_server_config_t::force_destination

Force destination IP address. Should be used only in case SDP contains incorrect connection address (local IP address behind NAT)

◆ inactivity_timeout

apr_size_t rtsp_server_config_t::inactivity_timeout

Inactivity timeout for an RTSP connection [sec]

◆ local_ip

char* rtsp_server_config_t::local_ip

Local IP address to bind to

◆ local_port

apr_port_t rtsp_server_config_t::local_port

Local port to bind to

◆ max_connection_count

apr_size_t rtsp_server_config_t::max_connection_count

Number of max RTSP connections

◆ origin

char* rtsp_server_config_t::origin

SDP origin

◆ resource_location

char* rtsp_server_config_t::resource_location

Resource location

◆ resource_map

apr_table_t* rtsp_server_config_t::resource_map

Map of the MRCP resource names


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