I'm looking at building a custom web app to stream multiple cameras to. I don't want to simply 'display' the camera video in the webpage via iFrame or something similar, I actually want to display the actual stream through my app. Along with the video feed, I will also need to have a connection for 2-way voice communication with the app and the camera.
In my initial research, it seems that I'll need to utilize the RTSP stream of the camera and connect to it via the WebRTC protocol.
Has anyone done anything similar and have any details/advice that you're willing to share?
Thanks!
In my initial research, it seems that I'll need to utilize the RTSP stream of the camera and connect to it via the WebRTC protocol.
Has anyone done anything similar and have any details/advice that you're willing to share?
Thanks!