Relative Content

Tag Archive for pythonopencvvideo-streamingshoutcast

How to stream OpenCV output to browser like a ShoutCast in Python?

I’m trying to display video processed by OpenCV in a web browser similar to how ShoutCast does it. I know that ShoutCast somehow does it over HTTP protocol, but I don’t know how to make it display both the video and have the page loaded, rather than constantly loading until the processing is complete. I also know that ShoutCast doesn’t send anything to the stream page because when I launch developer tools, nothing is sent periodically, yet time keeps increasing and the music keeps playing continuously. Does anyone know how I could do this?