MRCP Server Parameters

enable_logging     

 

This parameter allows enabling or disabling logging to the log file. 0 is default (No Logging), possible values either  0 or 1.

 

mrcp_server_log

 

This parameter may be used to specify a custom log file name for the MRCP server. The logfile is created in the directory, where the MRCP server is started from, usually the bin directory under the installation directory. Default: MRCP_Log.txt

 

mrcp_server_ip

 

This is an important parameter that needs to be set to the ip-address of the machine running  the MRCP server. Default: 127.0.0.1

 

mrcp_server_port

 

This parameter sets the TCP port on which the server will listen for incoming RTSP requests. Default: 554

 

mrcp_server_rtpbase

 

This parameter is the lowest numbered UDP port that will be used for RTP and RTCP.  Two sequentially numbered ports will be used per resource, one for RTP and the next for RTCP. rtpbase must be an even number. Default: 49638

 

mrcp_server_connmax

 

This parameter allows specifying the maximum number of concurrent connections. It can't be more than the number of resources. There needs to be at least one resource per connection. Default: 100

 

mrcp_server_resmax

 

This parameter specifies the maximum number of concurrent resources. Practically speaking, this number can not be greater than the number of port licenses you have for the ASR. Default: 100

 

sre_ip

 

This parameter specifies the ip-address of the machine running the ASR. This is an important parameter used during all recognition sessions. Default: 127.0.0.1

 

sess_timeout_sec

 

This is the time in seconds since the last request received after which a session will automatically timeout and be terminated. Default: 20000ms

 

enable_sre_logging

 

This parameter may be used to enable(1) or disable(0) logging of response files to the Lang/Responses  directory of the Speech Recognition Engine. Default : 0

 

resource_string

 

This parameter may be used to customize the url specification of the MRCP server. Based on what this parameter is, the MRCP server URL needs to be changed to rtsp://127.0.0.1/<resource_string>. Default: recognizer

 


Complete Help Topic List | Speech Engine Product Information