OpenVidu 3.1.0 IP Camera Tutorial

I’m trying to register and use an IP camera, but I don’t know how to do it even after looking for livekit. Is there a tutorial like 2v?

And I checked the server log for errors when connecting.
image

At that time, the rtsp url format was as follows: rtsp://admin:admin@xxx.xxx.xxx.xxx:1935

Hello!

RTSP IP cameras are available since release 3.1.0. Here you have documentation and code snippets on how to publish an IP camera into your Room using the Ingress API: How to develop your OpenVidu app - openVidu

The error you are seeing in the log is actually a bug in openvidu-server 3.1.0. I have just confirmed that RTSP support was mistakenly only included in OpenVidu PRO in release 3.1.0. We will fix this for release 3.2.0, but in the meantime you can update your openvidu-server CE image to version 3.2.0-beta1, which supports RTSP IP cameras.

To upgrade the version of openvidu/openvidu-server image, simply update the docker-compose.yml file of your deployment from openvidu/openvidu-server:3.1.0 to openvidu/openvidu-server:3.2.0-beta1 (for example, that would be here for the local deployment).

Best regards.

2 Likes