Reputation: 71
When I try to load an rtsp stream using
cap = cv2.VideoCapture('rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov')
I get the following exception
VIDEOIO(cvCreateFileCapture_AVFoundation (filename)): raised unknown C++ exception!
Any idea how to resolve this?
Upvotes: 1
Views: 792
Reputation: 16327
I have solved by installing opencv with ffmpeg.
brew install opencv --with-ffmpeg -v
Upvotes: 1