• Hardware Platform GPU
• DeepStream Version = 6.2
• NVIDIA GPU Driver Version NVIDIA-SMI 525.125.06 Driver Version: 525.125.06 CUDA Version: 12.0
• Issue Type: PTS inconsistency if connected to TCP
• How to reproduce the issue ?
Adding a probe at the pad at the src_pad of nvurisrcbin when select-rtp-protocol=4 (force TCP)
This is the PTS that I obtain with a 30fps stream:
0
33333333
66666666
99999999
133333332
166666665
199999998
233333331
But when the pipeline goes from PAUSED to PLAY
this is the PTS that I obtain suddenly change into
1565964272201083
1565964280267749
1565964314456638
1565964419345527
1565964536834416
1565964544978861
This change confuses the videorate and prevents it from functioning as it should.
Do you know if there is any way to prevent this from happening?
I’m using nvuribin into a modified nvmultiurisrcbin.
Thanks a lot for your Help.
This behaviour does not happen if the connection is via UDP.