Opencv tutorial app sending a video by RTMP stream to NGINX server that restream as HLS to WEB VLC



Opencv tutorial app sending a video by RTMP stream to NGINX server that restream as HLS to WEB VLC

Opencv tutorial app sending a video by RTMP stream to NGINX server that restream as HLS to WEB VLC

Video streaming Tutorial of sending processed Opencv C++ video to NGINX and distributing video from NGINX (broadcast) by HLS stream for a wider audience, like multiple web players, VLC, or any other video stream receiver.

A more detailed video about this topic will follow shortly.

We will use GStreamer to send video from the Opencv application by rtmp2sink to an RTMP module in NGINX. In our example, the server is a widely used NGINX server with an Nginx-RTMP-module. The NGINX will receive RTMP video from Opencv and restream as an HLS video stream considered for multiple end consumers.
Full tutorial:
https://funvision.blogspot.com/2022/02/video-streaming-for-machine-learning.html

Medium blog:
https://medium.com/@vladakuc/video-streaming-for-machine-learning-opencv-to-nginx-by-rtmp-and-further-with-hls-f77a0e344b19

Comments are closed.