RTSP Set-up
How to add your Jimcom IP / NDI Camera to OBS as a RTSP stream?
Within the Camera’s Web Interface, select:
Configuration -> Video Configure -> Video Encode
Configure the Main/Sub Stream the way you wish. Then note the “Stream Name” at the bottom, default is “live/av0” & “live/av1” respectively.
In OBS, select the scene you wish to add the RTSP source. Click the “+” in sources and Add a “Media Source“. Give the source a good name and click “OK“.

Unselect “Local File” so “Input” shows. Enter the rtsp url in the following format:
rtsp://{IPADDRESS}:554/live/av[0|1]
In this example, the Main Stream is selected:
rtsp://192.168.0.179:554/live/av0
You should check “Use hardware decode when available” if you have a GPU in the PC, always safer to check this for performance.
Select “OK” and the source will be added to your scene.

