Adding RTSP Stream into meeting

Hi there!
I am using Zoom SDK, I am quite new to this platform. I wanted to add RTSP Stream videos into my Zoom meeting, Can anyone please help me with it.
Thanks and appreciate your helps!

@nirajlunavat there is no native capabilities to do so, you will probably need to use some 3rd party application which will create virtual camera which uses RTSP as a source

Hello @chunsiong.zoom ,
Appreciate it and Can you please share any name of any 3rd party application which will help to create virtual camera which uses RTSP as a source.
Thanks and regards,
Niraj

I’ve had this problem for a long time. I use Zoom for conferencing with a generic PTZ IP camera that exposes an RTSP stream.

OBS can do this, but with poor latency, around 2 to 5 seconds, which is too much for a real conversation. On top of that the audio drifts out of sync with the video, which is a poor experience for participants.

I ended up writing a small tool for it, focused on low latency (about 100 ms in my tests). One RTSP stream in, one Windows webcam out.

Sharing it in case it’s useful to someone else with the same setup:

github[dot]com[/]AndreaGreco/RealTimeWebCam/releases

(I’m the author. It only works on Windows 11, video only. MIT licensed, so it’s free and open source.)