• Hardware Platform (Jetson / GPU) Jetson Xavier AGX • DeepStream Version 6.3.0 • JetPack Version (valid for Jetson only) 5.1 • TensorRT Version 8.5.2.2
I am testing deepstream_test_3.py, but I am receiving so much jit at my sync element. There are queues between every element, so it doesn’t seems to be a problem like missing I-frames. Any tip?
Seems you are using an IP camera as the RTSP server. Have you checked whether the RTSP server support TCP protocol? Have you measured the packet loss rate of the network between the camera and your Xavier board?
The cameras doesn’t support TCP, but I have ever needed the guarantee of end-to-end delivery for my Nvidia scripts with those cameras. Moreover, the network is pretty much reliable, it is a Giga Switch with just the camera and the Xavier server in it.
I always use ping to test package loss, but in order to make a better diagnosis, I used Wireshark for the stream analysis, decoding the stream as RTP. I get 0 (0.00%) of Lost.
Addittionaly, I did nvgstplayer-1.0 -i rtsp://pass:hbyt12345@10.21.45.19:554, and I got a clear image with no jittering.
Then, I did deepstream-app -c ./config/deepstream_app_config.txt, and I got a clear image with no jittering too.