Sending the video from a camera to OBS software running on the same Mac
Comments
-
Looking at the OBS documentation, this should be achievable by using the VLC Video Source option in OBS and using SecuritySpy's RTSP streaming URL as described in our Web Server Specification document - specifically, look at the Live Video > H.264 stream (RTSP) section and the Authentication in URL section. The URL will be something like this:
rtsp://address:8000/stream?cameraNum=0&auth=dXNlcjpwYXNz
Hope this helps. -
Thanks very much
