Capturing the https youtube videostream with OpenCV

that’s a complex problem.

if you’re lucky, ffmpeg can do it. opencv’s videocapture can use ffmpeg.

test with standalone ffmpeg. that means without OpenCV. IF that works, try with opencv.

1 Like