| | |
| | | port=10095 |
| | | certfile="$(pwd)/ssl_key/server.crt" |
| | | keyfile="$(pwd)/ssl_key/server.key" |
| | | hotword="$(pwd)/hotwords.txt" |
| | | hotword="$(pwd)/websocket/hotwords.txt" |
| | | # set decoder_thread_num |
| | | decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; } |
| | | multiple_io=16 |
| | |
| | | --port ${port} \ |
| | | --certfile "${certfile}" \ |
| | | --keyfile "${keyfile}" \ |
| | | --hotword "${hotword}" |
| | | --hotword "${hotword}" & |
| | | |
| | |
| | | port=10095 |
| | | certfile="$(pwd)/ssl_key/server.crt" |
| | | keyfile="$(pwd)/ssl_key/server.key" |
| | | hotword="$(pwd)/hotwords.txt" |
| | | hotword="$(pwd)/websocket/hotwords.txt" |
| | | # set decoder_thread_num |
| | | decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; } |
| | | multiple_io=16 |
| | |
| | | --port ${port} \ |
| | | --certfile "${certfile}" \ |
| | | --keyfile "${keyfile}" \ |
| | | --hotword "${hotword}" |
| | | --hotword "${hotword}" & |
| | | |