Hello everyone!
I'm currently fixing issues on AMWA NMOS IS-04 Registry protocol. For every element that I have created which was using this protocol, in the logs I was always getting error from image below:
Is there anyone who faced this error before and knows what could possibly cause this to happen?
Thanks in advance!
Hello Rade,
When an element is started, it tries to establish the TCP connections for the WebSocket interfaces defined in the protocol using the element's configuration. Since this protocol has a dozen or so WebSocket interfaces, it is trying, and apparently failing to establish each connection.
Is the element correctly configured upon creation? I don't think any sort of credentials can be the problem, as we aren't sending HTTP/WebSocket messages yet, but I could be wrong on that part.