Video motivation example of Opencv GStreamer HLS video stream output
This video is a motivational example of how to build an OpenCV C++ application that uses the GStreamer pipeline and produces your processed video as HLS stream. This video describes many problems in reaching the goal. You can follow my recommendation and try to build such an app by yourself. I mentioned all the troubles during the dev and the rest is almost easy.
There will be more video tutorials in more detail about this topic.
1. Install OpenCV 4.4 with GStreamer. I already have the materials for this.
2. Set up nginx to expose your web with an HLS video playlist and video segments.
3. Write your application on Windows and stream the video to a simple website
Full tutorial here