I want to do facial recognition from a video conference website that gives a link for a video stream URL : 'https://vklass.site:5443/Coe_class/play.html?name=mergedStream' The problem is, I could not read the video from the URL in python I tried cv2.videoCapture but it didn't work Thank you in advance
Asked
Active
Viewed 653 times
1
-
1Have you fetched that page using `wget` or `curl` and looked at the source? That's an HTML page. It starts a Javascript WebRTC player using an HTML5 ` – Tim Roberts Apr 20 '21 at 18:01