alphacep / unimrcp-vosk-plugin

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
17 stars 11 forks source link

Error Detected Noinput on the remote server #4

Closed QrFaq closed 2 years ago

QrFaq commented 2 years ago

Hi! I'm trying to use unimrcp-vosk-plugin and having error on the server side: 2022-02-06 00:17:23:382691 [INFO] Detected Noinput <1f025cda86e211ec@speechrecog>

Server-machine configurations are good in case of open ports and etc, as I have a connection messages between the server and the client. I'm working with:

The issue happens while remote usage only. If the client and the server beside the same local network everything works.

I've already tried to set additional time-out parameters, because thought may be this is the long response issue, but it seems like it's not the case. Ive used:

My docker port settings are:

I've used the default configuration parameters but interchanged with my server public IP only. And docker launch command is: docker run -p 5000-6000:5000-6000/udp -p 1544:1544/tcp -p 1554:1554/tcp -p 8060:8060/udp -p 8060:8060/tcp -p 8062:8062/udp -p 4000-5000:4000-5000/udp -p 8000:8000/tcp -p 5060:5060/udp -p 4900:4900/tcp -p 554:554/tcp alphacep/vosk-unimrcp

Would you mind to tell, are there any options to overcome this? And how to do it in details? Thx, in advance

nshmyrev commented 2 years ago

It is about port forwarding, not about timeouts. You have to figure out which port is blocked, most likely RTP (5000).

QrFaq commented 2 years ago

Thx, for a fast response. I've made the ranges smaller (like 4000 to 4004, etc.) and checked them out:

And have the same error. Correct me, pls, if am doing smth wrong

nshmyrev commented 2 years ago

I believe we solved the issue. It was about ip port configuration.