Everything was fine till yesterday, but there is an error throws from openvidu-browser! Why this error happens ?
From server side everything is ok - Getting a token, creating sessions e.t.c.
Everything was fine till yesterday, but there is an error throws from openvidu-browser! Why this error happens ?
From server side everything is ok - Getting a token, creating sessions e.t.c.
It seems like Kurento Media Server crashed. Could you restart Kurento Media Server? And after that restart OpenVidu.
If you’re using CE, ssh to the instance and execute this:
sudo systemctl restart kurento-media-server
sudo supervisorctl restart openvidu-server
If you’re using PRO:
sudo systemctl restart kurento-media-server
sudo systemctl restart openvidu
Hope this help.
Yes, Kurento Media Server crashed, restart everything fix the issue. Is there any command to see the kurento media server log ?