Ask Your Question

Revision history [back]

Stream to remote server

I'm using OpenCV, in python, to do some real-time object detection locally. For this I am using the imshow function in a while True loop. I'm also writing the frames to disk. I want the live stream to be viewable from a remote device like a phone on an outside network. However, I am having a difficult time figuring out how to do this. I've found that I need to set up a remote web server, live-stream to that server, and then live-stream from the remote web server to the remote phone. I've looked into the different streaming protocols as well. Can anyone point me in the right direction to get this implemented?

Thanks