How do I set up IP camera streaming via the browser?

This requires WebRTC. The documentation indicates that openVidu does not perform the conversion. Can I start transcoding a stream from RTSP to WebRTC? Or can I somehow translate the stream to the browser in a different way?

I don’t understand the question.

All the information is documented here: https://docs.openvidu.io/en/2.12.0/advanced-features/ip-cameras/

Here you have a basic sample app: https://github.com/OpenVidu/openvidu-tutorials/tree/master/openvidu-ipcameras

My question is related to this phrase (https://docs.openvidu.io/en/2.12.0/advanced-features/ip-cameras/#events-dispatched-in-the-backend):

webrtcConnectionCreated event fot the new IP camera stream. It is actually an RTSP stream and not a WebRTC stream, but for the shake of compatibility the name of the event will remain the same for now

Will the RTSP stream play in the browser if it is passed through openVidu?

Yes. OpenVidu is able to show RTSP streams in browsers.

That phrase says that an event called webrtcConnectionCreated is fired even if the connection is from a camera.

Thank you for answer