|
UniMRCP
1.7.0
|
#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 |
UniRTSP config
| 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)
| apr_size_t rtsp_server_config_t::inactivity_timeout |
Inactivity timeout for an RTSP connection [sec]
| char* rtsp_server_config_t::local_ip |
Local IP address to bind to
| apr_port_t rtsp_server_config_t::local_port |
Local port to bind to
| apr_size_t rtsp_server_config_t::max_connection_count |
Number of max RTSP connections
| char* rtsp_server_config_t::origin |
SDP origin
| char* rtsp_server_config_t::resource_location |
Resource location
| apr_table_t* rtsp_server_config_t::resource_map |
Map of the MRCP resource names
1.8.13