Hi.
I'm trying to connect with other person by Vid Channel at Janus-Gateway. We are in the same LAN Network. When I've connecting to myself (localhost) there was no problem. But when I wanted to cooperate with other person I got error: must be connected by https/wss.
At first moment i wanted to connect by https. I'm using Ubuntu. I installed nginx and generated SelfSigned certs. After while I've got it, I connected to directory with SSL.
But later on, I wanted to test Video Conn. It has told me, that I need https connection of janus server,. I generated next certificates and run script. But I couldn't connect, cause of erors.
But now I changed approach, I tryied to use WSS.
And now: the problem is, that I have running janus-gateway wss, I got message:
Secure Websockets server started (port xxxx)...
JANUS WebSockets transport plugin initialized!
WebSockets thread started
It looks like it works.
I edited html/settings.js and inserted:
var server = "wss://my_local_ip:my_port";
but after entering into nginx root and trying establish connection i got error:
Error connecting to the Janus WebSockets server: Is the server down?
janus.js:97 WebSocket connection to 'wss://192.168.x.x:yyyy/' failed:
What shall I do? In console janus is not printing anything about connection. When I was using http/s it printed every request. Now nothing, I disabled FieWall
Please help
Thanks