I’m running AI-NVR with RTSP stream from an IP camera, Tapo C510w.
But output via DeepStream inference is stuttered as below.
It always duplicated, even if getting an output from another device in same LAN with Jetson.
The below video is overlayed a result of VLC Media Player on Windows PC.
What should I do to get smooth inferenced output?
Livestream on webUI of VST seems smoothly as below.
And as below video, RTSP stream from the IP cam is captured and showed fine, with ffplay command.
So I think there are no issue connecting between the IP cam and Jetson.
My environment is below.
Jetson AGX Orin Devkit 32GB / JetPack 6.0DP / Tapo C510w
Best regards,
Additional:
I’ve faced same symptom on local DeepStream application.
I’ve asked that in below forum.
Seems it is related with the player. Can you playback it with GStreamer command line? Seems we need set larger latency for the player. So the player can playback it smoothly.
Seems it is related with the player. Can you playback it with GStreamer command line? Seems we need set larger latency for the player. So the player can playback it smoothly.
Please use below command line to check if there is any stutter. Below command line will display the video ASAP when received the video. Please change the RTSP URI to your own:
$ gst-launch-1.0 rtspsrc latency=10000 location=rtsp://10.19.225.209/media/video1 ! decodebin ! nv3dsink sync=false qos=false
Please use below command line to check if there is any stutter. Below command line will display the video by delay 10 seconds:
$ gst-launch-1.0 rtspsrc latency=10000 location=rtsp://10.19.225.209/media/video1 ! decodebin ! nv3dsink
I’m sorry for there ware no improvement.
There ware still stuttering in both results.
So I think cause of this problem is within DeepStream pipeline, not player.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks