How to get remote video?

I have setup KMS, coturn, redis in my Ubuntu system with my machine IP as IP address for all servers. Folloed this link for all setup.
https://docs.openvidu.io/en/2.12.0/deployment/deploying-ubuntu/

Iam running below docker command to get remote video and record the video.

docker run -p 4443:4443 --rm -e openvidu.secret=MY_SECRET -e openvidu.publicurl=https://192.168.1.100:4443/ -v /var/run/docker.sock:/var/run/docker.sock -v /home:/home -e openvidu.recording=true -e openvidu.recording.path=/home openvidu/openvidu-server:2.12.0

But I am struck in the below errors which i am not able to resolve.

2020-05-23 18:01:18,059 DEBG ‘kms’ stdout output:
0:00:04.842173114 8 0x7f3d58001870 ERROR KurentoUriEndpointImpl UriEndpointImpl.cpp:179:stop: Error: Already in state stop
0:00:04.842284527 8 0x7f3d58001870strong text DEBUG KurentoWebSocketTransport WebSocketTransport.cpp:462:processMessage: Response: {“id”:6,“jsonrpc”:“2.0”,“result”:{“sessionId”:“b0df9e21-dec9-4938-9441-445ab15689b3”,“value”:null}}

Iam unable to see remote video in my application with below error:

2020-05-23 18:23:56,692 DEBG ‘kms’ stdout output:
0:22:43.475966027 8 0x7f3d64001d80 ERROR kmswebrtcsession kmswebrtcsession.c:451:kms_webrtc_session_agent_add_ice_candidate: Adding remote candidate to libnice agent: Parsing failed, stream_id: ‘1’

Please help me in this. Where i am going wrong?

We have fixed some bugs in newer versions.

Please update to 2.14 and try again.

Regards

1 Like