Replies: 2 comments
-
I have similar issue. Trying to consume webrtc stream, but get this errors
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Instruction |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I have a webrtc stream that was configured to stream live video from the official RPi 5 camera (V3) using the below path:
I read it on a separate machine like so:
python -c 'import cv2; cv2.VideoCapture("tcp://10.11.0.8:8889/cam1/", cv2.CAP_FFMPEG)'
Which fails with the error below:
I am able to view the feed in the browser with http://10.11.0.8:8889/cam1/
Beta Was this translation helpful? Give feedback.
All reactions