Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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:

  1. Install seperatly opencv 3.3.0/3.3.1/3.4.0/3.4.0-dev
  2. Rebuild 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 !!!

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:

  1. Install seperatly opencv 3.3.0/3.3.1/3.4.0/3.4.0-dev
  2. Rebuild 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 !!!

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? do?

This is error message Protocol 'rtp' not on whitelist 'file,crypto'! I've tried such thing, but no results:

  1. Install seperatly opencv 3.3.0/3.3.1/3.4.0/3.4.0-dev
  2. 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 .sdp file

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:

  1. Install seperatly opencv 3.3.0/3.3.1/3.4.0/3.4.0-dev
  2. 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 .sdp filea.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")