General_Error__

Results 4 comments of General_Error__

I'm having the exact same issue. Opened a more indepth issue [here](https://github.com/dusty-nv/jetson-utils/issues/90).

To be sure this isn't an RTSP/network related issue, here is the profile result of the exact same video-viewer.py script, but with an MP4 videofile from local filesystem (on m2...

I have the exact same issue. Added this to my Dockerfile: `WORKDIR /tmp RUN apt-key del 7fa2af80 && \ apt install wget && \ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb && \ dpkg -i...

> RUN rm /etc/apt/sources.list.d/cuda.list I can confirm. This is also the line that I needed to add to get it to work. Only the alternative method from the official announcement...