RPI 3B Protocol 'rtp' not on whitelist 'file,crypto'! OPENCV 3.3.0
Hello. I'm trying to capture udp stream in my raspberry pi 3 B , and i faced to problem, can someone suggest what to do?
This is error message Protocol 'rtp' not on whitelist 'file,crypto'! I've tried such thing, but no results:
- Install seperatly opencv 3.3.0/3.3.1/3.4.0/3.4.0-dev
- Rebuilt my ffmpeg to the latest version, then to the previous version 3.3.3, but again nothing changed.
In my ubuntu everything works fine. Don't know why raspbian sucks !!!
i am using a.sdp file
c=IN IP4 239.1.1.1
m=video 5600 RTP/AVP 96
a=rtpmap:96 H264/90000
and in cv.py use this: cap=cv2.VideoCapture("./a.sdp")