FFmpeg is not woking in Tesla V100

RTSP stream is not accessible in NVIDIA Tesla V100 machine. I have tried to access inside docker container also, getting same error. Same docker is working in other GPU machine NVIDIA Quardo P1000 and NVIDIA RTX 2060.

the error I am getting in Tesla V100 is:

[ERROR:0] global /io/opencv/modules/videoio/src/cap.cpp (116) open VIDEOIO(CV_IMAGES): raised OpenCV exception:

OpenCV(4.2.0) /io/opencv/modules/videoio/src/cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can't find starting number (in the name of file): rtsp://<user:password@IP>/:554/0.0/main in function 'icvExtractPattern'

I have tried different version of opencv. Don’t know what is cause of this error and what I am missing.

My bad it was because of public ip having some firewall . With network ip stream is accessible

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.