'Can i receive frame from webrtc url for using opencv python(cv2) module VideoCapture?

I made my local media server using webrtc. next step, I want freme data from local server(webrtc) for processing object detection.

In python, usually using cv2.VideoCaptrue of opencv-python module for object detion. But I do not receive frame from webrtc url(ex. localhost:8000)

plz tell me the answer...

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source