JPery / MJPEGWriter

Lightweight HTTP server to stream your OpenCV processing in C++
MIT License
97 stars 40 forks source link

Do I need a HTTP server to do this? #1

Closed ricerd95 closed 7 years ago

ricerd95 commented 7 years ago

Dear JPery,

I would like to implement this method in my project, but I am curious whether do I need a HTTP server to have this done?

Thank you

JPery commented 7 years ago

You don't need any extra server. The library already deploys a HTTP server in the specified port. You can access to the streamed video with the web browser via http://localhost:PORT or the IP of the computer.