Ask Your Question

Revision history [back]

How to stream a video from OpenCV to a RTMP location

We have live streaming service which works based on RTMP. We have Python script which uses OpenCV to capture and process the video from web cam. Now we wanted to stream this processed video stream to a RTMP location in web, so that all the other users can see it. Is there any way to do this using OpenCV?