Installed openVidu on your server. Version 2.14
L2TP connection is used to connect to cameras
- We need to start broadcasting from ip camera
- We need to start recording from ip camera
We do everything according to the instructions and API.
-
Creating a session (https://docs.openvidu.io/en/2.14.0/reference-docs/REST-API/#post-apisessions)
-
Creating a connection (https://docs.openvidu.io/en/2.14.0/reference-docs/REST-API/#post-apisessionsltsession_idgtconnection)
-
Running the record whithout audio (the hasAudio parameter is set to false) (https://docs.openvidu.io/en/2.14.0/reference-docs/REST-API/#post-apirecordingsstart) an error occurs:
Server error:
POST https://mydomain/api/recordings/start
resulted in a500 Internal Server Error
response:
Error starting recording: Couldn’t initialize some RecorderEndpoint. Code: 703
When we try to view the stream, there are no errors in the console, but the video is not visible either.
ip cameras are working, RTSP stream is running, viewed via VLC player.
Everything works with Webcams.
Screnshot from postman
Any suggestions?