Device Specification :
**• Hardware Platform (Jetson Xavier NX)
**• Deepstream NGC Container ( DeepStream-l4t container 6.0 samples )
**• JetPack Version 4.6.1 (L4T 32.7.1)
**• CUDA 10.2.300
**• TensorRT Version 8.2.1.8
**• CUDNN : 8.2.1.32
I am trying to run a deepstream application on my device. I get following issue while running my application with my current rtsp.
NVPARSER: HEVC: Seeking is not performed on IRAP picture
I have tested my rtsp with multiple methods. It is working only with cv2 with ffmpeg as a backend with other methods it is giving errors.
The methods I have tried are following.
With ffplay and ffmpeg errors are following.
With gst-launch-1.0 / gst-play-1.0 / gst-discoverer-1.0 I am getting same error as one in deepstream Application.
Can someone give me solution to this issue or just explain me the reason for this issue to occur is it related to my rtsp source or some other issue is happening.